I used the new official shopify docs intialize the app with react router using cmd shopify app init and it doesn’t require any app bridge setup and session authentication and its stills hitting that problem
Hey @SHIP_DUNIYA! The React Router template from shopify app init does handle App Bridge and session tokens automatically, so your setup is likely fine. The thing with those embedded app checks is they require you to actually install the app on a development store, open it in the Shopify admin, and interact with it to generate session data. The checks then auto-run every 2 hours based on that data, so if you haven’t done that yet, that’s the first step.
If you have been using the app on a dev store and the checks are still stuck, try opening the app in a completely clean browser with no extensions. Browser extensions can interfere with the session token detection that the checks rely on. This was addressed in a similar thread where several developers resolved it by using a fresh browser profile or VM.
If it’s still not resolving after that, double-check the session token setup documentation to make sure nothing was changed from the template defaults, and you can also reach out to Partner Support via the help center chat for them to look at the checks on their end - hope this helps!
Hi @SHIP_DUNIYA
Have you interacted with the app recently?
Still same issue nothing … fixed
No. I deployed my app and change the configuration file with app_url and redirect_url and than i didn’t touched it and on manually opening it within dev store working fine
I intercted with app to setup GraphQl for Orders Fetch but still stuck at embedded app check @Liam-Shopify @Donal-Shopify
Hey @SHIP_DUNIYA, sorry this is still stuck for you. The fact that you used the official React Router template is a good start since it handles App Bridge and session tokens out of the box, but the pre-submission checks are quite specific about what they detect. Before I dig into this further on our end, can you confirm a few things for me?
-
You’ve installed the app on a development store and opened it from the Shopify admin (not just running it locally via
shopify app dev) -
You’ve interacted with the app inside the admin for a few minutes (navigated around, triggered at least one authenticated request like your Orders fetch)
-
You tested in a clean browser profile with no extensions or ad blockers, since these can interfere with the session token detection the checks rely on
-
You haven’t modified the authentication or App Bridge setup from the template defaults
-
You’ve run
shopify app deployto push your latest app configuration
The two checks that typically get stuck are App Bridge CDN script detection and session token authentication. If App Bridge is loading from Shopify’s CDN correctly and your app is using session tokens (both handled automatically by the template), the checks should pick that up within a couple of hours of interacting with the app. The session token requirements and pre-submission checks changelog cover what the system is looking for.
If you’ve confirmed all of the above and it’s still not resolving, let me know and I can look into this further.
