405 Method Not Allowed
Lusitaniae opened this issue · 1 comments
Lusitaniae commented
Would be nice to have better install instructions!
Right now I try to setup workflow webhooks, as below, and tried setting both Content-Type options
but still getting errors:
INFO: 140.82.115.58:0 - "POST / HTTP/1.1" 405 Method Not Allowed
INFO: 140.82.115.44:0 - "POST / HTTP/1.1" 405 Method Not Allowed
INFO: 140.82.115.60:0 - "POST / HTTP/1.1" 405 Method Not Allowed
INFO: 140.82.115.156:0 - "POST / HTTP/1.1" 405 Method Not Allowed
INFO: 140.82.115.31:0 - "POST / HTTP/1.1" 405 Method Not Allowed
tcarmet commented
Hello @Lusitaniae,
My apologies for the late response, I just noticed your issue here. And thank you for opening an issue and reaching out! Very much appreciated ❤️
Indeed, the doc deserves more information for this particular step. In your case here I believe you are missing the /webhook
path in your url, as this is where the API has been configured to listen on incoming webhooks from GitHub.
I'll keep the issue open until I make a proper setup guide with this information.