SupabaseS
Supabase2mo ago
drennz

Database Webhook causes ‘permission denied for schema net’ error

Hi! I created a Database Webhook that triggers an Edge Function whenever a new row is inserted into a table.
The Edge Function then calls a 3rd-party API to store the changes

However, after creating the webhook, inserting into the table throws this error:

Error: Creation failed: permission denied for schema net

If I delete the webhook, inserts work fine — the error only occurs when it’s active.
Was this page helpful?