Troubleshooting
Common solutions for installation, runtime, and performance issues.
Installation Issues
Docker containers failing to start
MongoDB Replica Set Fails
Plugin Installation Errors
Runtime Issues
Notifications Stuck in Pending
Retries Exhausted
Scheduled Notifications Not Sending
Dashboard Issues
Cannot Login
No Data / Stats Empty
Debugging
Enable Debug Mode
Set LOG_LEVEL=debug in your .env file and restart services.
Grafana Logs (Loki)
- Open
http://localhost:3001 - Explore > Loki
- Query:
{service="api", level="error"}
Common Log Patterns
| Pattern | Meaning |
|---|---|
[INFO] Notification ... delivered | Success |
[WARN] ... failed, retrying | Transient failure, will retry |
[ERROR] ... Invalid credentials | Config error, requires manual fix |
Docs