Profile user pictures and avatars that are part of the User Presence feature do not work in UI16Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } .spanColor { color: #646464; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Profile user pictures and avatars from the user presence feature do not work in UI16 Description User presence is a UI16 feature that enables you to see who is online when you are logged in and working in an instance. This feature is controlled by the system property glide.ui16.live_forms.enabled. Issue When you are viewing a record in a form, such as an incident, you can see whether other users are viewing the same record. User presence does not show who is viewing the record if only two people are viewing the same record even if live_forms is enabled in the instance. In some scenarios, the browser JavaScript console shows errors like: Failed to load resource: the server responded with a status of 400 (Bad Request) https://<instance name>.service-now.com/api/now/live/profiles/sys_user.<sys_id> Cause The profile service is part of the Connect plugin; therefore, it does not work if this plugin is not enabled on the instance. Proposed Solution Check whether the following plugins are activated in the instance: Connect: com.glide.connectLive Feed: com.glide.ui.$live For more information, see the documentation topic Activate a plugin. Note – If you do not need Connect, you can still activate the Connect plugin and then turn Connect off. To turn off Connect: Go to /sys_properties_list.do and search for glide.connect.chat.disabled.Set the value to true. For more information, see the documentation topic Disable Connect Chat.