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

Fix DNS issue to favor IPV4 #337

Closed
wants to merge 2 commits into from
Closed

Fix DNS issue to favor IPV4 #337

wants to merge 2 commits into from

Conversation

WilfriedDeluche
Copy link
Member

@WilfriedDeluche WilfriedDeluche commented Dec 19, 2023

Since NodeJS 17, localhost is resolved into an IPV6 address, instead of IPV4.
So it cannot request Eventmaker web server to fetch data.

This PR fixes it by favoring IPV4 resolution.

nodejs/node#40537 (comment)

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

Successfully merging this pull request may close these issues.

None yet

2 participants