We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
curl localhost:4000/_ping curl: (7) Failed to connect to localhost port 4000: Connection refused
curl localhost:4000/_ping
curl: (7) Failed to connect to localhost port 4000: Connection refused
The text was updated successfully, but these errors were encountered:
@wadadaaa maybe it runs on a different port because that port was occupied?
const port = process.env.PORT || 4000
If not, could you try to share a reproduction?
Sorry, something went wrong.
No branches or pull requests
curl localhost:4000/_ping
curl: (7) Failed to connect to localhost port 4000: Connection refused
The text was updated successfully, but these errors were encountered: