hi
Can you set a breakpoint to check the AbpClaimTypes.UserName
in every project?
I have an article to explain this.
https://abp.io/community/posts/how-claim-type-works-in-asp-net-core-and-abp-framework-km5dw6g1
AbpClaimTypes.UserId = JwtClaimTypes.Subject;
AbpClaimTypes.UserName= JwtClaimTypes.PreferredUserName;
AbpClaimTypes.Role = JwtClaimTypes.Role;
AbpClaimTypes.Email = JwtClaimTypes.Email;
AbpClaimTypes.UserId = JwtClaimTypes.Subject;
AbpClaimTypes.UserName = JwtClaimTypes.Name;
AbpClaimTypes.Role = JwtClaimTypes.Role;
AbpClaimTypes.Email = JwtClaimTypes.Email;
hi
Maybe his username is different from the email.
hi
Can you share a screenshot of your solution structure?
Do you have x.Blazor
and x.Blazor.Client
projects?
Thanks
Hi
I see it's trying to retrieve & expire localizations from the cache?
Please share full http request debug logs of this exception.
Thanks
hi
Please send an email to liming.ma@volosoft.com
I will share the source code of LeptonTheme.
hi
This is an angular issue, I will forward it to our angular team.
hi @pvala
in which we are getting the sessionId and the username of the logged in user as NULL in the currentUser section of the abp application configuration API call
Why that's happened?
If you don't need to use the session management feature, you can ignore the sessionId
.
username
is getting from claims, Please check your current user claims