Using v3.1.1 on both desktop and mobile.
Server tests pass when testing the connection in app, though notes don't seem to sync
Server logs show the following:
fail: Microsoft.AspNetCore.SignalR.HubConnectionHandler[1]
Error when dispatching 'OnConnectedAsync' on hub.
Microsoft.AspNetCore.SignalR.HubException: Invalid token.
at Notesnook.API.Hubs.SyncV2Hub.OnConnectedAsync() in /src/Notesnook.API/Hubs/SyncV2Hub.cs:line 80
at Microsoft.AspNetCore.SignalR.Internal.DefaultHubDispatcher`1.OnConnectedAsync(HubConnectionContext connection)
at Microsoft.AspNetCore.SignalR.Internal.DefaultHubDispatcher`1.OnConnectedAsync(HubConnectionContext connection)
at Microsoft.AspNetCore.SignalR.HubConnectionHandler`1.RunHubAsync(HubConnectionContext connection)
Any pointers on how to resolve?