thatcuteseller

Results 2 comments of thatcuteseller

@oneofvalts I think it does not support node version beyond v18.

@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...