Self-Hosted Login - Problem

Hello. Today I’m having trouble logging into 8n8 (self-hosted)

The problem is what’s below.

Can you tell me what it could be?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Welcome to the community @Caroline_Pinna !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.


Have you tried what I already suggested yet?

Looks like your n8n database you deployed in based on Postgres database. The error suggests that the there is an issue communicating with Postgres (it cannot be reached). See if it is up and running and you can connect to it manually first. The rest of the steps would depend on what comes out of it and your implementation on n8n instance.