Describe the problem/error/question
Hi!
I get this error message when trying to create the credentials of the Postgres account. I’m trying to connect to a Chatwoot database:
{
“errorMessage”: “connect ECONNREFUSED ::1:5432”,
“errorDetails”: {},
“n8nDetails”: {
“n8nVersion”: “1.58.2 (Self Hosted)”,
“binaryDataMode”: “default”,
“stackTrace”: [
“Error: connect ECONNREFUSED ::1:5432”,
" at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)"
]
}
}
I got the PostgreSQL hosted (not in docker)
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.58.2
- Database (default: SQLite): PostgreSQL
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu 22.04