Closed rajivcoomar closed 1 month ago
I tried this last week on Friday and today, got exactly the same result. Even did the same update as in the docs example. The funny part is that style seems to be applied:
No other errors then this one:
I found the solution, just updated the package.json amazon-connect-chatjs": "^2.2.4",
To
"amazon-connect-chatjs": "^2.2.5",
Thanks for submitting the issue, I have merged the chatjs upgrade to fix the issue. alexander-sigida are you still facing the issue after the upgrade? The reason for this issue is a new event handler introduced for onChatRehydrated which was only available in chatjs 2.2.5 version
Thanks, @rajivcoomar and @xiajon, after update of the chatjs to 2.2.5 I'm no longer experiencing the issue.
I have followed the step of cloning the repo and performed npm run release to generate the amazon-connect-chat-interface.js
The generated amazon-connect-chat-interface.js deployed to our s3 and made accessible file cloud front url : https://dtky8hb7pj87y.cloudfront.net/JWTDemo/public/amazon-connect-chat-interface.js
I modified the OOTB widget to add customerChatInterfaceUrl
But I am getting the error :
I have not modified the git code, just cloned, build and trying to run it, but it’s failing. Can you help me if I am missing any step ?