This app is at risk of no longer working in Shopify as of September 20, 2024.

This app is at risk of no longer working in Shopify as of September 20, 2024.

ykyuen
Shopify Partner
18 1 7

I have homemade shopify apps dedicated to my client shopify stores and when i open the app admin, it shows the following warning.

ykyuen_0-1725523131920.png

 

App updates may be required
This app is at risk of no longer working in Shopify as of September 20, 2024. Learn more

 

the app was built with the shopify app node-template which has the following node packages.

"@shopify/app": "3.45.4",
"@shopify/cli": "3.45.4"

 

and in the web folder

"@shopify/shopify-app-express": "^2.1.1",
"@shopify/shopify-app-session-storage-redis": "^1.1.8",
"@shopify/shopify-app-session-storage-sqlite": "^1.2.2"

... etc

 

I am not sure if the app-bridge is compatible with the current shopify requirement and i am afraid that my app won't work after sept 20

 

How could i know what needs to be done in order to ensure the app will keep running after sept 20? Any thoughts are welcome.

 

Thanks.

 

Regards,

Kit

Replies 13 (13)

jigneshD
Shopify Partner
2 0 1

Facing the same issue 

sravans
Shopify Partner
24 1 6

Also facing the same issue. Did updated App Bridge to 3.x + CSP header correct + used apiKey & host parameter at initialization + APpBridge script for WebVitals. So did all the steps required on that referred page  but still the same issue. 

socialapps
Shopify Partner
2 0 2

was anyone able to figure it out, did the warning disappear?

abhi-jais
Shopify Partner
1 0 0

Facing the same issue. Multiple merchants reported this for my app.

jross-virid
Shopify Partner
1 0 0

Also facing this issue as of last night.

unityretail
Shopify Partner
1 0 0

Facing the same issue , not getting any positive response from the support team as well.

tuanda-mh
Shopify Partner
4 0 1

Facing the same issue and don't know what to do, was anyone able to figure it out?

socialapps
Shopify Partner
2 0 2

I got it resolved, just make sure that you are up to date with the requirements, and reach out to Shopify to remove that banner. The banner is supposed to be removed automatically, but it didn't, even a few days after we made the updates 

Prateesh
Shopify Partner
4 0 1

i have also made all the changes but still getting this error. will reach out to support..

Prateesh
Shopify Partner
4 0 1

@socialappsafter contacting chat. how much time it takes them to remove banner? my Clients are getting crazy due to upcoming deadline

goodboystudios
Shopify Partner
2 0 0

Also seeing the same issue in our app. Have written to Shopify Support but have not yet heard back. 

goodboystudios
Shopify Partner
2 0 0

On the client side we are using the CDN version of AppBridge. Is anyone else doing the same?

Prateesh
Shopify Partner
4 0 1

I got it resolved after discussing with chat support. but make sure you have followed 3 mandatory steps of app bridge and CSP.

In shopify partner dashboard >> support >> choose "shopify App Store or Theme - Topic" tell them your banner issue, they will ask have you followed the steps. if you say yes they will inform dev team to review and in few hours it will resolve.

Yes i am using CDN version from latest documentation. don't follow anything else. also add meta tag with api_Key


to verify that app bridge was initialized in browser developer console > choose Iframe and run command > "shopify.toast.show("Hello");"
If app bridge is initialized properly it will show a toast message.