Describe the problem/error/question
I am encountering an issue when trying to test the same workflow logic using two different accounts (users) on the same n8n instance.
What is the error message (if any)?
{
"code": 404,
"message": "The requested webhook \"post_method\" is not registered.",
"hint": "Click the 'Execute workflow' button on the canvas, then try again. (In test mode, the webhook only works for one call after you click this button)"
}
Please share your workflow
To Reproduce
- I have two separate accounts/users.
- I created the exact same workflow in both accounts.
- The start node is a Webhook Trigger (or a Form Trigger).
- I click “Execute Workflow” (Test Mode) on both accounts so they are both waiting for a call.
- I send a request via Postman to the test webhook URL(It’s two different webhook URL).
Current Behavior
Only one of the workflows captures the request successfully. The other workflow fails immediately with the following error:
{
"code": 404,
"message": "The requested webhook \"post_method\" is not registered.",
"hint": "Click the 'Execute workflow' button on the canvas, then try again. (In test mode, the webhook only works for one call after you click this button)"
}
Additional Information
- This issue occurs with both the Webhook Trigger and the Form Trigger nodes.
- This only happens in Test Mode. When the workflows are set to Active, both work as expected without conflict.
Information on your n8n setup
- n8n version: 1.123.14
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Linux