Hi there,
I was trying to integrate my bot with front-end using in-built rest channel, but whenver any message I fired from ui it was giving me cross origin request issue but I was able to fix it using below command :
Start your rasa server from command line:
rasa run --cors="*" & --enable_api=true