We are trying to implement Rasa bot in AWS instance. Everything is going smooth in 5005 port. But getting some sanic exception in 5055 port even there is no activity happening in the bot. Do anyone come across this situation? Pls share your ideas or solution if you have any.
Have you enabled action_endpont:
in endpoints.yml
Yes, I did.
Basically 5055 is configured to http address. Like this :
action_endpoint: url: “https://xxx.xxx.xxxxxxxx.com/webhook”