Troubleshooting
Common Issues
Webhook Not Found (404)
HTTP/1.1 404 Not Found# Wrong: Missing prefix curl http://localhost:8080/my-webhook # Correct: Include full path curl http://localhost:8080/webhooks/v1alpha2/my-webhook# Configuration entrypointUrl: /github/events # URL should be: /webhooks/v1alpha2/github/events
Authentication Failed (401)
Rate Limit Exceeded (429)
Storage Connection Failed
Template Errors
Debugging Techniques
Enable Debug Logging
Check Configuration
Monitor Metrics
Test Individual Components
Error Messages
Error
Meaning
Solution
FAQ
Getting Help
Last updated