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
With a Blazor application generated by the latest guidance, the browser console reports the follwoing:
fail: Arc4u.OAuth2.Client.Security.Principal.AppPrincipalFactory[0]
System.NullReferenceException: Object reference not set to an instance of an object.
at Arc4u.Caching.SecureCache.Put[List1](String key, List1 value)
at Arc4u.OAuth2.Client.Security.Principal.AppPrincipalFactory.SaveClaimsToCache(IEnumerable`1 claims)
The login proceeds normally, but this should not happen.
This occurs only on deployed environments, not on localhost.
The text was updated successfully, but these errors were encountered:
vvdb-architecture
changed the title
Strange Arc4u exceptions when loggin in to a Blazor application
Strange Arc4u exceptions when logging in to a Blazor application
Oct 12, 2022
With a Blazor application generated by the latest guidance, the browser console reports the follwoing:
The login proceeds normally, but this should not happen.
This occurs only on deployed environments, not on localhost.
The text was updated successfully, but these errors were encountered: