hi
Can you create a template project like your type and share it with me? liming.ma@volosoft.com
hi
EnableRetryOnFailure
ABP doesn't support the connection-resiliency feature.
https://github.com/abpframework/abp/issues/10183#issuecomment-1007100767
Transaction was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
Please check the context log and look at your code, it may deadlock.
hi
https://docs.abp.io/en/abp/latest/Virtual-File-System#replacing-overriding-virtual-files
https://github.com/abpframework/abp/issues/14178
This is related to https://github.com/abpframework/abp/pull/11811/
You can use this version of jquery-extensions.js to solve it now.
https://github.com/abpframework/abp/blob/20631dd85fccd1378c2627d86a5c2692166fa3b4/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/jquery-extensions.js
hi
You can cancel the changes of IdentityServerDataSeedContributor.
context.Services.Configure<SecurityStampValidatorOptions>(options => options.ValidationInterval = TimeSpan.FromSeconds(10));
https://www.jamessturtevant.com/posts/ASPNET-Identity-Cookie-Authentication-Timeouts/
hi
Can you share a simple project to reproduce? liming.ma@volosoft.com
Just for info is it possible to have different ad or b2c settings for each tenant?
Yes, See https://docs.abp.io/en/commercial/latest/modules/account#social-external-logins
hi thaithiendi
app.UseUnitOfWork() from the ASP.NET Core pipeline.