Webchat cdn issue?
See original GitHub issueScreenshots
Version
https://cdn.botframework.com/botframework-webchat/latest/webchat.js
Describe the bug
crashes after I send my first response to the server. Server is successfully getting message and sending back. Only using the example code to run. Was running fine but started crashing at around 4PM CST
To Reproduce
Steps to reproduce the behavior:
- Go to https://github.com/microsoft/BotFramework-WebChat/tree/master/samples/01.a.getting-started-full-bundle
- Copy repo
- open html
Expected behavior
should load the the chat on start. Any message sent will crash the app.
Additional context
[Bug]
Issue Analytics
- State:
- Created 4 years ago
- Comments:16 (9 by maintainers)
Top Results From Across the Web
Microsoft webchat CDN issue in safari - Stack Overflow
I have build a chatbot widget using Microsoft webchat CDN with JS. It works fine in all the browsers (Windows & MAC). But...
Read more >BotFramework webchat is not Loading - Microsoft Q&A
BotFramework webchat is not Loading. hello everyone, I am using the microsoft BotFramwork-webchat. I use the following webchat CDN
Read more >Diagnosing Network Problems with LiveChat
Learn the process of diagnosing network problems with your LiveChat and see how can you provide us with the data needed to resolve...
Read more >Webchat - SAP Help Portal
... Bot Management; Getting Started with FAQ Bot; Enterprise Edition; Personal Data ... <script src="https://cdn.cai.tools.sap/webchat/webchat.js" ...
Read more >botframework-webchat 4.3.1-master-bb7e059 | MyGet
Adding your comment to open issues will help the team prioritize requests that ... 01.a.getting-started-full-bundle, Introduces Web Chat embed from a CDN, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Joombalaya do you think it is caused by the extra commas in some of the lines?
For example, 3 lines up of the
$schema
, there is an extra comma. And there are multiple in the JSON. Could you run it thru a JSON validator and see?@Joombalaya I can’t see anything wrong with it on the surface, but I’m not an Adaptive Cards expert. I would recommend you build your cards with the Adaptive Cards Designer so you know they will render correctly in Web Chat.