Skip to main content
February 19, 20261.0.64v1.0.64RSS

v1.0.64 — [Mission Gap] No /api/health Endpoint — Self-Hosted Deployment Guide References It But It Doesn't Exist

Release Notes

Category: operational_excellence Severity: critical

The self-hosted deployment guide (docs/self-hosted-deployment.md) references GET /api/health throughout — in Docker healthchecks, Kubernetes liveness/readiness probes, ECS healthchecks, and troubleshooting. There is no corresponding route at src/app/api/health/route.ts. Any self-hosted or containerized deployment will have non-functional health checks, causing orchestrators to mark pods unhealthy immediately.