Activities of "maliming"

: )

sure, liming.ma@volosoft.com

: )

hi

We have added the zizooo.elhor to your organization. Can you recheck?

Thanks

hi

The GeoTicket.Blazor is asp net core app now. so you can create a Dockerfile.local for it.

example:

FROM mcr.microsoft.com/dotnet/aspnet:8.0
COPY bin/Release/net8.0/publish/ app/
WORKDIR /app
ENTRYPOINT ["dotnet", "GeoTicket.Blazor.dll"]

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;
}

Showing 3771 to 3780 of 11560 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.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.