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
{{ message }}
This repository was archived by the owner on Dec 26, 2025. It is now read-only.
Not sure if it's just me doing something wrong but i can create a user no problem (and then use that straight away). But if i log in again with that user i get:
ArgumentNullException: Value cannot be null.
Parameter name: value
System.Security.Claims.Claim..ctor(string type, string value, string valueType, string issuer, string originalIssuer, ClaimsIdentity subject, string propertyKey, string propertyValue)
As far as i can tell the actual document stored seems okay. So i'm a bit confused where this is coming from.
Not sure if it's just me doing something wrong but i can create a user no problem (and then use that straight away). But if i log in again with that user i get:
ArgumentNullException: Value cannot be null.
Parameter name: value
System.Security.Claims.Claim..ctor(string type, string value, string valueType, string issuer, string originalIssuer, ClaimsIdentity subject, string propertyKey, string propertyValue)
As far as i can tell the actual document stored seems okay. So i'm a bit confused where this is coming from.
Any pointers?
thanks
Paul