Steps to reproduce:
Using node v20.3.1, cli 3.0
cd to the app dir
run npm run dev (alias: shopify app dev)
The error pops up.
Steps to reproduce:
Using node v20.3.1, cli 3.0
cd to the app dir
run npm run dev (alias: shopify app dev)
The error pops up.
I also suddenly get this error when using the ruby shopify template
I also suddenly get this error when using the Node js Custom APP
Having the same issue. The error started today, it was working around 18 hours ago yesterday. Seeing this, I believe it must be something with the Shopify servers.. hopefully, they fix it soon or acknowledge it. @SADIK112 @julien-san @Shopify_77 @shopify
I also saw the same error on my dev app. Did you find any solution of this issue?
Yes i Find the Solution @SADIK112 @rameshpy @julien-san
So I was able to resolve this issue by upgrading to the latest CLI (npm run shopify upgrade). Be aware that deployment will change after upgrading.
Best of luck ![]()
Yes i Find the Solution @SADIK112 @rameshpy @julien-san
So I was able to resolve this issue by upgrading to the latest CLI (npm run shopify upgrade). Be aware that deployment will change after upgrading.
Best of luck ![]()
Thanks! Note: For some it may be npx shopify upgrade
Hey there. Just a bit of context about this issue:
3.48.0 or higher to run the deploy command, as every app were moved to use the new Simplified deployments strategy.Organization entity which is fetched by other CLI commands, mainly, dev which now is broken.dev the command should have not failed in that unexpected way.Iβm using the ruby template and upgrading @Shopify_77 /app fixed the issue:
yarn upgrade @Shopify_77 /app --latest
It went from β3.45.1β to β3.49.7β