conn error

after deploying app, following error displays. any suggestion to correct this error

npm WARN config production Use --omit=dev instead.

backend@1.0.0 start

node server.js

Server is running on port 6911

Error: connect ECONNREFUSED ::1:587

at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) {

errno: -111,

code: 'ESOCKET',

syscall: 'connect',

address: '::1',

port: 587,

command: 'CONN'

}

2 Replies

2 years ago

Port 587 is typically what SMTP servers listen on, are you sure you have your SMTP client setup correctly?


thanks


Welcome!

Sign in to your Railway account to join the conversation.

Loading...