Activities of "maliming"

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

ok

hi

Add below style to global-styles.css

.lpx-logo-container {
    display: none !important;
}

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

Showing 2861 to 2870 of 10645 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20