[Bug]: 500 Internal Server Error when running shopify app dev
#4935
Labels
Area: @shopify/app
@shopify/app package issues
Severity: 3
Normal Severity
Type: Bug
Something isn't working
Please confirm that you have:
In which of these areas are you experiencing a problem?
App
Expected behavior
Expected behavior
When running
shopify app dev
, the command should successfully start the development server and set up the environment.Actual behavior
Actual behavior
The command fails with a 500 Internal Server Error.
I've had this issue before but has usually been solved on the Shopify side as a more global issue. To verify this time that it does not seem to be a "global" issue, I created a blank/new project and was able to successfully start the development server by running
shopify app dev
. When added the--verbose
flag to the fresh project and current project with the 500 error, I noticed the area that the command seems to be failing. See the output below:Additional context
shopify app deploy
--reset
flagVerbose output
Reproduction steps
shopify app dev --verbose
Operating System
Operating System: Mac OS Monterey
Shopify CLI version (check your project's
package.json
if you're not sure)3.70.0
Shell
zsh
Node version (run
node -v
if you're not sure)20.16.0
What language and version are you using in your application?
Node.js 20.16.0
The text was updated successfully, but these errors were encountered: