Webhook Error Response

Describe the problem/error/question

Getting the stacktrace in the HTTP response how can i remove?

What is the error message (if any)?

**
{“code”: 404,“message”: “The requested webhook \“GET 9b5f3f\” is not registered.”,“hint”: “The workflow must be active for a production URL to run successfully. You can activate the workflow using the toggle in the top-right of the editor. Note that unlike test URL calls, production URL calls aren’t shown on the canvas (only in the executions list)”,“stacktrace”: “ResponseError: The requested webhook \“GET 9b5f3f\” is not registered.\n at LiveWebhooks.findWebhook (/var/www/n8n/node_modules/n8n/src/webhooks/live-webhooks.ts:169:10)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at LiveWebhooks.executeWebhook (/var/www/n8n/node_modules/n8n/src/webhooks/live-webhooks.ts:83:19)\n at WebhookRequestHandler.handleRequest (/var/www/n8n/node_modules/n8n/src/webhooks/webhook-request-handler.ts:66:21)\n at /var/www/n8n/node_modules/n8n/src/webhooks/webhook-request-handler.ts:257:3”}**

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

Make sure to activate the workflow and use the production URL instead.

The workflow containing that webhook is not activated.
You’re using the test URL instead of the production URL.

Is your n8n is locally hosted?

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