Describe the problem/error/question
Respond to Webhook
node does not find/match previous Wait
node configured with:
Resume -> On Webhook Call
andRespond -> Using 'Respond to Webhook' Node
What is the error message (if any)?
No Webhook node found in the workflow
Insert a Webhook node to your workflow and set the “Respond” parameter to “Using Respond to Webhook Node”
Please share your workflow
Calling Workflow
- Note: callback url altered to use docker-internal port number, but the replace() in the http node’s callbackurl-header value-expression would be removed if calling a service outside n8n/docker.
Called sub-workflow
This is not where the error happens. This part just serves as a stand-in for a web service that calls back (or at least attempts to).
Share the output returned by the last node
Node type n8n-nodes-base.respondToWebhook
Node version 1.1 (Latest)
n8n version 1.53.2 (Self Hosted)
Time 11/8/2024, 11:03:27 PM
Stack trace
NodeOperationError: No Webhook node found in the workflow at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/RespondToWebhook/RespondToWebhook.node.js:291:27) at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:728:42) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:673:66 at processTicksAndRejections (node:internal/process/task_queues:95:5) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1086:20
Information on your n8n setup
- n8n version: 1.53.2
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main): own, main
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Docker host - MacOS