Skip to content
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

webhook doesn't work #12393

Open
rgisjr opened this issue Dec 29, 2024 · 2 comments
Open

webhook doesn't work #12393

rgisjr opened this issue Dec 29, 2024 · 2 comments
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@rgisjr
Copy link

rgisjr commented Dec 29, 2024

Bug Description

my n8n webhook does not work in POST mode. I went to this website that you use in the video and when sending a POST message to the webhook URL, even though it is also in POST, the message: code": 404 appears,
"message": "This webhook is not registered for GET requests. Did you mean to make a POST request?

When I set both to GET, it works. But, reinforcing, if both are in post dah error.

I'm trying to integrate with Z-API.

can you help me?

To Reproduce

my n8n webhook does not work in POST mode. I went to this website that you use in the video and when sending a POST message to the webhook URL, even though it is also in POST, the message: code": 404 appears,
"message": "This webhook is not registered for GET requests. Did you mean to make a POST request?

When I set both to GET, it works. But, reinforcing, if both are in post dah error.

I'm trying to integrate with Z-API.

can you help me?

Expected behavior

my n8n webhook does not work in POST mode. I went to this website that you use in the video and when sending a POST message to the webhook URL, even though it is also in POST, the message: code": 404 appears,
"message": "This webhook is not registered for GET requests. Did you mean to make a POST request?

When I set both to GET, it works. But, reinforcing, if both are in post dah error.

I'm trying to integrate with Z-API.

can you help me?

Operating System

windows

n8n Version

n8n

Node.js Version

n8n

Database

MySQL

Execution mode

own (deprecated)

@Joffcom
Copy link
Member

Joffcom commented Dec 29, 2024

Hey @rgisjr,

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

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

Joffcom commented Dec 29, 2024

Hey @rgisjr

The error suggests the node is expecting a post but you are sending a get.

How are you testing the requests? Can you try with Postman / Insomnia / Bruno / Curl and share the output?

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