Can't restart conversation in UI chat window

Hi, i’m having troubles with clearing chat window and restarting conversation. I’m using SQLite.

Now before i restart rasa x server i delete rasa.db and tracker.db.

I have only one story

happy path

  • greet
    • utter_greet
    • utter_choose_topic
  • choose_topic{“topic”: “domains”}
    • slot{“topic”:“domains”}
    • action_suggest_intents
  • registrar_change
    • utter_registrar_change
  • affirm
    • utter_goodbye

Hey there @Nick_Kazakov, the /restart intent uses the mapping policy to predict action_restart. Do you have the mapping policy in your config?