-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: shopify app dev
fails to find available port for GraphiQL
#4927
Comments
I suspect it might be related to |
I'm having this issue trying to start a single server. I don't have a ╭─ warning ────────────────────────────────────────────────────────────────────╮
│ │
│ A random port will be used for GraphiQL because `3457` is not available. │
│ │
│ If you want to keep your session in GraphiQL, you can choose a different │
│ one by setting the `--graphiql-port` flag. │
│ │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ error ──────────────────────────────────────────────────────────────────────╮
│ │
│ Port 61982 is not available for serving GraphiQL. │
│ │
│ Choose a different port by setting the `--graphiql-port` flag. │
│ │
╰──────────────────────────────────────────────────────────────────────────────╯
|
Solved mine by setting the dev command in
|
Right now,
If you run one app with |
Please confirm that you have:
In which of these areas are you experiencing a problem?
App
Expected behavior
Running
shopify app dev
to start servers for multiple apps at the same time should work.Actual behavior
Running
shopify app dev
works for the first app works,but for the second app blows up with
Verbose output
Output
Reproduction steps
shopify app dev
in one terminalshopify app dev
in another terminalOperating System
macos
Shopify CLI version (check your project's
package.json
if you're not sure)3.70.0
Shell
zsh in VSCode
Node version (run
node -v
if you're not sure)v20.12.2
What language and version are you using in your application?
Node v20.12.2
The text was updated successfully, but these errors were encountered: