Hello!
I’m using https://widget-js.cometchat.io/v3/cometchatwidget.js
in a web app and I see this error in my browser javascript console in Chrome 90 in development:
WebSocket connection to ‘wss://x.websocket-us.cometchat.io/’ failed:
I’ve just started so I used only start code from guide:
CometChatWidget.init({ "appID": "APP_ID", "appRegion": "APP_REGION", "authKey": "AUTH_KEY" }).then(response => { CometChatWidget.login({ "uid": "UID" }).then(response => { CometChatWidget.launch({
With v2 and current code my app worked perfectly.