Nestjs – guardRole triggers before JwtGuard
So I wanted to add guard role to my nestjs controller, but it doesn’t seem working. My guess is that somehow RolesGuard triggers before JwtGuard and that’s why user in request is empty but have no idea why does it happen. Anybody has some ideas?