Virtual Agent topics throw the error "An unrecoverable error has occurred" when used in live version but work fine when previewed in the designerDescription<!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms When a virtual agent topic is accessed in its live version (i.e. from service portal) it throws the message "An unrecoverable error has occurred." The same topic works fine when previewed in the designer. Release Madrid Cause The affected topic(s) are not (re)published. Resolution Topic conversations that are created using the designer are stored in the "sys_cb_topic" table. But their published versions are stored in the "sys_cs_topic" table. Preview in the designer works fine because that is the 'current' version that is being used. However, when the virtual agent live version is used it's not using the most updated version which explains why it errors out because the topic development is not 'complete' yet at this time. Resolution would be to publish the topic by clicking on the "Publish" button in the designer or if it has been published re-publish it again. Additional Information If the above resolution did not resolve the issue please check if the following knowledge articles apply: Virtual agent Topics, "Open IT ticket" and "Check IT status" errors out Virtual Agent Service Portal widget default Topic instance option not working and causing errors