Trying to implement Omnichannel within our service desk portal I have embedded the script in a purely static web page. Although the Omnichannel agent side of things works perfectly, it is presenting a few problems in the browser applet which may or may not all be related:
The Chat icon in bottom right corner takes around 20 seconds to appear
The user / agent avatar icons in the livechat applet are just black squares
The applet does not refresh and show the latest comments by either the user or the agent
Sound notifications do not work in the browser applet.
Any guidance on this would be gratefully appreciated.
thanks for the tip @loscil06
I added this to httpd.conf:
Header set Access-Control-Allow-Origin “*”
But still no luck.
Both of my boxes are behind the same nginx reverse proxy which handles the SSL. Do you know if I would have to do anything with CORS on that?
Can you open up the dev tools once in the web app (usually by pressing f12 in any browser), in the console section it’ll tell you what specific scripts or resources are being locked, maybe that may give us some pointers to the issue.