-
### Current Behavior
When using any of the nest generators with flag `--nameAndDirectoryFormat=as-provided` I am getting below error
NX Cannot read properties of undefined (reading 'text')
###…
isawk updated
1 month ago
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
### Expecting Behaviors
I want to configure `OpenTelemetryModule` with `forRootAsync({ useClass: ... })` method by utilizing `nestjs/config`.
But, it seems that `nestjs-otel` package is not export…
-
```(0 , google_news_scraper_1.default) is not a function
TypeError: (0 , google_news_scraper_1.default) is not a function
```
and this is my code
```
import googleNewsScraper from 'googl…
-
## Description
In NestJS, it's possible to use the `@Param()` decorator without specifying a name to get an object containing all route parameters:
```typescript
@Get('recent/:param1/:param2')
f…
-
## Issue:
- Unorganized Documentation: The documentation seems scattered across various pages, making it difficult to follow a structured learning path. This leads to confusion for a beginner as ther…
-
- [X] I've read [the docs of nestjs-pino](https://github.com/iamolegga/nestjs-pino/blob/master/README.md)
- [X] I've read [the docs of pino](https://getpino.io/#/) and [pino-http](https://githu…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
[X] I've read [the docs of nestjs-pino](https://github.com/iamolegga/nestjs-pino/blob/master/README.md)
[X] I've read [the docs of pino](https://getpino.io/#/)
[X] I couldn't find the same…
-
Hi,
I love your project and I am trying to self host it using rootless podman instead of docker.
Using the below setup I get this error:
```
/app/dist/apps/server/main.js:554
throw new common_1…