My Xano user table has an enum list (array) for roles (Master, Admin, Manager, User, Auditor). I setup WeWeb with those roles and upgraded my subscription to allow for roles. Everything works in the editor, but not the published site - I log in, it redirects me successfully to the dashboard, but then it redirects me back to the sign-in page when I navigate to any other page.
Hey Karl, that’s super weird and interesting! Seems resistant to forums - up for discussing it live? This is the kind of hard problem that we tackle on State Change office hours. Would love to have you join if it’s still bugging you. Here’s a one-time invitation: State Change Office Hours
You define a user group with 4 roles. That means that your user has to have all the 4 roles to be able to access the page. It’s a AND condition and not an OR
You should create a user group for each role, and on each page you can combine different user groups with an OR