Activities of "maliming"

ok, I wil check it asap. Thanks

Thanks for your further info. I will wait to check your new logs.

Set the ef core log level to Debug

.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Debug)

and EnableSensitiveDataLogging

Configure<AbpDbContextOptions>(options =>
{
    /* The main point to change your DBMS.
     * See also BookStoreMigrationsDbContextFactory for EF Core tooling. */
    options.UseSqlServer();
    options.Configure(configureOptions =>
    {
        configureOptions.DbContextOptions.EnableSensitiveDataLogging();
    });
});

hi

Can you try a new template project in your environment?

ok, Thanks

Our goal is to troubleshoot the problem not disable IsDynamicClaimsEnabled

ok

Many thanks. 👍

hi

Can you try to 2 and 3?

hi

Does this only happen with load-balanced?

Can you share the logs.txt of all servers?

https://wetransfer.com/ liming.ma@volosoft.com

Thanks

Showing 3571 to 3580 of 10676 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 16, 2025, 10:35