hi
9.2.3 is released. You can test it.
Thanks.
Remove AbpAspNetCoreMvcclientModule
from authserver fix this problem.
Thanks I will check it asap.
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.
Great 👍