My app’s embedded app checks (“Using the latest App Bridge script” and
“Using session tokens for user authentication”) have been stuck in pending
for 48+ hours despite verifying everything.
We recently encountered a similar issue on our end, and we were able to resolve it by ensuring that the Shopify App Bridge is loaded only via the latest CDN script.
We recommend that you:
Load the App Bridge exclusively from the official CDN: https://cdn.shopify.com/shopifycloud/app-bridge.js
Avoid mixing local or outdated versions of the script
Ensure it is initialized correctly after the <meta name="shopify-api-key"> tag
From our experience, once the implementation strictly follows the correct approach (especially proper App Bridge loading and valid session token handling), these embedded app checks typically pass automatically without requiring any manual intervention.
If everything is configured correctly on your side, it should just be a matter of time before the checks update.
Session token authentication on all backend routes
Shopify support suggested testing on a fresh browser without extensions, but the checks cleared before we even had a chance to do that. So it seems like it just needed some extra time
after the correct implementation was in place.