-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: "Your requested role is not in allowed roles" #536
Comments
I can neither confirm or deny that Relevant log in docker:
other config:
|
|
More investigation today. I managed to get this configuration working:
Upgrading to |
this error you shared:
that's a different one that you can fix by running the following SQL:
Latest postgres image (which you are using based on the info above) should have these permissions, not sure why you are missing them. In any case, this is a one-time fix, run the SQL above and that error should be gone. I am still trying to reproduce the error "Your requested role is not in allowed roles" but failing to do so. A few questions:
|
I am seeing the above mentioned error ( It typically happens immediately after I sign in and after a few refreshes (CMD+R) of the page it is working as expected. Just to give my input on your questions above, @dbarrosop:
A couple of observations:
|
Thanks, that's very useful info. I will see if I can replicate with the info you provided. |
After upgrading from Auth version
0.21.2
to0.32.1
, I'm locked out of huge parts of my app. Anonymous users also loose access.Original post: https://discord.com/channels/552499021260914688/1256230901059293226
I can confirm: reverting to
0.21.2
solves the issue.Important Updates
auth.user_roles
table for every user with roleuser
The text was updated successfully, but these errors were encountered: