Webhook node does not work in Test, but does work in production

Describe the problem/error/question

Webhook node does work in production but not in test mode with manual trigger.

What is the error message (if any)?

    "code": 404,
    "message": "The requested webhook \"1eb95017-175c-4e1b-a05a-a22f61fdc9f1\" is not registered.",
    "hint": "Click the 'Test workflow' button on the canvas, then try again. (In test mode, the webhook only works for one call after you click this button)"
}

Please share your workflow

Information on your n8n setup

  • n8n version: 1.84.1
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker-caddy on hetzner
  • Operating system: Ubuntu

hello @Yentl

which url are you using when testing access to the webhook in the test mode? It’s not the same as for the production

Hi, we figured out that it had nothing to do with the webhook node. Further down in our workflow we deleted nodes with pinned data. Once we did that the webhook worked again in test mode. Only thing that is weird is that the flow stopped at the webhook

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