-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
```js
my-server_1 | TypeError: res.setHeader is not a function
my-server_1 | at J…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Currently, the file is named jest-e2e.json, which is not in the naming scheme that jest expec…
-
The server does not start after update to fastify v4.28.1, previously worked fine. The server just being freezed on call of .listen()
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Now there is a bug, when we do import type, then nest can't resolve dependencies. This is err…
hywax updated
4 months ago
-
https://zhuanlan.zhihu.com/p/354538622
-
### Version
at least since 0.3.3, tried in 0.5.3 and looks even worse (no proofs though)
### Steps to reproduce
Minimal reproduction repository : https://github.com/LoganTann/tsjest-performan…
-
When running `nest generate controller test`. Error occurs:
```
Error: Schematic "1" not found in collection "@nestjs/schematics".
at SchematicEngine.createSchematic (C:\Users\Erkebulan\AppDa…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I created a new project using @nestjs/cli and followed these steps:
1. Set Yarn version …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
![demo](https://github.com/nestjs/nest/assets/13461315/fece0f72-dee1-4c14-b7e3-a7ae01e6…
-
I would like to use bolt as an express middleware similar to how the @slack/events-api work.
`app.use('/slack/events', slackEvents.expressMiddleware());`
Is there an equivalent in bolt? Thanks