I just installed Rasa X on a server, I followed the instructions step by step, but can’t make custom actions work.
This is the error I’m getting:
rasa-production_1 | 2020-03-11 15:14:26 ERROR rasa.core.actions.action - Failed to run custom action 'start_treatment_form'. Couldn't connect to the server at 'http://action_server:5055/webhook'. Is the server running? Error: Cannot connect to host action_server:5055 ssl:default [Name or service not known]
I installed it following this guide. Btw after facing many problems, I decided to uninstall everything and start over, but now I’m not able to install Rasa X with any deployment option…
rasa-production_1 | 2020-03-17 12:04:32 ERROR rasa.core.actions.action - Failed to run custom action 'start_treatment_form'. Couldn't connect to the server at 'http://178.62.83.66:5055/webhook'. Is the server running? Error: Cannot connect to host 178.62.83.66:5055 ssl:default [Connection refused]
rasa-production_1 | 2020-03-17 12:04:32 ERROR rasa.core.processor - Encountered an exception while running action 'start_treatment_form'. Bot will continue, but the actions events are lost. Please check the logs of your action server for more information.
The RASA_USER_APP variable should already contain the right value in your docker-compose.yml file under the rasax-credentials: RASA_USER_APP: "http://app:5055"