© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•2mo ago•
5 replies
Kian

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

edge functions
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;
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
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

is there way to version functions?
SupabaseSSupabase / help-and-questions
4y ago
Edge Functions
SupabaseSSupabase / help-and-questions
4mo ago
Edge Functions
SupabaseSSupabase / help-and-questions
13mo ago
Can't deploy edge functions
SupabaseSSupabase / help-and-questions
3y ago