S
Supabase4h ago
Bret

RLS, Can not Update and Del

No description
No description
2 Replies
Bret
BretOP4h ago
I even set RLS to True and it still can't be deleted
No description
garyaustin
garyaustin3h ago
You have to have a WITH CHECK policy for update. I don't recall if that part of the UI has options for the command (like update, delete or not). The bucket policy section is better for doing policies for files. Your policy also requires you to be signed in and with a user session when you make the call. You could change the policy to anon and if delete works then you are not signed in.

Did you find this page helpful?