When i’m try to run my bot using run script socket.io by the following command
"python -m rasa_core.run -d models/dialogue -u models/nlu/current
–port 5002 --credentials credentials.yml "
I try to open localhost:5004 it display error “404 Not found”
I am running my socket server and providing one extra input as “–connector socket” along with your run time script (since I intend to use the built in connector):