I am not able to access my n8n account I keep getting a 522 connection timeout error. Could someone please help me with this issue. Thanks

When i try to login to my n8n account i get a 522 connection timeout error

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:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

522 is a cloudflare timeout which usually means your n8n instance isn’t responding at all. if youre self-hosting, check if the container/process is actually running and if there are any errors in the logs. if its n8n cloud, try https://status.n8n.io/ to see if theres an outage, otherwise email [email protected] since they need to check the backend.

what does your setup look like - self-hosted or cloud?

A 522 Connection Timeout usually means that Cloudflare cannot reach your n8n instance, not that there is an issue with a workflow itself. This typically happens when the n8n server is down, unreachable, overloaded, or blocked by network/firewall rules.

This issue is infrastructure-related, not workflow-related.