-
## Bug Report
## Current behavior
`request.user` is undefined
## Input Code
roles.guard.ts
```ts
import {
Injectable,
CanActivate,
ExecutionContext,
UnauthorizedException,
…
-
## There have been updates to the *nestjs* monorepo:
+ - The `dependency` [@nestjs/common](https://github.com/nestjs/nest) was updated from `6.7.2` to `6.8.0`.
- The `dependency` [@nestjs/core](htt…
-
## I'm submitting a...
[ x ] Support request
## Current behavior
I have a problem with using a reflector and a guard. The problem is that the guard doesn't run on my reflector and immed…
-
Hi ,
We have NestJs backend Crud and react-admin installed. And we use your awesome Data provider(thanks for sharing it).
Few days ago I have upgraded to react-admin to 3.0.0 and had issue rel…
-
The command `prisma2 lift save` and `prisma2 lift up` hangs at `Creating database ....`.
![Screenshot 2019-11-24 at 13 47 29](https://user-images.githubusercontent.com/8985933/69494933-7e613c00-0ec…
-
## Feature Request
## Is your feature request related to a problem? Please describe.
I'm using GraphQL with code first approach. I need to restrict the access to method with ResolveProperty decora…
-
## Context
In preparation for the /api/v1/projects endpoint, we'll need a fixtures file for projects.json
## Acceptance criteria
[ ] Create a projects.json fixtures file
[ ] Include 10 blocks of…
-
## Bug Report
I created an Angular 8 Project and used Angular CLI to add NestJS. Works fine, but if i add Controllers with NestJS CLI i have some Problems in app-routing.module.ts .
First i have…
-
## I'm submitting a...
[x] Regression
[ ] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
I have consumer and producer setup in two different node apps.Sometimes the consumer doesnt consume messages even though the producer has successfully published the message