Skip to content
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

[Issue]: Wundergraph is unresponsive when run in a Codepsaces environment #1384

Open
vbo75 opened this issue Apr 26, 2024 · 0 comments
Open

Comments

@vbo75
Copy link

vbo75 commented Apr 26, 2024

Description

I created a new Wundergraph project in a Codespaces environment but when I start Wundergraph, the server send a 404 error:

[1] {"level":"debug","time":1714142206919,"pid":55988,"hostname":"codespaces-46b9df","component":"@wundergraph/server","reqId":"293e2cb3bf096401658cf740f7060409","req":{"method":"GET","url":"/","hostname":"localhost:9992","remoteAddress":"::1","remotePort":40336},"msg":"received request"}
[1] {"level":"info","time":1714142206920,"pid":55988,"hostname":"codespaces-46b9df","component":"@wundergraph/server","reqId":"293e2cb3bf096401658cf740f7060409","msg":"Route GET:/ not found"}
[1] {"level":"debug","time":1714142206925,"pid":55988,"hostname":"codespaces-46b9df","component":"@wundergraph/server","reqId":"293e2cb3bf096401658cf740f7060409","res":{"statusCode":404},"url":"/","responseTime":5.713266998529434,"msg":"request completed"}

The response in browser is:
{"message":"Route GET:/ not found","error":"Not Found","statusCode":404}

Thanks

Reproduction

Following the quick start guide in a Codespaces environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant