Deployment Crash for revised ejs app
biparker
PROOP

2 years ago

Deployment logs show error with mongo database. at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {

cause: Error: connect ECONNREFUSED ::1:27017

at TCPConnectWrap.afterConnect as oncomplete {

errno: -111,

code: 'ECONNREFUSED',

syscall: 'connect',

address: '::1',

port: 27017

},

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

1 Replies

2 years ago

You have a misconfiguration somewhere in your mongo client, please review their docs for the correct syntax.


Loading...