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
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
I am trying to implement mobile client app for chatbot, but can't connect with the server by WebSocket, could you tell me please what could be the issue? how can I connect with server form different origin?
The text was updated successfully, but these errors were encountered:
I deployed the botkit in AWS ,it works fine for web chat client, I am using Flutter frameWork for build natvie mobile app, I was flowing to this cook book : https://flutter.io/cookbook/networking/web-sockets/
You have to expose ports that app is using and also take care in you are using secure or not protocol (wss or ws). I can not help you more with that info sorry.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to implement mobile client app for chatbot, but can't connect with the server by WebSocket, could you tell me please what could be the issue? how can I connect with server form different origin?
The text was updated successfully, but these errors were encountered: