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.hi
Is the error only occur on Github?
hi
please follow this https://github.com/abpframework/abp/issues/14145
Good news