Users facing "403: You do not have permission to access this page" when trying to access/navigate the instance after 'glide.security.use_explicit_roles' plugins activated This type of issue will usually present in the following scenario: Customer enables plugin 'glide.security.use_explicit_roles' (Explicit Roles) in production environment after verifying and testing in sub-prodBecause customer's prod instance has many more active (non-admin) users concurrently using the instance, the ACLs and roles (e.g: snc_internal/snc_external) are added to the instance while these users are in active sessionsHowever, the roles from this plugin will not be added to the users until they log out and then log back in again - this causes the error where these users are failing the ACLs as a result of explicit roles Solution: The affected (usually non-admin) users need to log out of the instance, and once they log back in will receive the required explicit role - this will resolve the issue of the users seeing "403: You do not have permission to access this page" error page when trying to access the instance.