Title here
Summary here
UnauthorizedException: Unauthorized
Bearer <token>
Error: P1001: Can't reach database server
postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/${POSTGRES_DB}
docker-compose ps postgres
Error: Redis connection to localhost:6379 failed
docker exec redis redis-cli ping
Error: No such file or directory
Exit 137 (Out of memory)
Error: Reverse proxy endpoint unreachable
Error: Domain verification failed
Error: Invalid handshake
Error: Cannot find module
rm -rf node_modules
yarn install
Error: Type error TS2307
yarn tsc --noEmit
Enable debug logging by setting environment variables:
DEBUG=* yarn start:dev
Check error logs in:
api/logs/
Common Commands
# View API logs
docker logs api_container
# Check database status
docker exec postgres pg_isready
# View Caddy config
caddy fmt --overwrite