I follow this tutorial how-to-build-a-voice-assistant-with-open-source-rasa-and-mozilla-tools. When I run to the last step rasa run --enable -api -p 5005
, the following error appears,
Hey @Neary-li, start the server using below command:
rasa run -m models --enable-api --cors "*" --debug
The problem was mainly due to CORS issue
Hi Neary, what happens when you replace the socketio_connector.SocketIOInput: key with socketio: ?


