Hello, I have a problem with the Embedded app checks, that are not being triggered.
App id: 256809402369 (already deployed to production).
The template is the latest remix app starer template, generated using the CLI.
Latest app bridge is installed.
After days it still not trigger the checks.
Can’t submit the app, obviously
Since support is not helpful I’ll drop a post here
@Liam-Shopify@Harshdeep-Shopify I’m facing the same issue — I’m stuck at the embedded app checks. How can I implement App Bridge via CDN?
Currently, I’m using the following App Bridge npm packages:
"@shopify/app-bridge": "^3.7.10"
"@shopify/app-bridge-react": "^3.7.0"
I can’t upgrade these packages because I’m using an older React version (React 16). What can I do in this situation?
Now I have read about it that we can’t use older version packages in order to pass Embedded app checks so now i have removed both packages and now i m using CDN link something like this in my index.html file
Hey, I’m having the same issue. I’ve been waiting for 4 days to complete it.
Did you manage to fix it @Mohd_Faisal ? How did you manage to solve it @nktznl ?
I’m using the Remix template and “app-bridge-react”: “^4.1.6”.
Hey @Liam-Shopify could you share your answer please ? I am having the exact same issue, all automated checks works on my app except on “Using the latest App Bridge script loaded from Shopify’s CDN”. I am using package @shopify/app-bridge and everything works fine except this check.
@Doug_P I have managed to fix this by removing the npm package `@shopify/app-bridge` and using the CDN instead, some changes where induced in order to replace all utilities from the package such as (getSessionToken, Navigation Action, Toast Action and so on…) :