I’ve added Supabase and Supabase Auth plugins to my project and entered the API keys.
I can add and delete roles without issue (I have a roles table in the public schema).
When attempting to add a user from Manage Users, I get the error message: “User not allowed”
{"code":401,"msg":"User not allowed"}
I have users mapped to Supabase’s auth.users table.