You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In any workflow, new or old, the "Webhook" node will give me the same error message for any request sent that is not a GET request. I was previously on 1.6x something version. I updated because of this issue, but it's still here.
I can make a completely new workflow with a fresh "Webhook" node and it will still behave like this.
What is the error message (if any)?
{
"code": 404,
"message": "This webhook is not registered for GET requests. Did you mean to make a POST request?"
}
Please share your workflow/screenshots/recording
Just to show I'm not a complete mongoloid here's an image of my settings:
I can change the HTTP method in the node and it will reflect on the error message, but it will still act as if whatever I'm sending is GET.
Here's an example of a request: curl -X POST 'http://n8ninstanceurl/webhook-test/webhookid' \ -H 'Content-Type: application/json' \
Share the output returned by the last node
Debug info
core
n8nVersion: 1.75.2
platform: npm
nodeJsVersion: 20.18.1
database: postgres
executionMode: regular
concurrency: 20
license: enterprise (production)
storage
success: all
error: all
progress: false
manual: true
binaryMode: memory
pruning
enabled: true
maxAge: 336 hours
maxCount: 10000 executions
client
userAgent: mozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/537.36 (khtml, like gecko) chrome/132.0.0.0 safari/537.36
isTouchDevice: false
Generated at: 2025-01-21T12:30:13.629Z}
The text was updated successfully, but these errors were encountered:
I have just given this a go and I have not been able to reproduce it, Can you share more details on how you have n8n configured? I assume it is also running on the machine you are making the curl request from.
Describe the problem/error/question
In any workflow, new or old, the "Webhook" node will give me the same error message for any request sent that is not a GET request. I was previously on 1.6x something version. I updated because of this issue, but it's still here.
I can make a completely new workflow with a fresh "Webhook" node and it will still behave like this.
What is the error message (if any)?
{
"code": 404,
"message": "This webhook is not registered for GET requests. Did you mean to make a POST request?"
}
Please share your workflow/screenshots/recording
Just to show I'm not a complete mongoloid here's an image of my settings:
I can change the HTTP method in the node and it will reflect on the error message, but it will still act as if whatever I'm sending is GET.
Here's an example of a request:
curl -X POST 'http://n8ninstanceurl/webhook-test/webhookid' \ -H 'Content-Type: application/json' \
Share the output returned by the last node
Debug info
core
storage
pruning
client
Generated at: 2025-01-21T12:30:13.629Z}
The text was updated successfully, but these errors were encountered: