You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searched existing issues to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on it.)
In which of these areas are you experiencing a problem?
Extension
Expected behavior
When I run npm run deploy the extensions should get updated.
Actual behavior
It didn't work. There is no error message on terminal & it says it's succesfully pushed but it's actually never pushed.For example I pushed today Sep 28 but Live version is Sep 25
Verbose output
│ │
│ Using .env for default values: │
│ │
│ • Org: Akia Tech │
│ • App: Checkout Custom Fields by Akia │
│ • Include config: Yes │
│ │
│ You can pass --reset to your command to reset your app configuration. │
│ │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
? Release a new version of Checkout Custom Fields by Akia?
✔ Yes, release this new version
Releasing a new app version as part of Checkout Custom Fields by Akia
Hi @niinpatel, the values are actually correct, but it is indeed a bit confusing.
There are two places in the dashboard where you can check the latest updated version of an extension:
Extensions tab (this is the one you are seeing). This one is updated when using app dev, so the "Last Updated" value doesn't change when running app deploy.
Versions -> active version. This is the real version that your users are getting. And in there you can see that the "Last updated" value makes more sense :)
So, don't worry, deploy is working, and your users are getting the latest version of your extensions!
We are working on improving this to make it less confusing 🙏
Please confirm that you have:
In which of these areas are you experiencing a problem?
Extension
Expected behavior
When I run
npm run deploy
the extensions should get updated.Actual behavior
It didn't work. There is no error message on terminal & it says it's succesfully pushed but it's actually never pushed.For example I pushed today Sep 28 but Live version is Sep 25
Verbose output
│ │
│ Using .env for default values: │
│ │
│ • Org: Akia Tech │
│ • App: Checkout Custom Fields by Akia │
│ • Include config: Yes │
│ │
│ You can pass
--reset
to your command to reset your app configuration. ││ │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
? Release a new version of Checkout Custom Fields by Akia?
✔ Yes, release this new version
Releasing a new app version as part of Checkout Custom Fields by Akia
╭─ success ──────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ New version released to users. │
│ │
│ checkout-custom-fields-by-akia-33 [1] │
│ │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
[1] https://partners.shopify.com/2745565/apps/24409735169/versions/372488765441
Reproduction steps
npm run deploy
Operating System
Mac OS
Shopify CLI version (check your project's
package.json
if you're not sure)^3.67.2
Shell
zsh
Node version (run
node -v
if you're not sure)v22.9.0
What language and version are you using in your application?
Javascript
The text was updated successfully, but these errors were encountered: