Documentation Index
Fetch the complete documentation index at: https://docs.kodus.io/llms.txt
Use this file to discover all available pages before exploring further.
Webhooks are how Kodus knows when a PR is opened or updated. If they’re not working, reviews won’t trigger.
Diagnosing the issue
GitHub
- Go to your repository Settings → Webhooks
- Find the Kodus webhook
- Click on it and check Recent Deliveries
- Look for failed deliveries (non-2xx status codes)
GitLab
- Go to your project Settings → Webhooks
- Find the Kodus webhook
- Check the delivery history for errors
Common fixes
Webhook URL is wrong or outdated
If you changed your Kodus deployment URL, update the webhook URL in your Git provider settings.
SSL certificate issues
If you’re self-hosting, ensure your SSL certificate is valid. GitHub and GitLab reject webhooks with invalid certificates.
Firewall blocking
If Kodus is behind a firewall, ensure your Git provider’s IP ranges can reach the webhook endpoint.
Webhook was deleted
Re-register the webhook by going through the Kodus setup flow again, or manually add the webhook URL.
Testing
Most Git providers let you redeliver a recent webhook payload. Use this to test without creating a new PR.
For platform-specific guides, see: