How to enable database webhooks for local development
I want to use database webhooks by first implementing it in my local development environment. I can access the UI to create a webhook at http://localhost:54323/project/default/database/hooks but it fails with the error
Failed to create hook: schema "supabase_functions" does not exist
Failed to create hook: schema "supabase_functions" does not exist
when I try to create the webhook.
Is there a way to develop locally when using this feature?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.