I\'ve already enabled CORS on the project in C# .net Core
In startup.cs I\'ve added lines
startup.cs
... services.AddCors(); ... app.UseCors(builder =
I had the same issue and I removed AllowCredentials() that fixed the issue for me.
AllowCredentials()