Global Search bar is not visible in Next Experience/PolarisIssue Users are unable to see the Global Search bar when Polaris is activated, despite having atleast one assigned role in the "glide.ui.can_search" system property. This issue does not occur when Polaris is deactivated.ReleaseSan DiegoCauseThis is happening because of presence of uppercase letters in the role assigned to the user(and present in the "glide.ui.can_search" system property). On Next Experience UI this is causing a conflict, since roles are cached in lowercase, so the evaluation of the role added in the "glide.ui.can_search" system property is not happening as per expectations. This cannot be altered on the Next Experience UI, the issue is occurring because of an underlying framework returning the roles in all lowercase, something that cannot be controlled from ServiceNow's end. PRB1577126 was raised for this and closed as "Working as Expected" for the same reasons as mentioned above.ResolutionThis is expected behaviour on Polaris, ensure all roles have only lowercase letters to resolve this situation.