Hello n8n Team,
I am experiencing an issue on my n8n.cloud instance where my webhooks are not returning the custom response from my workflow. They consistently return the default {"message":"Workflow was started"} message, even on active workflows using the production URL.
My Environment Details:
-
n8n Version:
1.11.0 -
Hosting: n8n.cloud
-
Instance ID: (You can find this in your “About n8n” screenshot)
What I’ve Tried:
I have worked extensively to debug this and can confirm the following:
-
The issue occurs on active workflows using the Production URL.
-
The workflow execution log shows a successful run all the way to the final node.
-
I first tried using a
Respond to Webhooknode, but the automatic detection failed to send the custom response. -
I then tried a workaround using the
Webhooknode’s “Response Data: Last Node” option, withSetnodes creating the final output. This also failed and returned the default message. -
I have tried this with a minimal two-node test case (
Webhook→Setwith Response Data enabled) and it still fails.
Here is the JSON for the simple workaround workflow that is still not working correctly. This should be a perfect minimal reproducible example for you to test.