Not able to connect to postgres in render

getting this error
Unable to connect to the database: ConnectionError [SequelizeConnectionError]: read ECONNRESET
at Client._connectionCallback (E:\Arbeit\deployment\node_modules\sequelize\src\dialects\postgres\connection-manager.js:194:24)
at Client._handleErrorWhileConnecting (E:\Arbeit\deployment\node_modules\pg\lib\client.js:327:19)
at Client._handleErrorEvent (E:\Arbeit\deployment\node_modules\pg\lib\client.js:337:19)
at Connection.emit (node:events:518:28)
at Connection.emit (node:domain:488:12)
at Socket.reportStreamError (E:\Arbeit\deployment\node_modules\pg\lib\connection.js:58:12)
at Socket.emit (node:events:518:28)
at Socket.emit (node:domain:488:12)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3) {
parent: Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:217:20) {
errno: -4077,
code: ‘ECONNRESET’,
syscall: ‘read’
},
original: Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:217:20) {
errno: -4077,
code: ‘ECONNRESET’,
syscall: ‘read’
}
}
trying to connect to postgres sql using nodejs express and sequelize orm

HI there,

I do not see any Postgres services on your Render account. To help you with this further, can you please open a ticket directly with us from the dashboard?

Regards,

Keith
Render Support, UTC+10 :australia:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.