Troubleshooting

Common errors and how to fix them.

Connection Errors

ErrorCauseFix
Connection timeoutIP not whitelistedAsk admin to whitelist your API server IP
ECONNREFUSEDDNS wrong or service downCheck dig db.bizfylabs.com and docker compose ps
Password auth failedWrong credentialsVerify connection pack; check user exists
Database does not existNot provisioned yetRequest admin to create DB/user
Qdrant 403Missing API keySet QDRANT_API_KEY header
Redis NOAUTHMissing passwordInclude password in REDIS_URL
Too many connectionsNo poolingUse connection pool; close sessions

Test from the Right Machine

Connections only work from the whitelisted API server (72.60.223.44). Your laptop will timeout unless you SSH tunnel through the API server.
# On API server — should succeed
nc -zv db.bizfylabs.com 5432
nc -zv db.bizfylabs.com 6379

# SSH tunnel from laptop
ssh user@72.60.223.44 -L 5432:db.bizfylabs.com:5432

Per-Database Issues

PostgreSQL

MongoDB

Redis

Qdrant

Neo4j

DNS Issues

dig +short db.bizfylabs.com A   # must return 72.60.97.82

Get Help

Contact the platform admin with: