-
## Bug Report
In [docs](https://docs.nestjs.com/techniques/configuration#use-module-globally) I can see opportunity to make `ConfigModule` globally, but if I do everything like in docs I will receive…
-
Related issue: https://github.com/nestjsx/automapper/issues/255
nartc updated
4 years ago
-
Hi,
I've got problem with reading contents from stream.
Either I get this error (:point_down:) or writeStream hangs forever...
```
Error: A ReadStream cannot be created from a destroyed WriteStr…
-
Hi
I saw your project and preferred it over using an express middleware as described in other Auth0 tutorials.
I am very new with NestJS but do you know a way of adding a Role to the AuthGuard.…
-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your …
-
## Bug Report
## Current behavior
When importing an external file outside of the project root the build is kind of weird and the compiler throws an error:
![Bildschirmfoto 2020-03-12 um 17 46…
MickL updated
4 years ago
-
Using different class for serialization does not work.
```ts
import { PickType } from '@nestjs/swagger';
// Entity
@Entity()
export class User {
@Expose()
@Column()
email: string;
…
-
## I'm submitting a...
[ ] Regression
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your …
-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your q…
-
Hi, if I use like this:
` @Post("/add")
@UseGuards(AuthGuard())
@Roles.Params(Role.ADMIN)`
I will get 401 error Unauthorized.
How to solve the issue?