-
strategy.ts is not invoking and not logging the user variable.
I tried to authenticate the user using passport-oauth2 package in nestjs.The problem is, strategy is not calling and not returning the u…
-
V3.0.1 is incompatible with NestJS . Unable to register CacheModule using the RedisStore.
"message": "Type 'typeof import(\"cache-test/node_modules/cache-manager-redis-store/dist/index\")' is not …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When resolving a field with `@ResolveField`, any middleware defined on the corresponding `Ob…
-
Hi im using prisma with nestjs and graphql, I am trying to use prisma-nestjs-graphql to auto generate the graphql type and use it inside my resolver:
```
import { PrismaService } from 'nestjs-prisma…
-
in one-to-one relation
```
// Student.ts(Parent)
@Entity({ name: "student" })
export class StudentEntity {
@PrimaryGeneratedColumn()
public id: number;
@Column({ nullable: t…
-
### What happened?
Currently, we implement DTOs like so:
```
some-module/
├─ dto/
│ ├─ SomeFile.ts
│ ├─ SomeOtherFile.ts
```
There are multiple inconsistencies with the NestJS best pract…
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
When using SWC wi…
-
First thanks for providing an elaborate example on how to implement the graphql-sse using nestjs
But I am facing on issue, i am unable to access the graphql subscription upon starting the nestjs appl…
-
### Bug description
In a NestJS applicating, when importing prisma client using a custom generated path.
note: application runs fine when importing prisma client using default path `import { Prism…
-
I am using socket.io to create a realtime chat which includes attachments as well. I am sending files in Base64 form. but the issue is that if file size is around 500 to 600 KB. it gets send successfu…