Rasa shell and rasa run --enable-api return different responses

This happens with the initial training from “rasa init” with the greet bot demo.

When typing “Hello” into the rasa shell, I get Intent greet and response, utter_greet as expected.

When typing "Hello into rasa run --enable-api, I get intent greet as well, but response utter_none.

Confirmed both cases are loading the same model. Happens without additional models. And similar issue happens with my own custom training as well.

Unsure what I am missing and any advice would be great.

@fatkidforlife Please try using this command: rasa run -m models --enable -api --cors “*” --debug