-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
504 Gateway Timeout #10728
Comments
Hey @suneetk92, We have created an internal ticket to look into this which we will be tracking as "GHC-212" |
Same here ... using Docker, n8n in queue mode ... The nodes work, the webhook receives the data, the node responds to the webhook and executes but is not responded to by the request until it times out. No error is generated, and the execution history shows that it was executed successfully. |
Exactly the same. I also have n8n in queue mode. |
I am facing the same issue too. |
The same issue exists in version 1.58.1 |
I also have the same problem. |
The example workflow is working fine for me in @coroschina @easydigi @LeoPQDT @luizeof can you all try the test workflow provided in My test was with Postgres DB and 4 workers. |
It's the same issue with 1.58.1. All versions after 1.57.0 are affected. I also have postgresDB with 3 workers and 3 webhooks |
Hi Man, I'm running N8N in 1.58.1 and the same issue keep alive. |
I am experiencing this problem under version 1.58.1. n8n:1.58.1 + postgresDB + 2 x workers + 2 x webhooks |
Are you all using webhook workers? |
+1 |
1 similar comment
+1 |
yes |
I also have the same problem. |
1 similar comment
I also have the same problem. |
Can anyone with the issue please try this image to confirm the fix? |
With my setup, I can replicate the issue for n8n versions >= 1.57.0, and using suggested image in the same setup fixes the issue. |
Bug Description
Webhook + Respond to Webhook is resulting in 504 Gateway Timeout with the latest n8n version >=1.57.0
The same workflow is working fine till 1.56.2
To Reproduce
Expected behavior
Webhook + Respond to Webhook should work same as in 1.56.2
Operating System
Alpine Linux v3.20.1 (docker)
n8n Version
Node.js Version
v20.15.0
Database
PostgreSQL
Execution mode
queue (1 master + 3 workers + 3 webhook nodes)
The text was updated successfully, but these errors were encountered: