AMI - post data without project_id?

Hey all -

I’ve had several different types of AMIs running successfully at multiple sites for a few years now; recently, I’ve been seeing some new errors. The code expects there to be a ‘project_id’ field in the post data (with which it queries the project name for logging info & user feedback). Starting a few weeks ago, a specific users’ requests are coming through without that field.

Is there a specific page type where the collection is not project-specific, and the AMI post data will not include the project-id? How can I advise this user to build pages that would include that data?

Thanks!
-Mike

Yes, global pages do not pass a project id. You have to get a random path to bootstrap toolkit, and then get the project id from one of the entities’ project link.
I’ll check how we do it and get back to you.