hi
Please try this solution:
https://github.com/abpframework/abp/issues/20145#issuecomment-2202052771
hi
Please share the application logs.txt.
liming.ma@volosoft.com
Thanks
hi
1.
Can you try to disable the IsDynamicClaimsEnabled
?
context.Services.Configure<AbpClaimsPrincipalFactoryOptions>(options =>
{
options.IsDynamicClaimsEnabled = false;
});
2.
Can you use a new SQL server to test this?
You can use the SQL server in Docker to try again.
https://learn.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker?view=sql-server-ver16&tabs=cli&pivots=cs1-bash
3.
Can you share a website URL to let me check it online?
Thanks
hi
We have a PR to improve the web farm situation.
https://github.com/abpframework/abp/pull/19870
It is available on 8.1
hi
I will ask our colleagues.
hi
In fact, I'm not particularly familiar with bUnit. : )
I also google the problem.
hi
Yes. You can give it a try.