Hi team,
Both “Embedded app checks” on my app submission page have been pending for over 24 hours and will not turn green, even though the app meets both requirements. Requesting a manual verification.
App: Simpll Wishlist
Client ID: 113d043817b7648c5652887757d955b2
Framework: @shopify/shopify-app-react-router v1.1.0 (React Router v7), App Bridge v4 loaded from CDN
Checks still pending:
- Using the latest App Bridge script loaded from Shopify’s CDN
- Using session tokens for user authentication
- App Bridge is loaded from Shopify’s CDN as the FIRST script in , with the shopify-api-key meta tag before it, server-rendered into the initial HTML:
There is exactly one App Bridge script tag on the page. Nothing is bundled and there are no duplicate copies.
- Session tokens are used for authentication on every request. Every embedded route calls authenticate.admin(request) from @shopify/shopify-app-react-router/server, which validates the session token that App Bridge attaches to each request. The app loads inside the Shopify admin, navigates between pages, and all admin pages fetch their data successfully.
I have logged in and interacted with the app on my development store several times since deploying this setup, so session data should be present.
Could someone please manually verify these two checks? Happy to provide any further detail or logs.
Thanks!