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
Many thanks. 👍
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