You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Direct Line Speech is sending various fields as null instead of undefined. The coalesces logic in Web Chat use JavaScript default function parameters and it didn't catch null.
compulim
changed the title
[Direct Line Speech] Throw attachments and suggestedActions of null error
[Direct Line Speech] Throw map of null error
May 12, 2020
compulim
changed the title
[Direct Line Speech] Throw map of null error
[Direct Line Speech] Throw 'map' of null and 'actions' of null error
May 12, 2020
Screenshots
Version
4.8.1
Describe the bug
Direct Line Speech is sending various fields as
null
instead ofundefined
. The coalesces logic in Web Chat use JavaScript default function parameters and it didn't catchnull
.Steps to reproduce
Expected behavior
The bot should response correctly.
Instead, it showed a white screen.
Additional context
This fix will be rolled out as 4.9.0 as soon as possible.
Web Socket message on the wire
[Bug]
The text was updated successfully, but these errors were encountered: