Activities of "maliming"

; )

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 👍

hi

You can create an audit log scope in your job.

Please note that it does not support remote services and can only work within a single application.

https://abp.io/docs/latest/framework/infrastructure/audit-logging#manually-create-an-audit-log-scope

Thanks

Showing 1531 to 1540 of 11542 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
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.