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

[BUG] Error: connect ECONNREFUSED ::1:5432 #379

Open
amunrarara opened this issue Nov 5, 2024 · 0 comments
Open

[BUG] Error: connect ECONNREFUSED ::1:5432 #379

amunrarara opened this issue Nov 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@amunrarara
Copy link

amunrarara commented Nov 5, 2024

Describe the bug
Cheers,

While using the one-click deploy to Railway from the nostream Github page, I'm encountering Error: connect ECONNREFUSED ::1:5432. This seems to indicate that the local network proxy ain't doin' its thing right.

Is there additional configuration that has to happen for Railway to properly route the DB requests from service to Postgres?

Here's the error logs starting from RUN npm run db:migrate

#11 [build 6/8] RUN npm run db:migrate
#11 0.857 > nostream@2.1.0 db:migrate
#11 0.857 > knex migrate:latest
#11 1.143 connect ECONNREFUSED ::1:5432
#11 1.143 Error: connect ECONNREFUSED ::1:5432
#11 1.143 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
#11 ERROR: process "/bin/sh -c npm run db:migrate" did not complete successfully: exit code: 1

To Reproduce
Steps to reproduce the behavior:

  1. Hit that "Deploy to Railway" button
  2. Keep all default configuration
  3. Deploy error. Yikes!

Expected behavior
Not erroring.

@amunrarara amunrarara added the bug Something isn't working label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants