When initiating a chat conversation the first message sent by the End User to the queue is missing also, after closing a chat session all messages disappearDescription<!-- 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; } 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:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Within Connect Chat, the initial message from the caller user does not reach the agent user, however subsequent messages go through successfully. When an end user initiates a conversation, the responding agent user accepts the chat, but does not receive the first message. Usually the chat window header will reflect the initial message of end user, hence customer could work-around the issue via using the chat window header for referring the initial message. However, when the message is longer than 160 characters, the chat window will truncate the text starting at the 161st character. This is due to the Short Description field being set OOB to 160 characters length. Trying to increase the Short Description length is not an allowed option, so users can not rely on the chat window short description for longer texts.Also once the chat is end by end chat UI action by the agent or the user then on the refresh of the page the chat conversation is lost. The conversation is lost on both the sides of the agent and the customer and it wont be visible anymore. Release Kingston, Jakarta, Istanbul Cause The Live Feed permission logic is set on the Comments field type on the main Task table. OOB, this is of type 'Journal Input'. If the Comments field type is set to anything different from 'Journal Input', the Live Feed permissions fail and cause the initial message from the user to not to reach the agent. Resolution Do not alter the field type of [task].[comments] or revert it back to the out of the box definition as 'Journal Input'.