rasa-webchat
rasa-webchat copied to clipboard
Bot does not respond
Hi!
I'm creating a new Rasa project and when I try to interact with the bot via webchat, the bot doesn't respond.
I'm using the follow versions:
Does anyone have any idea what could cause this behavior? Thanks!
@caiolivf You need to uncomment the following
socketio:
user_message_evt: user_uttered
bot_message_evt: bot_uttered
session_persistence: true
Try session_persistence: false and give it a try, you need to manage sessions. Check this