Why is this RLS policy denying me?
I have checked everything and it is set fine
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()
)