-
I added `x-codegen-request-body-name` and `operationId` to my `openapi.yaml` file but still getting errors. Last error was `Cannot read property 'x-codegen-request-body-name' of undefined`.
Too lit…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
I just setup a baisc crud with typeORM as in docs, but for `Cannot destructure property 'parsed' of 'req' as it is null.`
```
@Entity('users')
export class UserEntity {
id: string;
}
```
…
-
Hi Adrian,
Please, could you help me with smthg.
This issue is showing: No metadata for "AuthenticationRepository" was found.",
![Screen Shot 2022-09-27 at 9 12 23 am](https://user-images.g…
-
In [`d83b820`](https://github.com/Milan-960/uptime/commit/d83b820e159bc80b58e0aefb1af22ac74011212b
), Nestjs Swagger API (https://nestjs-server-member.vercel.app) was **down**:
- HTTP code: 500
- Resp…
-
### 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 is a follow-up to …
-
This is a very interesting project, but it failed to generate the nestjs project from this openapi example https://editor.swagger.io/
```
❯ codegen -s ./openapi.yaml -p openapi
? Do you want to c…
-
#### Use @nestjs/swagger package to help.
-
## Description
The `db:create-and-fill` script fails on ARM64 architecture, specifically during the Flyway migration process. The error occurs while attempting to execute the `flyway:migrate` comma…
-
When using the `PromMethodCounter` decorator on a controller function it will break the API documentation beginning from the line where the decorator was added.
**Example**
The following code ge…