PHPD
June 18, 2023, 8:19am
1
I have a basic theme extension app, client site is due to go live next week. However I am struggling to get updates to roll out
Store is in development, app is deployed to store
App is hosted on fly.io
I make the changes, npm run build, flyctl deploy --build-arg --remote-only
No errors, app is deployed
I then goto the app, extensions, create version. However the last push date is never recent.
What steps am I missing?
Thanks
Same problem! I think the summer release broke more things than it made better.
ndt_ts
August 23, 2023, 12:31pm
3
The extensions are hosted by shopify itself.
You can run the below commands in your project.
npm run build
npm run deploy
Now all the extensions of your app will be deployed..
Now you can add your extension from Theme Editor.
I can not confirm this. Always the same problem.
I added two screenshots. The first image shows the published versions pushed via the CLI using npm run deploy,
The second screenshot shows the used version with an old date.Equally, the changes are also not visible as I have customized and even added fields in the theme extension. A few days ago everything was working fine.
Problem solved. Today I run the same commands and it works!
ndt_ts
August 24, 2023, 10:45am
6
You turn off the development preview and try it should work.
Also do accept and like the answer if it works for you so that it will be helpful for others as well