Rasa webchat widget not working

Hey there I pulled a rasa chat bot , that was working in the beginning but for any reason the chat box isn t showing up anymore when I start the html :

1234orld!

In the beginning I had the chat box in there now its missing and I cant tell why.

@imaHLeer, what commands are you running your assistant? Take a look at the docs on how to connect.. Hope it helps :smiley:

You need to ensure you have the following in your credentials.yml file:


socketio:
  user_message_evt: user_uttered
  bot_message_evt: bot_uttered
  session_persistence: false