Troubleshooting
Before reaching out for support, try these quick checks for common issues:Midaz isn’t starting
- Ensure all dependencies (Docker, Kubernetes, Helm) are installed and running.
- Check if the required environment variables are set.
- Use
docker compose logs
orkubectl logs
to inspect container output for errors.
API not responding
- Verify you’re hitting the correct endpoint and using the right credentials.
- Use tools like Postman or
curl
to test requests manually. - Refer to the API Reference to confirm the expected payload.
TipLogs are your best friend; if something breaks, start there.
Community support
If you use the Community version and are looking for help or want to get involved, we offer open channels where you can ask questions, report bugs, and share ideas.- GitHub Discussions: Use the Discussions tab to talk with other users, propose improvements, or raise issues.
- Discord: Join our community on Discord for real-time support and updates. Look for the #midaz channel.
ImportantIf you’re an Enterprise customer, use the Lerian Support Portal to get guaranteed response times and access to our dedicated support team.