rasa-webchat icon indicating copy to clipboard operation
rasa-webchat copied to clipboard

Bot does not respond

Open caiolivf opened this issue 1 year ago • 1 comments

Hi!

I'm creating a new Rasa project and when I try to interact with the bot via webchat, the bot doesn't respond.

image

I'm using the follow versions: image

Does anyone have any idea what could cause this behavior? Thanks!

caiolivf avatar Feb 29 '24 17:02 caiolivf

@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

thatcuteseller avatar Mar 12 '24 16:03 thatcuteseller