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
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.
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.
The text was updated successfully, but these errors were encountered: