Platform Client Invalid Character

I'm referencing the platform client in an HTML page at the following CDN location: https://sdk-cdn.mypurecloud.com/javascript/17.0.0/purecloud-platform-client-v2.min.js. In IE 11 -- works fine in Chrome -- I get an "Invalid Character" error. Any ideas what the issue is?

Can you share more information about this error? What are you doing when it's thrown? Is there a stack trace?

It's occurring just when the file is trying to load (see attached).

Here is the line it's referring to.

Looks like it's an issue with the IE browser. IE 11 has been out of support for 2 years now, and Microsoft is not updating it to support modern JavaScript features (specifically ECMA6 features that were released in 2015). I would recommend upgrading to Edge, or any other modern browser, which has support for ES6 features.

That was my initial thought as well, thanks for confirming.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.