No health check endpoint on the proxy worker
The proxy Cloudflare Worker (apps/proxy) has no dedicated health check route. This makes it impossible to monitor uptime or verify that a self-hosted deployment is working without making a real Supabase request. A lightweight /__health endpoint returning 200 OK + timestamp would let users verify their worker is live before pointing their app at it.
No health check endpoint on the proxy worker
The proxy Cloudflare Worker (apps/proxy) has no dedicated health check route. This makes it impossible to monitor uptime or verify that a self-hosted deployment is working without making a real Supabase request. A lightweight /__health endpoint returning 200 OK + timestamp would let users verify their worker is live before pointing their app at it.