Conditional Chat Link inlay: polling fails with CORS error
Summary
Conditional Chat Link Inlay not workingContent
I have added below code onto a CP template for testing/deployng Conditional Chat Link inlay:
<inlay-oracle-chat-ccl id="chatCCL_MY_INTERFACE" class="inlay" site-url="MY--INTERFACE.widget.custhelp.com"></inlay-oracle-chat-ccl>
<inlay-oracle-chat-embedded id="chatInlay_MY_INTERFACE" class="inlay" site-url="MY--INTERFACE.widget.custhelp.com" site-type="osvc" inlay-hidden="true" >
</inlay-oracle-chat-embedded>
<script
id="oit-loader"
src="https://MY--INTERFACE.widget.custhelp.com/s/oit/latest/common/v0/libs/oit/loader.js" async>
</script>
Which is similar to the one in the documentation of Inlays:
<inlay-oracle-chat-ccl id="chatCCL" class="inlay" site-url="(siteOrInterfaceName).widget.custhelp.com"></inlay-oracle-chat-ccl>
<inlay-oracle-chat-embedded id="chatInlay" class="inlay" site-url="(siteOrInterfaceName).widget.custhelp.com" inlay-hidden="true"></inlay-oracle-chat-embedded>
Tagged:
1