RLS Violation

Hey guys, I just started using supabase and I am having some trouble. I created a form where users can sign up and it adds them to the authentication users table but I created a Users table in public which should store some additional information. I added RLS to it but whenever I try creating an account this gets printed: new row violates row-level security policy for table "Users". I have added photos of the policies I am using for the Users table, any help would be really appericated.
image.png
image.png
Was this page helpful?