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 Jul 14, 2021. It is now read-only.
At the end of the day, the latest version of the chatroom does not start a flask server itself. Rather, Rasa Core starts a Flask server and adds the blueprints for each individual channel integration (e.g. Facebook, Slack, Chatroom). Have you tried using one of the standard Rasa Core connectors in your SSL setup to narrow down the problem?
When using the bot.py as a backend, in the logs we get things like:
but only when it is deployed on https (e.g. as a container in Azure).
It reminds me of this issue: miguelgrinberg/Flask-SocketIO#188
Any idea what we can do to patch this? Somehow we have to do something with SSL perhaps?
The text was updated successfully, but these errors were encountered: