Upon updating our server-side code to asp.net core 3.1, we encountered an issue with the javascript client for signalr (@microsoft/signalr 3.1.0).
The errors we are facing are:
https://i.sstatic.net/ITZyK.png
Here is the code snippet for the hub initialization:
https://i.sstatic.net/u2oEx.png
Our access token factory retrieves the token from msal. (The authentication process remains unchanged and the token is correctly received) Any assistance with this would be highly appreciated.