-
env:
nestjs-paginate@8.1.3
typeorm@0.3.15
mysql community 8.0.19
``` ts
@Entity()
export class YyyPaginate {
@PrimaryGeneratedColumn()
id: number;
@Column()
name: string;
@C…
-
I'm encountering a TypeError while attempting to transcribe audio from a WAV file using the whisper-node library in my NestJS project. Here's my code snippet:
import whisper from 'whisper-node';
i…
-
## Expected Behavior
Out-of-box webpack hot reload on created nest apps.
## Current Behavior
Needed to add webpack manually following the tutorial: https://docs.nestjs.com/techniques/hot-relo…
-
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…
-
There is a case of malformed requests that can take down a full nodejs app, due to an uncaught `error` event thrown by `busboy`
Using the latest `1.4.5-lts.1` from npm, the following code results i…
-
In the interest of code reuse I'd like to create a NestJS module that I can put on NPM and import into future projects. Within the module I'd like to have things like entity definitions, as well as s…
-
I am trying to run the update function from a repository like this.userRepository.update(1, User) this User object contains the relational tables data as well. like
`{
id: 1,
name: 'test',
p…
-
**Describe the bug**
When importing a .csv file into a table, it fails with error 500, log message: Error on .csv import: ENOENT: no such file or directory, open 'filename.csv'. Export is working fil…
-
I'm running into this error:
```
ERROR [ExceptionHandler] Nest can't resolve dependencies of the NestJsNotificationsService (?, NESTJS_NOTIFICATIONS_QUEUE, NESTJS_NOTIFICATIONS_JOB_OPTIONS). Pleas…
-
**Describe the bug**
Get error "Invalid cursor" on providing after cursort to pagination
**To Reproduce**
Steps to reproduce the behavior:
1. Write query
```
query {
campaigns(paging: { fir…