When running RASA X on an AWS EC2 instance, I managed to get it up and running. However after restarting the instance, I can still access the RASA X UI but the bot won’t respond.
The developer console gives a range of errors. One of which is 404
{“reasons”:[“Authorization header not present.”],“exception”:“Unauthorized”}
The correct way to stop the container is with
sudo docker-compose down
and then you restart them with
sudo docker-compose up -d
and then you run
curl --request POST --url http://<ip>/api/projects/default/git_repositories?api_token=<token> --header 'content-type: application/json' --data-binary @repository.json