https://github.com/osa413/nestjs-bug-swagger-api-property
An interesting bug I found
https://github.com/osa413/nestjs-bug-swagger-api-property
Last synced: about 1 year ago
JSON representation
An interesting bug I found
- Host: GitHub
- URL: https://github.com/osa413/nestjs-bug-swagger-api-property
- Owner: OSA413
- Created: 2024-01-31T09:45:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T11:29:22.000Z (over 2 years ago)
- Last Synced: 2025-02-09T01:18:00.810Z (over 1 year ago)
- Language: TypeScript
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Steps to reproduce:
1. `docker-compose up -d`
2. `npm i`
3. `npm start`
You should see
```
Error: A circular dependency has been detected (property key: "id"). Please, make sure that each side of a bidirectional relationships are using lazy ("type: () => ClassType").
```