SimpleNS LogoDocs

Troubleshooting

Common solutions for installation, runtime, and performance issues.


Installation Issues

Runtime Issues

Dashboard Issues

Debugging

Enable Debug Mode

Set LOG_LEVEL=debug in your .env file and restart services.

Grafana Logs (Loki)

  1. Open http://localhost:3001
  2. Explore > Loki
  3. Query: {service="api", level="error"}

Common Log Patterns

PatternMeaning
[INFO] Notification ... deliveredSuccess
[WARN] ... failed, retryingTransient failure, will retry
[ERROR] ... Invalid credentialsConfig error, requires manual fix

Distributed Deployment Issues

On this page