Creating users for Supabase

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.

oh, interesting, this seems to have resolved itself. Unsure if any changes were made by WeWeb, but I returned today to find I had to refresh my browser due to timeout and the next submissions I attempted were successful. :+1:

1 Like