botfront / rasa-webchat

A feature-rich chat widget for Rasa and Botfront
https://botfront.io/rasa
Apache License 2.0
938 stars 493 forks source link

Bot does not respond #481

Open caiolivf opened 4 months ago

caiolivf commented 4 months ago

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!

thatcuteseller commented 4 months ago

@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