-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to successfully startChat() #320
Comments
@xTEddie Would you be able to assist here? |
@xTEddie adding some more context - -adding The first image, shows browser logs up to the point where the chat errors out, the second image shows browsers logs indicating a successful session init/getChatToken, which occurs AFTER the chat has failed on the |
@maurice-baez Is it only happening locally? I've tried it via a localhost server, haven't tried it by deploying it. Any more insights into that? |
@pavan-kumar-js - happening for me both locally and in a deployed environment. |
|
Hello -
I'm trying to connect to my chat widget via the Omnichannel SDK but running into an issue when starting the chat.
const chatSDK = new OmnichannelChatSDK(omnichannelConfig);
)initialize
(chatSDK.initialize()`)chatsSDK.startChat()
with the error:ChatSDKError {message: 'MessagingClientConversationJoinFailure', httpResponseStatusCode: undefined}
- the error happens here:Specs:
"@microsoft/omnichannel-chat-sdk": "^1.8.1-main.e44745c",
(also tried v1.5.5 (the same being used in the demo site)package.json
:Help would be greatly appreciated, please let me know if there's any other info needed. Thank you.
The text was updated successfully, but these errors were encountered: