n8n webhook times out after 30 seconds: what fixed it for you?
Asked by Automate Naija in n8n · 0 replies
Classic one. You POST to a Webhook node, the workflow runs fine in the editor, but the caller gets a 504 after about half a minute.
The usual culprit is Response Mode. If it is set to wait for the last node and the workflow is slow, the caller gives up first.
Webhook node -> Settings -> Respond: Immediately
then do the slow work in the nodes after it
What else have you hit? Post the node config and the exact error, not just "it is not working".
n8n webhook times out after 30 seconds: what fixed it for you? · More Automate Naija community threads