Hi,
My app’s “Embedded app checks” (both sub-checks: Using the latest App Bridge script loaded from Shopify’s CDN and Using session tokens for user authentication) have been stuck in the pending/spinner state for over 30 hours. Every other preliminary step is green, so this is the only thing blocking “Submit for review”.
- App ID: 395181981697 (SureEdit)
- Client ID: 401d3c55a665c2fe589a1f03c0c6eb42
- App URL: https://sureedit.vercel.app
- Dev store used for testing: development-store-ferdfjbx.myshopify.com (created in my org’s Dev Dashboard; app installed from the dashboard’s install card)
Setup (verified against the served production HTML):
- is the first script in the initial server-rendered , alongside .
-
Built on @shopify/shopify-app-remix with the new embedded auth strategy (token exchange). All in-app requests are Remix fetcher calls that App Bridge authenticates with session tokens; the backend validates them on every request.
-
I’ve interacted with the app repeatedly across multiple days, full page loads through the store admin’s Apps menu plus many authenticated fetcher requests (live product counts, dry-run previews, actual bulk edit runs). Admin API traffic from these sessions is visible in my Dev Dashboard logs.
Could someone check the internal logs for qualifying signals for this app ID and either manually verify the checks or tell me what signal is missing? Happy to provide anything else needed. Thanks!