Table of Contents
Service Down
Symptoms
Symptoms
- Service is not responding
- 5xx errors in logs
- Health checks failing
- Check service status with:
- Review recent logs:
- Ensure dependencies (database, network) are operational.
Deployment Failures
Common Causes
Common Causes
- Incorrect environment variables
- Build errors
- Insufficient permissions
- Review deployment logs for errors.
- Verify all required environment variables are set.
- Check permissions for deployment user.
Configuration Errors
Symptoms
Symptoms
- Service starts but behaves unexpectedly
- Error messages about missing config
- Validate your configuration file syntax.
- Ensure all required fields are present.
- Restart the service after changes.
Authentication Issues
Symptoms
Symptoms
- Users cannot log in
- 401/403 errors
- Confirm authentication service is running.
- Check user credentials and permissions.
- Review authentication logs for errors.
Contact Support
If you can’t resolve your issue, please contact support with:- A description of the problem
- Steps you’ve tried
- Relevant logs or screenshots
Continually add new troubleshooting topics below as new issues are discovered!