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
I'm trying to use Offline Directline with Docker.
My bot and the Offline Directline are running fine, but from the Webchat, I got this error: TypeError: Cannot read property 'subscribe' of undefined.
Hello ! :)
I'm trying to use Offline Directline with Docker.
My bot and the Offline Directline are running fine, but from the Webchat, I got this error:
TypeError: Cannot read property 'subscribe' of undefined
.Here my simple HTML webchat's page:
From Postman, an HTTP request
OPTION 127.0.0.1:3000/directline
returns a200
status code.Did I missed something on Webchat configuration ?
The text was updated successfully, but these errors were encountered: