-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Node v17 ECONNREFUSED #2643
Comments
What does your |
commented out, unchanged from install |
@KhafraDev Try changing it to |
I'm having the same issue with |
@marcbachmann is your code running in a container and your DB running in another? |
Sorry, I'm not sure what the issue was anymore. I was able to upgrade later and everything is running on node 18. Usually we have node outside docker, directly on the mac host, and then postgres within docker. |
Description
On node v16.13.0, connecting to the database works as expected. I decided to try out the changes in v17.0.1 and I can't connect to the db anymore.
Test script:
Output (both versions)
Environment
Windows 10, running postgres from WSL 2
The text was updated successfully, but these errors were encountered: