-
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 …
-
### 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…
-
Add Drm module for root to be called by nestjs on initialization.
something like: https://github.com/chanlito/nestjs-extensions/tree/master/src/typeorm
-
## Bug Report
**Current Behavior**
When running `sls offline` for a Serverless application using `serverless-offline` with the configuration below, an error occurs: `TypeError: ee.on is not a fu…
-
### What version of Bun is running?
1.1.21
### What platform is your computer?
Darwin 23.5.0 arm64 arm / Docker with base image oven/bun:1.1.21
### What steps can reproduce the bug?
Minimal repro…
-
**Describe the bug**
If I follow the guide on npm page to setup , in my main.ts
`import { NestFactory } from '@nestjs/core';
import { AppModule } from './app.module';
import {
FastifyAdapter,…
-
Backend api built with nestjs serves call at `/`, endpoints looks like `/users/me` or `/auth/login` etc.
Before adding AdminBro, call to `/auth/login` with post body of `{"email": "", "password": "" …
-
How can this be used with a username/password in the env file? In the `@nestjs/elasticsearch` module you would use `registerAsync` and use the `configService` like below. Is there a way to do the same…
-
### Describe the bug
I tried the gradio node client on new and existings nestjs project and all give me this error:
```
Error: No "exports" main defined in projects/nest-gradio/node_modules/@gr…
-
```
Error [ERR_REQUIRE_ESM]: require() of ES Module node_modules\bad-words\dist\index.js from \dist\schedules\transactions.scheduler.js not supported.
index.js is treated as an ES module file as it …