Activities of "maliming"

hi

9.2.3 is released. You can test it.

Thanks.

; )

Remove AbpAspNetCoreMvcclientModule from authserver fix this problem.

Thanks I will check it asap.

Great 👍

hi

Can you try this?

Configure<AbpBackgroundWorkerOptions>(options =>

{
    
    options.IsEnabled = false;

});



Configure<AbpBackgroundJobOptions>(options =>

{
    
    options.IsJobExecutionEnabled = false;
});

BTW, Hangfire supports multiple instances and automatically coordinates the execution of background jobs.

You're welcome.

hi

Did you run the abp login to log in to your account?

Thanks.

hi

Try to begin a new uow.

using (var uow = _unitOfWorkManager.Begin(requiresNew: true))
{
    using (var auditingScope = auditingManager.BeginScope())
    ////
    
    await uow.CompleteAsync();
}

https://abp.io/docs/latest/framework/architecture/domain-driven-design/unit-of-work#begin-a-new-unit-of-work

Thanks.

Answer

Great 👍

Showing 701 to 710 of 10713 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.0.0-preview. Updated on September 16, 2025, 10:35