Hello, I am developing my shopify bembed app with theme app extension. After I run shopify app deploy, the app deployed successfully. A new version is created, under menu Versions I can see a list my-app-1, my-app-2. After I click the latest one(active), the page show that the theme app extension was updated correctly. But under menu Extensions, the pas show the them app extension was updated several days ago.
After I open my development store and check the content of file [https://cdn.shopify.com/extensions/.../...,](https://cdn.shopify.com/extensions/.../…`,) it is the old version still.
3 Likes
Facing the same issue myself. @junshao90 did you find a solution for this yet?
1 Like
The issue is now solved for me.
But I had to recreate my theme app extension from scratch.
This was not ideal since I had to then go to each store we have and add the theme app extension again.
I suspect the issue was that I migrated from dashboard based extension deployment to the new simplified flow that shopify recommends. I think the new simplified flow migration is broken and should be fixed.
For my case, my issue is now resolved.
The issue was fixed automatically after couple of days.
For anyone else struggling with this, update the Shopify CLI
I.E. npm run shopify upgrade
Then:
- npm run dev
- npm run build
- npm deploy
https://shopify.dev/docs/apps/deployment/extension/simplified
1 Like