SupabaseS
Supabase2w ago
Kian

I think I broke edge functions is there a way I can fix it

Due to the next.js exploit I had hackers access my server. Long story short just to doublecheck if they got access to any credentials I ran

REVOKE USAGE ON SCHEMA supabase_functions FROM anon, authenticated;
REVOKE EXECUTE ON ALL FUNCTIONS IN SCHEMA supabase_functions FROM anon, authenticated;


Now after confirming all is well can't seem to reset it and keep getting this error

'msg': 'Database error querying schema'

Any idea how to resolve it
Was this page helpful?