supabase start gives ERROR: permission denied to create extension "pg_net"

Running into this error when running
supabase start
. I'm trying to create extensions in a migration file.

create extension pg_net with schema extensions;
Was this page helpful?