Yakovenko Nikolay
Yakovenko Nikolay
When we use **RBAcPermissions** and **@UseGuards(RBAcGuard)** in graphql resolver, we get an error: ``` ERROR: ExceptionsHandler TypeError: Cannot read properties of undefined (reading 'user') at RBAcGuard.canActivate (/node_modules/nestjs-rbac/src/guards/rbac.guard.ts:27:37) ``` The problem...
I ran into the same problem. @bashleigh, do you have any information about solving this problem?
@ayeen, thank you for your advice. I know about this option and used it. But in my case the result was not completely correct. When I set `paginationType: PaginationTypeEnum.TAKE_AND_SKIP`, I've...