I have an app published and active since 2020. The application uses the theme app extension, A week ago when the app upgraded to the new version, I was unable to publish new updates of the theme app extension.
The steps I did.
Update changes by command line: shopify extension push
- At partners admin, app/versions, I created a new “Release version” but the theme app extension does not update in the newly released version.
Where is the problem? what should i do to solve this problem?
Please help me with this.
I would really appreciate this help.
Are you using the new simplified deployment approach to release new versions? If so, you might be running into issues related to the developer store preview option being turned on. This forum post goes into detail on how to resolve this, can you try the approach described there and see if it resolves your issue?
Hi Huzhop – with simplified deployment, you need to use Shopify CLI and run the deploy command to make any updates to your theme app extension. Make sure you are using the latest version.
You can’t release changes of a CLI-managed extension (theme app extension) from the dashboard anymore with the new deployment model. Documentation
I also have the same situation, may I ask for some pointers on how you did release a new version? I tried the shopify app deploy command but I am encountering this error: No extensions to deploy to Shopify Partners.
Select option “Start by adding your first extension” >> wait to install
== Success ==
app-name is ready for you to build!
Next steps
• Run cd **app-name**
• For extensions, run **npm run generate extension**
• To see your app, run npm run dev (This command will ask you to connect to your existing application) Please replace the files in the old version into the new extension folder to test it.
After you test without any problems, you can npm run deploy