Platform status
Phase 1 connectivity check.
Connectivity path under test
browser -> Next.js server -> NestJS API -> PostgreSQL
The browser never contacts the API directly. It calls this application's own route handler, which reaches the API server-side.