Hello, I have chatbot that works locally and the form actions can register, but that’s not the case while running Rasa X on a docker container in my digital ocean droplet.
Rasa-production logs that no action has been registered.
Things I have done:
-
Created an actions folder, with init.py, and actions.py
-
Added my actions code in actions.py
-
Created the docker-compose.override.yml file
- Registered my form actions in domain.yml file
After all these meticulous steps, the error still persists and during interactive learning, keeps failing to initiate a form action. Please help.