Activities of "maliming"

https://github.com/abpframework/abp/issues/15910

The specified access token is bound to an account that no longer exists

Please try to clear the Redis cache.

ok, I will try to test it.

hi

The new version of the Abp framework will fix bugs, improve performance, etc. At the same time, the new version of Abp will also use the latest asp net core, which also brings better security.

We always recommend you use the latest version.

What are the specific affects after replaced Identity Server with OpenIddict?

https://docs.abp.io/en/abp/latest/Migration-Guides/OpenIddict-Step-by-Step https://docs.abp.io/en/commercial/latest/migration-guides/openIddict-step-by-step

https://github.com/abpframework/abp/issues/11989

There is no obvious problem in the log. After testing, it is only slow to open for the first time, and then it will be normal.

hi

Im checking.

Answer

hi

The transaction object is not associated with the same connection object as this command

Please share the error stack.

hi

You can use the latest version.

yes, clear the exists logs after deploy.

hi

Can you add the below code to the test module?


public override void ConfigureServices(ServiceConfigurationContext context)
{
    Configure<FeatureManagementOptions>(options =>
    {
        options.SaveStaticFeaturesToDatabase = false;
        options.IsDynamicFeatureStoreEnabled = false;
    });
    
    Configure<PermissionManagementOptions>(options =>
    {
        options.SaveStaticPermissionsToDatabase = false;
        options.IsDynamicPermissionStoreEnabled = false;
    });

    context.Services.AddAlwaysDisableUnitOfWorkTransaction();
}

Showing 7551 to 7560 of 11554 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.