N8n unregistering webhooks randomly?

Describe the problem/error/question:
It just randomly unregistered the webhook? I’m not sure what happened but it was working fine, then all of a sudden now the requests from Zendesk aren’t triggering anything.

What is the error message (if any)?
Received request for unknown webhook: The requested webhook “fbded707-00fe-4def-9d82-5dad6d6764c9/webhook” is not registered.

Please share your workflow

Share the output returned by the last node
(Outputted Twice)

Received request for unknown webhook: The requested webhook “fbded707-00fe-4def-9d82-5dad6d6764c9/webhook” is not registered.

Information on your n8n setup

  • n8n version: 1.116.2
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): main?
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker-compose
  • Operating system: Ubuntu 24.02 (Running n8n) and then I use a Windows 11 Pro
  1. If you recently restarted n8n, reactivate your workflows.
  2. I would check the credentials as well..
    Hope it hepls :slight_smile: and get fixed.
1 Like

This is exactly what happens in my case. The webhook was already in production, but if I restart the server, when n8n starts up again (with the workflow enabled), it seems that something unregisters the webhook. In the logs, I see: “Received request for unknown webhook…”

After that, I deactivate and reactivate the workflow, and it works again.

Is this normal and expected behavior?

1 Like

Hey, this is what happens for me everytime. I’ve since quit using n8n in our workflow since it’s not meeting our technical standards with this problem imposed, and I’ve already explored other options!

Thank you for your help!

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