Open iAmWillShepherd opened 2 years ago
I had to disable RLS on the profiles table to be able to update the profile. This is not ideal as it was meant to unblock me, but this should really be figured out.
Here's my output when RLS is enabled and I try to update my profile:
{ "error": "{\"message\":\"new row violates row-level security policy for table \\\"profiles\\\"\",\"code\":\"42501\",\"hint\":null,\"details\":null}" }
I had to disable RLS on the profiles table to be able to update the profile. This is not ideal as it was meant to unblock me, but this should really be figured out.
Here's my output when RLS is enabled and I try to update my profile: