I had the same problem. But the reason was because I was using a very old signalR version, causing incompatibility between my server(c#) and my client(js).
Despite output-ing 'CORS policy execution successful' before that error.
Just leaving tis out here for the next victim.