mirror of
https://github.com/supabase/supabase.git
synced 2026-07-02 00:54:25 +08:00
The self-hosted version of the /platform/projects/[ref]/analytics/log-drains endpoint is always returning a 200 even if the upstream errors, which causes the frontend to crash because the returned data is not a JSON array. Updated to properly return a 500 for errors.