POST succeeds to Webhook Production URL but doesn't show execution

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

On the top right corner of the n8n canvas there’s a drop-down menu with the workflow settings. Click on it and check the settings. Specifically, there’s a row for storing successful production executions. If should be activated.

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