SupabaseS
Supabase6mo ago
Uchuu

Why is this RLS policy denying me?

auth.jwt() -> 'app_metadata' ->> 'is_premium' = 'true'
AND EXISTS (
  SELECT 1 FROM "Waitlists"
  WHERE "Waitlists"."id" = "WaitlistVisits"."waitlist_id"
  AND "Waitlists"."owner_id" = auth.uid()
)


I have checked everything and it is set fine
Was this page helpful?