Deploying Production App Results in 500 Error Loop and "Enable 3rd Party Cookies" Error

Deploying Production App Results in 500 Error Loop and "Enable 3rd Party Cookies" Error

finedining1
Shopify Partner
10 1 1

I'm attempting to deploy an app into production for the first time. Everything works locally and now I've deployed the app to a google cloud run instance. When I try to install the app into one of my development stores, it gets stuck in a loop of 500 errors, finally resulting in an error that states "The application can't be loaded, check that your browser allows third-party cookies".

 

I've checked the cookies thing in my browser and tried a few different browsers. I've linked the app config file and deployed the versions using the Shopify CLI. What do I need to try next?

Reply 1 (1)

finedining1
Shopify Partner
10 1 1

Update: Resolved. I had quotation marks around my SCOPES env variables on the production server. Once they were removed, installation worked.