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:
If I delete the webhook, inserts work fine — the error only occurs when it’s active.
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 netIf I delete the webhook, inserts work fine — the error only occurs when it’s active.