function auth.jwt() does not exist for local RLS?
After configuring RLS policies locally through Supabase Studio, I generated migrations and now can't run
Is there a setting I can change or some step I've missed?
I've opened an issue on GitHub here: https://github.com/supabase/postgres/issues/277
supabase start because running migrations throws with function auth.jwt() does not exist.Is there a setting I can change or some step I've missed?
I've opened an issue on GitHub here: https://github.com/supabase/postgres/issues/277
GitHub
Bug report Describe the bug I defined RLS policies locally in the Supabase Studio UI, generated a migration file with npm run db-diff <migration_name>, and migrated in production with...