CORS

Hi, I am connecting to Rasa X from JavaScript and I am getting the cors error. Where in Rasa x can I set cors?

I started the program with rasa run

1 Like

I did more digging and found out I can start rasa like this: rasa run --cors '*'

1 Like