Bug Description
I have an n8n workflow. it trigger by webhook. We have a POST webhook. When we send data to webhook we get error saying:
[{"code":404,"message":"The requested webhook "POST 01dc7fa3-2b45-49ba-abbd-d0049642cc72/111365" is not registered.","hint":"The workflow must be active for a production URL to run successfully. You can activate the workflow using the toggle in the top-right of the editor. Note that unlike test URL calls, production URL calls aren't shown on the canvas (only in the executions list)"}]
but our workflow is already published. we had the same issue before, so we have to copy the workflow and delete the old workflow and resolve the issue.
we have created that workflow a month ago.
I have attached the image


To Reproduce
webhook request data sent
Expected behavior
get data with status 200 code
Debug Info
Debug info
core
- n8nVersion: 2.8.3
- platform: docker (self-hosted)
- nodeJsVersion: 22.22.0
- nodeEnv: production
- database: postgres
- executionMode: scaling (single-main)
- concurrency: -1
- license: enterprise (production)
- consumerId: 766ea27e-f5a0-4b29-a15a-b4d1ae4b77fb
storage
- success: all
- error: all
- progress: false
- manual: true
- binaryMode: filesystem
pruning
client
- userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/145.0.0.0 safari/537.36
- isTouchDevice: false
Generated at: 2026-02-24T15:53:37.085Z
Operating System
Ubuntu 24.04.3 LTS
n8n Version
2.6.4
Node.js Version
22.22.0
Database
PostgreSQL
Execution mode
queue
Hosting
self hosted
Bug Description
I have an n8n workflow. it trigger by webhook. We have a POST webhook. When we send data to webhook we get error saying:
[{"code":404,"message":"The requested webhook "POST 01dc7fa3-2b45-49ba-abbd-d0049642cc72/111365" is not registered.","hint":"The workflow must be active for a production URL to run successfully. You can activate the workflow using the toggle in the top-right of the editor. Note that unlike test URL calls, production URL calls aren't shown on the canvas (only in the executions list)"}]
but our workflow is already published. we had the same issue before, so we have to copy the workflow and delete the old workflow and resolve the issue.
we have created that workflow a month ago.
I have attached the image
To Reproduce
webhook request data sent
Expected behavior
get data with status 200 code
Debug Info
Debug info
core
storage
pruning
client
Generated at: 2026-02-24T15:53:37.085Z
Operating System
Ubuntu 24.04.3 LTS
n8n Version
2.6.4
Node.js Version
22.22.0
Database
PostgreSQL
Execution mode
queue
Hosting
self hosted