Until recently, I had no issues passing the app review.
However, this checklist item is now blocking the submission process, even though nothing has changed on my end.
It’s been nearly two months since I’ve been trying to get this app reviewed, and I’m under pressure as the review process keeps getting stuck with no progress.
I was told I would receive a response, but I haven’t heard back in days, and I’ve been left waiting without knowing what to fix or how to move forward.
This is becoming a critical issue for our team, and I genuinely need your help.
Please let me know what I can do to resolve this checklist error and complete the app review process.
Any guidance would be greatly appreciated. Thank you.
Just to add— I checked again just now, and it looks like the checklist item “Use the latest App Bridge script loaded from the Shopify CDN”
that was previously marked with an has now been updated to .
Now, the only issue left is the app installation error.
If I can just get past this, everything will be ready for submission—please help!
The new default for shopify.app.toml files is that OAuth is managed for you, and Shopify exposes your session token in both the query params and through the AppBridge.
Is it possible your app’s home URL is set incorrectly?
No, I’m not using a toml file. I created the project from scratch using React and have been developing the app myself.
Since the installation works fine when I remove the CDN tag, I can confirm that the home URL is correct.
Just to be sure, I added console.log statements above and below the CDN script tag and ran through the installation process.
During the redirect step, only the console above the CDN tag gets printed.
This means that none of the code in my App.tsx is being executed at all.
I have a follow-up question, if that’s okay.
To fix the issue, I applied a toml file and switched to the managed installation flow.
Is there any way to revert back to the manual installation method?
When I delete the toml file and try to deploy again, it fails saying the file is missing…
I’d like to go back to the manual (OAuth-based) flow to test something.
Thank you for your response.
Even after setting use_legacy_install_flow = true in the TOML file and deploying, the app still doesn’t revert to the manual installation flow.
In fact, I had previously contacted Shopify support via 1:1 chat, and the advisor escalated the issue to the development team. I later followed up via email and shared my TOML file with the team. However, even with the correct settings, the app did not return to the manual installation flow. The development team acknowledged this and said further investigation was needed.
It’s been a few weeks without any updates, so I thought I’d ask here just in case.
I’ll wait a little longer. Thank you again!