it seems that any time i have put a restriction of needing to be authenticated, the systems seems to think i am not authenticated though i am. something is wrong here. i have no issues vising any page when logged in as a user in the editor
I heard back from support. the issue was related to my role id’s being int’s vs uuid’s. I’ve since updated but am now. having further weird issues related to roles and gating pages. same issue, slightly different context.
After removing RLS for my roles table, i am now able to see the role on the user object. After watching the video on userRoles, i also think the issue was how User Groups are setup. When you say User group X must be of User Type A, B, C. those users will need all 3 types associated with them, not 1 or the other.