The webhook trigger does not support project variables to define the path.
Calling the webhook gives:
“code”: 404,“message”: “The requested webhook \“staging/analyse\” is not registered.”,
Information on your n8n setup
- n8n version: 1.121.2
- Running n8n via n8n cloud
1 Like
I can confirm the same issue,
{
"code": 404,
"message": "The requested webhook \"GET anan\" 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 anan\" is not registered.\n at LiveWebhooks.findWebhook (/usr/local/lib/node_modules/n8n/src/webhooks/live-webhooks.ts:184:10)\n at LiveWebhooks.executeWebhook (/usr/local/lib/node_modules/n8n/src/webhooks/live-webhooks.ts:83:19)\n at WebhookRequestHandler.handleRequest (/usr/local/lib/node_modules/n8n/src/webhooks/webhook-request-handler.ts:66:21)\n at /usr/local/lib/node_modules/n8n/src/webhooks/webhook-request-handler.ts:257:3"
}
Even when running the test event, it returns empty!