Webhook Question - Is it Supposed to Timeout?

In production mode, should the webhook node just keep spinning and spinning or does it auto timeout? I’m trying to make this thing work on a VPS and it’s driving me crazy because the data loads but the workflow is not responding green and then stops…which is not how cron triggers behave. I’ve checked everything from permissions to nginx config over and over and can’t seem to get this thing to just keep going. Is that what it’s suppose to do in production/active mode? Thanks for reading.

Describe the problem/error/question

What is the error message (if any)?

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:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

hello @Soupking

I suppose the webhooks have a timeout of 5 minutes. But usually if you have a reverse-proxy/ALB in front of the n8n, then you have a timeout of 1 minute

ah! thank you! that’s where I last left off. I was hammering things down with claude and we’ve widdled things down to reverse proxy in the services-available config, but there’s no errors! In term or dev tools!

that’s great to know. I’ve spent a few months with AI doing what I come to understand is devops. it’s just hard to know how to isolate something if there’s no response.

that’s such a great thing to understand cuz from proof I know it’s not an n8n thing, but was unsure why it kept behaving like a local non-daemon based application. I’ll be sure to see if that’s lending itself to the problem because I don’t believe from history that it was something custom I did either but I’ll find out.

Gotta have webhooks! LOL

Thanks barn4k!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.