I thought so too @Broberto, so i’ve disabled the RLS on my tables, especially roles and userRoles table, but i keep getting the same issue.
Here is the thing:
in the public schema, I have a table called user, with the id being the FK to my auth.users,
AND I also have a table operator with the id also being the FK to my auth.users.
Those operators are some sort of admin of the app.
I think I get where the error lies.
my Supabase action “Sign in” look in the table “user” and not operator, and since there isn’t any email matching the auth.users it returns an empty array.