Hi everyone,
I’m getting a 500 error in a Supabase Edge Function when querying a table that already exists (public.entries).
The function runs, auth is using service_role, headers are set, but it fails specifically when fetching data from the table and returns 500: Error fetching entries.
Has anyone faced this before or knows how to properly debug DB errors inside Edge Functions?
Any tips on logging or common pitfalls would help a lot.