-
Notifications
You must be signed in to change notification settings - Fork 203
Description
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 > [email protected] 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:
- Hit that "Deploy to Railway" button
- Keep all default configuration
- Deploy error. Yikes!
Expected behavior
Not erroring.