However, when I talk with my bot triggering one of them, I get the following error:
app_1 | DEBUG:rasa_sdk.executor:Received request to run 'start_treatment_form'
app_1 | ERROR:rasa_sdk.endpoint:No registered action found for name 'start_treatment_form'.
app_1 | DEBUG:sanic.root:CORS: Request to '/webhook' matches CORS resource '/*'. Using options: {'origins': ['.*'], 'methods': 'DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT', 'allow_headers': ['.*'], 'expose_headers': None, 'supports_credentials': False, 'max_age': None, 'send_wildcard': False, 'automatic_options': True, 'vary_header': True, 'resources': {'/*': {'origins': '*'}}, 'intercept_exceptions': True, 'always_send': True}
app_1 | INFO:sanic.access:
rasa-production_1 | 2020-03-18 10:51:15 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.
can you instead run docker-compose up -d and then get the logs with docker-compose logs app once you’ve sent a message to the bot that should trigger the action