[Using Supabase Auth Plugin]
I made a video demonstrating this bug.
When you create a new userRoles within the WeWeb UI, WeWeb is posting with the following body -
{
"id": <role.id>,
"userId": <user_id>,
"roleId":<role.id>
}
That means that you can’t assign a role to more than 1 person. Which is not what a role is meant to do.
I was very surprised to see no one else had reported this already? Is no one else using the supabase auth plugin? or does no one actually have any users?
I can’t onboard anyone until this gets cleared up - luckily its probably 1 line of code in the plugin. thanks