A logged in user is prompted for their login credentials when going to StudioIssue When a user is logged into the instance and has access to System Applications > Studio, if they select the Studio module, the Studio window will open, but the user is asked for their login credentials despite already being logged into the system. When this occurs the following error may be seen in the browser console debugger: Uncaught SyntaxError: missing ) after argument list The image below shows an example of the login popup the user receives. ReleaseStudioCauseThis issue is caused by a special character in the user's name and the system property glide.ui.escape_all_script being set to: false. For example if the user's name is: Pat O'Connor and the property value is false, this user will experience the issue due to the single quote character in the last name (O'Connor)ResolutionThe issue can be resolved by setting the glide.ui.escape_all_script system property to: true 1) Navigate to sys_properties.list 2) Find the property glide.ui.escape_all_script and open the record 3) Set the Value field to: true 4) Save your changes