Can you try to configure the IgnoredNavigationEntitySelectors in 9.1.1
Configure<AbpEntityChangeOptions>(options =>
{
options.IgnoredNavigationEntitySelectors.Add("DisableOpenIddictApplication", type => type == typeof(OpenIddictApplication) || type = typeof(OpenIddictToken));
});
hi
Can you share full logs.txt file with liming.ma@volosoft.com
we tested using it but the error persisted.
Can you also share the debug logs for 9.1.1? https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Thanks. Your ticket has been refunded.
New packages are released.
Upgrade all volo&abp&lepton will be easy to solve this problem.
Thanks.
hi
Your project uses memory cache. Are the revoke code and your account on the same website?
Can you share a screenshot of your project structure?
Thanks.
hi
I have checked. >=9.0.5 will fix the problem, see https://github.com/abpframework/abp/pull/22137
Your ticket has been refunded.
Thanks. I wll check and fix this problem. 👍
hi
Can you share a template project to reproduce?
liming.ma@volosoft.com Thanks
hi
Can you try this solution?
https://abp.io/support/questions/8917/VoloAbpDataAbpDbConcurrencyException-The-database-operation-was-expected-to-affect-1-rows#answer-3a188c6d-831a-c7fb-6404-a2f2e5735118
We will fix this in 9.1.1
Thanks.
hi
I will fix AddAll in https://github.com/abpframework/abp/pull/22471#issue-2951431686
if options.AutoEventSelectors.AddAll();
Configure<AbpDistributedEntityEventOptions>(options =>
{
options.AutoEventSelectors.AddAll();
});
1️⃣ Add an entity
↓
2️⃣ Publish EntityCreatedEto<MyEntity> event
↓
3️⃣ Add to Outbox and insert OutgoingEventRecord entity
↓
4️⃣ Publish EntityCreatedEto<OutgoingEventRecord> event
↓
↻ Back to 3️⃣
↓
Endless loop