Skip to content

Troubleshooting

This section helps you diagnose and resolve common issues.

Quick Diagnostics

Check Service Health

curl http://localhost:8081/v1/params

View Logs

# If running directly
RUST_LOG=debug embedcache

# If using systemd
sudo journalctl -u embedcache -f

# If using Docker
docker logs -f embedcache

Topics

  • Common Issues - Frequently encountered problems
  • FAQ - Frequently asked questions

Getting Help

If you can't resolve your issue:

  1. Check the GitHub Issues
  2. Search for similar problems
  3. Create a new issue with:
  4. EmbedCache version
  5. Operating system
  6. Configuration (redact secrets)
  7. Error messages
  8. Steps to reproduce