Error 504, Licence Request

Describe the problem/error/question

Im trying to request a licence key, but i always get error 504, there is no more info about the error. Can you help me?

What is the error message (if any)?

License request failed

Request failed with status code 504

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.120.3
  • Database (default: SQLite): postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): owner
  • Running n8n via (Docker, npm, n8n cloud, desktop app): AWS ECS Fargate
  • Operating system: Amazon Linux

Help please

Hi there,

A 504 error indicates your n8n instance can’t reach the license server. Since you’re on AWS ECS Fargate, check the following:

Network connectivity:

  • Verify your ECS tasks have outbound internet access (requires NAT Gateway if in a private subnet)

  • Check security groups allow outbound HTTPS (port 443)

  • n8n uses Cloudflare to host the license server and you need to allowlist the full range of Cloudflare IP addresses n8n Docs - see Cloudflare IPs

Related posts with similar issues:

Documentation:

Can you check your ECS task’s network configuration and security groups, and share any additional error details from your container logs?