Hello Team
Even we started the action server with --cors option ( rasa run actions --cors * --debug & ) and ran rasa model with below command rasa run -m .\models\model_27_Jan_2020.tar.gz --enable-api --cors * --auth-token rasatestsecret &
we are facing below Access-Control-Allow-Origin Issue. Access to XMLHttpRequest at ‘http://xx.xx.xx.xx:5005/conversations/T0NyStArk/execute?include_events=AFTER_RESTART&output_channel=latest&token=rasatestsecret’ from origin ‘http://xx.xx.xx.xx:5000’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Using CORS browser plugin it is working but that to with Chrome V 78 and below. Having Chrome version more that 78 it is not working with CORS plugin too.
Need your help on this please.
Regards, Parshuram