hi
Can you try with a new template? 5.3.4 or 6.0.0-rc.5
Can you check your app(IDS+API) logs? Are there any errors?
hi
Can you share your details steps?
hi
We have created an internal issue to improve this feature, thanks for your feedback.
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/