-
**Describe the bug**
When I am starting my nest app I see the following error:
```
worker-1 | Error: Cannot find module '@css-inline/css-inline-linux-arm64-musl'
worker-1 | Require stack:
worke…
-
**Issue type:**
- [ ] question
- [ ] bug report
- [x] feature request
- [ ] documentation issue
**nestjs-config version**
0.5.0
**@nestjs/common+core or other package versions**
- @nest…
-
### 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
This idea of this…
-
### Use with typeOrm
i want to use seeding with typeOrm but stay db error how can i solve this
-
`@digikare/nestjs-prom` version: `0.2.5`
I am trying to remove the `/api/metrics` from the autogenerated swagger spec.
```ts
const MyPromModule = PromModule.forRoot({
defaultLabels: {
a…
-
Hi, thanks for the great adapter!
I'm trying it out but having issues resolving services that have a Prisma service injected into them (most of the services in the application), which is very simil…
jdpt0 updated
9 months ago
-
I'm attempting to use Sofa in a Nestjs app, but the Rest endpoints are not receiving the data from post requests.
Here's an example https://github.com/rafakwolf/nestjs-sofa-poc
-
Have the Object `pick` function accept readonly string array of property names.
Then it can work together with nestjs's [PickType](https://docs.nestjs.com/openapi/mapped-types) helper function which …
-
### 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…
-
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 …