-
Notifications
You must be signed in to change notification settings - Fork 155
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
Upgrading to 2.15 and above results in 404 when used in webhook mode #743
Comments
@wernerb This issue may be related to the probot upgrade from 12.3.4 to 13.3.8, which includes breaking changes (see: https://github.com/probot/probot/releases/tag/v13.0.0). One notable change is that the default webhookPath is now I'll investigate further to confirm this is the cause. |
I can change the path in our github app settings to |
Changing path had other side effects that rulesets for example are not processed anymore. A PR comment is now created that says no changes 0 repo's considered |
Potential solution: downgrading probot to version 12.3.4. While I haven't tested, I will investigate and do some testing when I have time. |
So the current stable tag is not working at all currently. @decyjphr I appreciate your work but this is a massive bug, can you pull the release, or are you planning to fix forward? |
Thanks @PendaGTP I'll revert to probot 12.3.4 |
@wernerb I built 2.1.16 which has the probot reverted. Please let me know if we can close this issue. |
I've done additional investigation and testing on both Here are the changes that need consideration:
I've tested these changes and confirmed they work as expected on v2.15 (set webhook path via github app or env var + refactor usage of Notes:
@decyjphr, thoughts on this? I can open a PR with my proposed changes. Let me know if anything needs clarification. |
@PendaGTP Great work in debugging this! So because probot changed the default webhookPath from I would be grateful if you are able to update the docs to indicate this and thank you for having a fix for thanks |
Problem Description
Updated the image to 2.15, noticed that the webhooks are not arriving and get a 404 instead. No changes were made except a move from 2.15.rc1 to 2.15
What is actually happening
It appears that the dependency updates are breaking.
What is the expected behavior
Webhooks process normally
Error output, if available
The text was updated successfully, but these errors were encountered: