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

Hi

I see it's trying to retrieve & expire localizations from the cache?

Please share full http request debug logs of this exception.

Thanks

Showing 681 to 690 of 8469 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11