Troubleshooting
This guide explains how to troubleshoot the Hyperswitch setup and verify if all the components are up and running as expected
System Health Check
curl http://localhost:8080/health/ready{
"database": true,
"redis": true,
"vault": true,
"analytics": true,
"outgoing_request": true
}{
"error": {
"type": "api",
"message": "Database health check failed with error: Error while connecting to database",
"code": "HE_00"
}
}Last updated
Was this helpful?

