The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
In the docker-compose.yml file I added the following command:
- --credentials
- config/credentials.yml
The credentials.yml File has the follwing content:
Your problem has link to my problem, but I think I can help you anyway. Your OS seems to be Windows. Therefore you have to use {} to mount files. Here how I it works for me:
docker run -v ${pwd}:/app/project -v ${pwd}/models/rasa_core:/app/models rasa/rasa_core:latest train --domain project/domain.yml --stories project/data/stories.md --out models
Good to hear, that I am not the only one with troubles to connect a socket.io client to RASA Core using docker compose.
Here is my docker-compose file:
docker-compose.yml (1.3 KB)
By the way, I tried and want to use https://github.com/mrbot-ai/rasa-webchat. Everything worked smoothly with rasa-webchat and socker.io, when I used RASA Core without docker.