I am trying to run Rasa X locally on my Windows 10 machine.
When we run Rasa X locally, do we need to do any special setting?
In the master class video, it was told that an action folder with actions.py should be made on Rasa X server. But how we do handle this for Rasa X running locally.
My observation on my Windows 10:
I had started spinning my action server first. Then I started Rasa x with verbose and debug enabled.
Once Rasa X gui opens, and I start conversation with my bot. In the log I could see that my Custom action is triggered and results are also seen in log. But in the chat window results are not shown. Instead chat screen freezes. Only bot action names are printed. Any new user messages on chat window will disappear in sometime.
My versions are as below:
rasa==1.9.5
rasa-sdk==1.9.0
rasa-x==0.27.4
Please let me know how could I see my custom action messages on the Chat window.