HELP!!!!
harveynilton
HOBBYOP

2 years ago

I already did the migration and I don't know why it stopped working or what I'm doing, but I need help

7 Replies

2 years ago

Can you send screenshots? Logs? A project ID if the team comes in?



harveynilton
HOBBYOP

2 years ago

YOU CANNOT SEND CAPTURES,

BUT IT SEEMS EVERYTHING IS WELL BUT IN THE FRONT YOU CANNOT SEE ANYTHING


2 years ago

what


harveynilton
HOBBYOP

2 years ago

HELP!!!


harveynilton
HOBBYOP

2 years ago

/app/node_modules/sequelize/lib/dialects/postgres/connection-manager.js:134

reject(new sequelizeErrors.HostNotFoundError(err));

^

HostNotFoundError [SequelizeHostNotFoundError]: getaddrinfo ENOTFOUND postgres.railway.internal

at Client._connectionCallback (/app/node_modules/sequelize/lib/dialects/postgres/connection-manager.js:134:24)

at Client._handleErrorWhileConnecting (/app/node_modules/pg/lib/client.js:316:19)

at Client._handleErrorEvent (/app/node_modules/pg/lib/client.js:326:19)

at Connection.emit (node:events:517:28)

at Socket.reportStreamError (/app/node_modules/pg/lib/connection.js:57:12)

at Socket.emit (node:events:517:28)

at emitErrorNT (node:internal/streams/destroy:151:8)

at emitErrorCloseNT (node:internal/streams/destroy:116:3)

at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {

parent: Error: getaddrinfo ENOTFOUND postgres.railway.internal

at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26) {

errno: -3008,

code: 'ENOTFOUND',

syscall: 'getaddrinfo',

hostname: 'postgres.railway.internal'

},

original: Error: getaddrinfo ENOTFOUND postgres.railway.internal

at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26) {

errno: -3008,

code: 'ENOTFOUND',

syscall: 'getaddrinfo',

hostname: 'postgres.railway.internal'

}

}

Node.js v18.18.2


2 years ago

can you try adding a 3 second sleep to the beginning of your start script


Welcome!

Sign in to your Railway account to join the conversation.

Loading...