Troubleshooting
Troubleshooting
Common Issues
Deploy Token Not Working
Symptoms: Deployment fails with authentication error
Solutions:
- Verify token permissions (api, write_repository)
- Check token expiration
- Rotate token if exposed
- Update CI/CD variables
Token Keeps Getting Revoked
Symptoms: Token stops working unexpectedly
Solutions:
- Check for exposed tokens in logs
- Review token usage patterns
- Rotate token immediately
- Update all CI/CD variables
- Clean shell history if exposed
HTTP Basic: Access denied
Symptoms: API requests return 401/403
Solutions:
- Verify token credentials
- Check project permissions
- Ensure token has correct scope
- Review access logs
- Try regenerating token
CI Integration Issues
Pipeline Not Triggering
- Check webhook configuration
- Verify trigger token
- Check webhook recent deliveries
- Ensure webhook is active
Agent Not Executing
- Check
agent:routerjob logs - Verify event type is supported
- Check agent manifest exists
- Verify service account permissions
No Comments Posted
- Verify
GITLAB_TOKENhas api scope - Check agent job logs for API errors
- Verify project permissions
- Check rate limiting
Related Pages
Last Updated: 2025-01-XX Version: 0.3.2