hi
The permisson option works in roles but not in users page. Even if I create a new project with abp suite it doesn't work
How can I reproduce this? Can you share the steps? Thanks.
hi
Please check the issuer of your environment.ts
https://github.com/abpframework/abp/blob/dev/templates/app/angular/src/environments/environment.ts#L13
hi
How can I reproduce this in a new template project?
Can you share a minimal project? liming.ma@volosoft.com
hi
the problem still persists on my develop environment.
Which project still has the error? Please share the error logs.
Thanks.
hi
I'm not sure. You can check the https://learn.microsoft.com/en-us/dotnet/api/system.data.isolationlevel?view=net-8.0
hi
Please share the full code of your blazor component and _identityUserService
liming.ma@volosoft.com
Thanks.
hi
You can use _unitOfWorkManager to begin a new uow in the HandleEventAsync method, and set the isolationLevel if necessary.
hi
Please share some code of your background job