Hello, I have been working on an app for a few months. Today, I executed the command shopify app deploy which was working fine. The CLI showed me that I need to upgrade the cli version which I did.
I then executed the command shopify app config use , chose the right toml file and then shopify app deploy. It now shows the following:
I uninstalled the app from the test store and re-installed. It didnt work.
I opened the link provided by the CLI, it goes to the release preview page, I click release and it shows 500 error.
Here are my environment versions of npm, node and shopify cli:
node --version
v22.14.0
npm --version
10.9.2
shopify --version
@shopify/cli/3.84.2 darwin-arm64 node-v22.14.0
How can I solve this?
Thanks!
