Open artooro opened 6 months ago
Just updated to 5.4.1 2024-06-21 and there is no change.
Hookshot log:
matrix-hookshot-1 | DEBUG 15:38:07:310 [Webhooks] Verified GitLab request
But GitLab shows an error of
Hook executed successfully but returned HTTP 404 <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Error</title> </head> <body> <pre>Cannot POST /hookshot/gitlab/</pre> </body> </html>
Currently running hookshot v5.3.0.
I configured the GitLab integration and bridged a room using the message.
It successfully created the webhook in the GitLab project, but when testing it, GitLab gets an HTTP 404 error with a body of
I have debug logging enabled for hookshot, and the only log message that it outputs is
So I am not finding any errors in hookshot, and bot is making API calls to GitLab successfully, and I haven't been able to figure out why it's responding with a Cannot POST message.
Here are the relevant configs. Of which the generic webhooks are working fine. It's only GitLab that I'm having an issue with.
hookshot config
Reverse Proxy config
I'm using Caddy server for the reverse proxy, it has the following config.
Considering the request is getting to hookshot based on it's DEBUG log entry, I don't think the reverse proxy is the issue.