-
Notifications
You must be signed in to change notification settings - Fork 9
Hook server on 127.0.0.1:9992 gives a ERR_CONNECTION_REFUSED #2
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
Comments
I see, the hooks server is listening on ipv6, while we're only connecting on ipv4. We'll look into this. |
Hi @Twathik, we released a hotfix. Please upgrade to the latest version e.g. |
there is still an issue with ERR_CONNECTION_REFUSED on 127.0.0.1:9992 ipv4 address in both 0.73.3 and 0.73.6 |
I managed to find a workaround On mac os you have to delete ipv6 loopback entry (::1 localhost) from the /etc/hosts file, it solved the problem as the hook server listen to 127.0.0.1:9992 which is reachable on linux it works fine A permanent solution will be better, but for now it does the job |
problem solved in |
wunderctl version : 0.60.1
@wundergraph/sdk: "^0.73.0",
OS: mac os 11 big sir
node v : 17
when I start the dev server the Initial logs seems to be OK
when I attempt an authentication
It's seems that the hooks server listening at http://[::1]:9992 is not reachable from ipv4 loopback 127.0.0.1
on the browser reaching http://[::1]:9992 return
so the server is responding, but 127.0.0.1:9992 gives a ERR_CONNECTION_REFUSED
the call being server side i did not figured how to fix this
The text was updated successfully, but these errors were encountered: