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
like this
`[SUCCESS] Generate outputs $ vite
VITE v5.1.6 ready in 2097 ms
➜ Local: http://localhost:5173/ ➜ Network: use --host to expose 16:01:43 [vite] http proxy error: /graphql AggregateError [ECONNREFUSED]: at internalConnectMultiple (node:net:1116:18) at afterConnectMultiple (node:net:1683:7) 16:02:09 [vite] http proxy error: /graphql AggregateError [ECONNREFUSED]: at internalConnectMultiple (node:net:1116:18) at afterConnectMultiple (node:net:1683:7) 16:02:12 [vite] http proxy error: /graphql AggregateError [ECONNREFUSED]: at internalConnectMultiple (node:net:1116:18) at afterConnectMultiple (node:net:1683:7) 16:02:14 [vite] http proxy error: /graphql AggregateError [ECONNREFUSED]: at internalConnectMultiple (node:net:1116:18) at afterConnectMultiple (node:net:1683:7) `
The text was updated successfully, but these errors were encountered:
It seems the vite server can not proxy and connect to the backend.
vite
codel/frontend/vite.config.ts
Lines 10 to 12 in f4df00c
Do you run the server by go run . in backend folder? Can you show us your logs of backend server.
go run .
backend
Sorry, something went wrong.
Now that we have a Docker container, could you try to do the same by using it instead of go run .? Thanks!
No branches or pull requests
like this
`[SUCCESS] Generate outputs
$ vite
VITE v5.1.6 ready in 2097 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
16:01:43 [vite] http proxy error: /graphql
AggregateError [ECONNREFUSED]:
at internalConnectMultiple (node:net:1116:18)
at afterConnectMultiple (node:net:1683:7)
16:02:09 [vite] http proxy error: /graphql
AggregateError [ECONNREFUSED]:
at internalConnectMultiple (node:net:1116:18)
at afterConnectMultiple (node:net:1683:7)
16:02:12 [vite] http proxy error: /graphql
AggregateError [ECONNREFUSED]:
at internalConnectMultiple (node:net:1116:18)
at afterConnectMultiple (node:net:1683:7)
16:02:14 [vite] http proxy error: /graphql
AggregateError [ECONNREFUSED]:
at internalConnectMultiple (node:net:1116:18)
at afterConnectMultiple (node:net:1683:7)
`
The text was updated successfully, but these errors were encountered: