Embedded app checks stuck pending 24h+ despite App Bridge CDN in <head> + session tokens — requesting manual verification (App ID 332028870657)

My app’s “Embedded app checks” have been pending for over 24 hours, blocking “Submit for review.” Both sub-checks remain unresolved despite correct implementation.

App: Smart Inventory Predictor · App ID: 332028870657 · Client ID: 462b80870858820c7aa9b666130848c7

App Bridge (CDN, first script in <head>) — verified served live from production:
<script src="https://cdn.shopify.com/shopifycloud/app-bridge.js" data-api-key="462b80870858820c7aa9b666130848c7"></script>

Session tokens — the frontend calls window.shopify.idToken() before every fetch and sends Authorization: Bearer <token>. The backend guards every /api route and verifies the JWT via shopify.session.decodeSessionToken() (HS256 against the app secret, exp/nbf, aud === API key), and binds the token’s dest claim to the shop. No cookie-based auth anywhere.

Already tried: fresh install + active use in the embedded admin on two development stores over 24+ hours (many 2-hour cycles); retried in a clean browser profile with no extensions to rule out ad-blocker interference; confirmed embedded = true and the active version points at the production URL with read-only scopes.

The checks have never updated. Could someone from the Shopify team run a manual verification so I can submit? Time-sensitive — our listing is built around the Stocky sunset on August 31, 2026.

1 Like