Hello everyone,
I’m running Rasa on a Windows server. Typically, I start the Rasa server in one terminal and Rasa actions in another.
When I don’t interact with the chatbot for a while, the terminal goes into a sort of sleep mode. To get it running again, I just press the spacebar; otherwise, it stays in that sleep mode.
These are the command I am using: rasa run --debug --endpoints endpoints.yml --enable-api --cors ‘*’ -p 5005 rasa run actions