Webim.js is always loaded from root

Hi,

I am working on integrating your JS SDK (v1.3.5) and have run into an issue. It seems that your code attempts to load /lib/webim.js from the root directory structure. Unfortunately, due to how my application is structure that file cannot be in that location.

I would like to recommend that either you host it on your own servers, or that you require the user to load it themselves in advance, just like React, etc. For now, I will see if I can just download your web sdk js file and edit it manually.

Please let me know if you have a solution to this issue. Thank you.

Hi @TimedRight_Webinar_A,

We’re planning on updating our sample web app project within the next week that will have all of the required files hosted on our servers.

Thanks

That should be a great step forward! Thank you.

1 Like

Here is the CDN install instructions for the Web Client SDK:

-Tommy