5 months ago
No workflow works in the n8n service.
Attachments
3 Replies
5 months ago
You are running n8n behind a proxy so try adding these to env variables from dashboard and rebuild N8N_TRUST_PROXY=1 or N8N_TRUST_PROXY=true
If you are using cloudflare(with the orange switch enabled, cloudflare proxy) you might need N8N_TRUST_PROXY=2 but do try 1/true before you use 2.
surajmandalcell
You are running n8n behind a proxy so try adding these to env variables from dashboard and rebuild `N8N_TRUST_PROXY=1` or `N8N_TRUST_PROXY=true` If you are using cloudflare(with the orange switch enabled, cloudflare proxy) you might need `N8N_TRUST_PROXY=2` but do try 1/true before you use 2.
5 months ago
This method did not fix the error.
5 months ago
Can you take a screenshot of all the variables names in your container(not of the actual values ofc, just the keys). Also check how many ip's is it hopping.
```
N8N_TRUST_PROXY=1
N8N_PROXY_HOPS=1
N8N_USE_X_FORWARDED_HOST=true
```
Try these, and try increasing hops by no of ip's in the log.