0
gryphon644 created
Hi,
I deployed my Web. Host on Azure but trying to work with the AngularUI locally but I'm getting this Cors policy error!
I've commented the Cors service declaration on my Startup.cs and ** // app.UseCors(DefaultCorsPolicyName); //Enable CORS!**
but it's still not allowing me to run the UI locally.
I would appreciate any help. Thanks