[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
When I create NestMiddleware and apply it to consumer it doesn't execute function. Applying just freezes request. But when I apply middleware function it works fine.
This should work fine? I don't know.
Create one app module then create module with routes afterwards create NestMiddleware and apply to AppModule for all routes or one route.
We need more context (code that reproduces this issue).
I had the same problem with a custom installation, can you check for "target": "es6"
in tsconfig.json
. Hope this helps.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
I had the same problem with a custom installation, can you check for
"target": "es6"
intsconfig.json
. Hope this helps.