Describe the problem/error/question
The test URL works fine, and the execution is displayed in the workflow’s executions list.
However, POST requests to the Production URL have a success response, but the execution is not displayed in the workflow’s execution list.
What is the error message (if any)?
None.
Please share your workflow
The workflow is active, so it seems there should not be any other determining factor for the webhook functionality, other than using the production URL instead of the test URL.
As noted above, requests using both URLs succeed in terms of HTTP response, but only the test URL results in a visible execution in the workflow Executions list.
Share the output returned by the last node
for production there is none, since there is no execution
However, this is the HTTP response body:
{
status: 200,
body: %{"message" => "Workflow was started"},
}
Information on your n8n setup
- Running n8n via: cloud