Rasa API Issue

Maybe I’m missing something but if I do just a basic docker run -p 5005:5005 -itd -v $(pwd)/models:/app/models rasa/rasa:latest-full run then curl to http://localhost:5005 gives me Hello from Rasa: 1.4.0a1 but the /status route and others don’t seem to work.

HTTP API is the API I’m referring to.

Has anyone else noticed this?

I think you need to run --enable-api to get the rest of the endpoints :slight_smile:

Sorry I did include that and it still does it, I forgot to mention that. I’ll double check to make sure but pretty sure I had that as a part of the command I tested too.

Okay. If you check the logs, upon running it should also list the available endpoints

You were right I forgot the --enable-api lol sorry I thought for sure I had that. That fixed it thanks

1 Like

Haha, no worries! We all do it sometimes.