Popup chat throws javascript error

I'm trying to implement a simple chat window. Both the popup og the embeded chat throw a javascript error.
Is there a missing parameter or is one parameter not valid?

js error:
Uncaught TypeError: Cannot read property 'name' of undefined
popup-c32e40c7.js:295

popup link:
https://apps.mypurecloud.ie/webchat/popup/#?webchatAppUrl=https%3A%2F%2Fapps.mypurecloud.ie%2Fwebchat&webchatServiceUrl=https%3A%2F%2Frealtime.mypurecloud.ie%3A443&orgId=931510126&orgName=DT%20Kundesenter&queueName=AB%20Firda&data.firstName=John&data.lastName=Doe&companyLogo.url=%2F%2Fr.api.no%2Flocal%2Fv3%2Fpublications%2Fwww.dt.no%2Fgfx%2Fsmall-positive.svg&welcomeMessage=Velkommen%20til%20kundesenteret

I believe that error is because you haven't specififed the logLevel property.

Thank you. That fixed the problem.

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