Debug RLS
I have RLS turned on for a table I'm not able to insert a row because it's violating RLS for that table.
From what I can tell everything should be working as expected.
The policy check is
What's the best way to debug this and figure out why it's saying that
From what I can tell everything should be working as expected.
The policy check is
(auth.uid() = creator_profile_id) and this is the code to create insert a row.What's the best way to debug this and figure out why it's saying that
new row violates row-level security policy for table \"lists\"