After adding a Supabase Webhook listening to the public.bids table in manifund-dev, submitting a bid now causes permission denied for schema net
and the bid row does not get created.
postgres
has USAGE granted on schema net.from manifund-dev:
manifund:
But running GRANT USAGE ON SCHEMA net TO postgres;
didn’t seem to work: