Sent messages shown as "Sent Failed. Retry." when rendering chat using existing conversation #4506
Labels
Bot Services
Required for internal Azure reporting. Do not delete. Do not change color.
bug
Indicates an unexpected problem or an unintended behavior.
customer-replied-to
Required for internal reporting. Do not delete.
customer-reported
Required for internal Azure reporting. Do not delete.
Is it an issue related to Adaptive Cards?
Do you have any screenshots?
What version of Web Chat are you using?
Latest production
Which distribution are you using Web Chat from?
Bundle (webchat.js)
Which hosting environment does this issue primarily affect?
Web apps
Which browsers and platforms do the issue happened?
Browser: Chrome (latest)
Which area does this issue affect?
Chat history
Is this an accessibility issue?
Please describe the bug
window.WebChat.renderWebChat( { directLine: window.WebChat.createDirectLine({ token: token, }), styleSet: getBotStyleSet(), sendTypingIndicator: true, store, styleOptions: getBotStyleOptions(), }, document.getElementById(ctrl.widgetId + "-container") );
Do you see any errors in console log?
No
How to reproduce the issue?
Start a conversation with a bot by making a POST to https://directline.botframework.com/v3/directline/conversations
window.WebChat.renderWebChat( { directLine: window.WebChat.createDirectLine({ token: token, }), styleSet: getBotStyleSet(), sendTypingIndicator: true, store, styleOptions: getBotStyleOptions(), }, document.getElementById(ctrl.widgetId + "-container") );
What is the expected and actual behavior?
Expected:
Actual:
Adaptive Card JSON
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: