ERROR: Gateway timed out

I’m running a workflow process, it runs perfectly, however, when it comes to the final step of sending information via http, it reports an error like this: ERROR: Gateway timed out - perhaps try again later? HTTP Code 504. How to fix this error? Thank you.

n8n Version : 1.0.3

Log file : Jul 22 12:41:07 => Healtheck error: Error: Timeout of 7000ms exceeded

Hi @tienhuy :wave: A 504 would be a server-side error - have you tried making an API request to the server outside of n8n using something like cURL, Postman, or Insomina?

Also, are you running n8n through a proxy or VPN?

2 Likes