There seems to be a bug( or undocumented change) in rasa v2.3.0 and v2.3.1. When trying to connect to a rasa project via sockets there is no session_confirmation send back from the server to the client.
What did I do:
New python environment with python 3.7.8 and pip 21.0.1
pip install rasa
rasa init
changed credentials.yml to allow socketio with “user_uttered” and “bot_uttered” set as events
i’ve created a bot with Rasa 3 to demonstrate its capabilities to a client, but it looks like i have to migrate back to using the older version Rasa v2.2.10 or older in order to use this front-end? i tried another front-end, same issue rasa-dev-tutorial/webchat at master · petr7555/rasa-dev-tutorial · GitHub