You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We migrated our blazor server side into app asp core mvc[NET 8] and this message show after initial load on Components and reactivity are not working.
System.Collections.Generic.KeyNotFoundException: The given key 'blazorpack' was not present in the dictionary. at System.Collections.Generic.Dictionary2.get_Item(TKey key)
at Microsoft.Azure.SignalR.DefaultHubMessageSerializer.SerializeMessage(String protocol, HubMessage message)
at Microsoft.Azure.SignalR.ServiceLifetimeManagerBase1.SerializeProtocol(String protocol, String method, Object[] args) at Microsoft.Azure.SignalR.ServiceLifetimeManager1.CreateMessage(String connectionId, String methodName, Object[] args, ClientConnectionContext serviceConnectionContext)
at Microsoft.Azure.SignalR.ServiceLifetimeManager1.SendConnectionAsync(String connectionId, String methodName, Object[] args, CancellationToken cancellationToken) at Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer.CaptureAsyncExceptions(Task task)
This error show only when using Azure SignalR. Any configuration to check which may cause this error?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We migrated our blazor server side into app asp core mvc[NET 8] and this message show after initial load on Components and reactivity are not working.
System.Collections.Generic.KeyNotFoundException: The given key 'blazorpack' was not present in the dictionary. at System.Collections.Generic.Dictionary
2.get_Item(TKey key)at Microsoft.Azure.SignalR.DefaultHubMessageSerializer.SerializeMessage(String protocol, HubMessage message)
at Microsoft.Azure.SignalR.ServiceLifetimeManagerBase
1.SerializeProtocol(String protocol, String method, Object[] args) at Microsoft.Azure.SignalR.ServiceLifetimeManager
1.CreateMessage(String connectionId, String methodName, Object[] args, ClientConnectionContext serviceConnectionContext)at Microsoft.Azure.SignalR.ServiceLifetimeManager
1.SendConnectionAsync(String connectionId, String methodName, Object[] args, CancellationToken cancellationToken) at Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer.CaptureAsyncExceptions(Task task)
This error show only when using Azure SignalR. Any configuration to check which may cause this error?
Beta Was this translation helpful? Give feedback.
All reactions