Skip to content

Webhooks not working in version 1.94.1 #15836

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
spitdm opened this issue May 29, 2025 · 3 comments
Open

Webhooks not working in version 1.94.1 #15836

spitdm opened this issue May 29, 2025 · 3 comments
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@spitdm
Copy link

spitdm commented May 29, 2025

Bug Description

I've upgraded n8n from Version 1.93.0 to version 1.94.1. I use n8n with Docker.
After the upgrade, it was no longer possible to register a new webhook, whether in manual mode (Execute Workflow) or in automatic mode. I tested the newly created webhooks several times with Postman, and I always got the message:

{
"code": 404,
"message": "The requested webhook "c9674854-be3d-4f34-9985-53a57ffaa7eb" 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)"
}

Webhooks that existed before the upgrade continued to work without issues. Now I've downgraded n8n to version 1.94.0, and all webhooks are working as expected again.

I'm not sure if this is a bug or if I've missed something.

To Reproduce

  1. Create a new Webhook
  2. Klick "Execute Workflow"
  3. Test to connect to the webhook via Postman
  4. Error Message:
    {
    "code": 404,
    "message": "The requested webhook "c9674854-be3d-4f34-9985-53a57ffaa7eb" 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)"
    }

Expected behavior

  1. Create a new Webhook
  2. Klick "Execute Workflow"
  3. Test to connect to the webhook via Postman
  4. Connection succesful

Operating System

Docker

n8n Version

1.94.1

Node.js Version

20.19.2

Database

PostgreSQL

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented May 29, 2025

Hey @spitdm,

We have created an internal ticket to look into this which we will be tracking as "GHC-2240"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label May 29, 2025
@Joffcom
Copy link
Member

Joffcom commented May 30, 2025

Thanks for reporting this issue! We’ve attempted to reproduce the problem, but unfortunately, we weren’t able to replicate it. It’s possible there was some environmental or other variable that prevented us from seeing the same behavior.

Can you try using 1.95 and let me know if you see the same issue there?

If you’re still encountering this issue, please provide any additional details or steps to reproduce it, and we’d be happy to investigate further. Thanks for your understanding!

@Joffcom Joffcom added the Needs Feedback Waiting for further input or clarification. label May 30, 2025
@spitdm
Copy link
Author

spitdm commented May 30, 2025

Thanks for your response!

Now I've upgraded n8n to version 1.94.1 again. And now it works without any issues!
I don't know what was wrong yesterday. Maybe there was an issue with the container or Docker itself!

@Joffcom Joffcom removed the Needs Feedback Waiting for further input or clarification. label May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

2 participants