Yes Instinct , this is an error you are facing right now. If you configured CORS policy with requests via middleware (which mentioned above) and add your localhost into whitelist domains or domain you will be using then it won't cause this problem. Basically when you try to request data from other origin/domain from the server app then the server will not allow it and we'll receive this error.