antoniosilvaz
Error: connect ETIMEDOUT 34.105.6.84:5432
I created a PostgreSQL database on Railway, then linked my NodeJS backend project from github, added the DB environment variables, but I get this error when deploying:
original: Error: connect ETIMEDOUT 34.105.6.84:5432
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1300:16) {
errno: -110,
code: 'ETIMEDOUT',
syscall: 'connect',
how can I fix it?
27 replies