issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
262k
issue_title
stringlengths
1
1.02k
issue_comments_url
stringlengths
53
116
issue_comments_count
int64
0
2.49k
issue_created_at
stringdate
1999-03-17 02:06:42
2025-06-23 11:41:49
issue_updated_at
stringdate
2000-02-10 06:43:57
2025-06-23 11:43:00
issue_html_url
stringlengths
34
97
issue_github_id
int64
132
3.17B
issue_number
int64
1
215k
[ "nestjs", "nest" ]
## I'm submitting a... [ ] Regression ## Current behavior When calling next with error in express middleware the error handler does not catch it. Example: - some-file.js: class CustomError extends Error { constructor(errors, place, message) { super(message); this.errors = errors; ...
Uncaught error when using next function with error in middlleware
https://api.github.com/repos/nestjs/nest/issues/432/comments
3
2018-02-18T10:50:36Z
2019-09-25T05:11:29Z
https://github.com/nestjs/nest/issues/432
298,075,731
432
[ "nestjs", "nest" ]
## I'm submitting a... [ ] Regression ## Current behavior Let's say we got a consumer which applies middleware X for certain routes.. If we throw an exception in that middleware X (or pass the exception in the next/done function as new SampleException(...)), we receive a response of "[object Object]" which is real...
Exception thrown or passed in the done function of a middleware ends up to "[object Object]"
https://api.github.com/repos/nestjs/nest/issues/431/comments
4
2018-02-17T17:16:16Z
2019-09-25T05:11:23Z
https://github.com/nestjs/nest/issues/431
298,020,336
431
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
SyntaxError: Unexpected end of JSON input returns statuscode 500 instead of 400
https://api.github.com/repos/nestjs/nest/issues/430/comments
5
2018-02-17T13:33:10Z
2019-09-25T05:11:17Z
https://github.com/nestjs/nest/issues/430
298,005,120
430
[ "nestjs", "nest" ]
## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" --> <pre><code> [ ] Regression <!--(a behavior that used to work and stopped working in a new release)--> [x] Bug report [ ] Feature request [ ] Documentation issue or reque...
File Interceptor only supports one options at a time (overrides other options)
https://api.github.com/repos/nestjs/nest/issues/429/comments
2
2018-02-17T12:03:29Z
2019-09-25T05:11:20Z
https://github.com/nestjs/nest/issues/429
297,999,985
429
[ "nestjs", "nest" ]
## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" --> <pre><code> [ ] Regression <!--(a behavior that used to work and stopped working in a new release)--> [ ] Bug report [x] Feature request [ ] Documentation issue or reque...
Custom multer storage providers with FileInterceptor
https://api.github.com/repos/nestjs/nest/issues/428/comments
5
2018-02-17T11:58:16Z
2019-09-25T05:11:41Z
https://github.com/nestjs/nest/issues/428
297,999,704
428
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
[Bug] Throws error when connecting to microservice
https://api.github.com/repos/nestjs/nest/issues/425/comments
3
2018-02-16T10:30:06Z
2019-09-25T05:11:44Z
https://github.com/nestjs/nest/issues/425
297,739,944
425
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
[Discussion] Microservice restart strategy
https://api.github.com/repos/nestjs/nest/issues/424/comments
7
2018-02-16T04:26:25Z
2019-09-24T08:10:35Z
https://github.com/nestjs/nest/issues/424
297,678,534
424
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
SyntaxError thrown by body-parser isn't catched by Exception Filter
https://api.github.com/repos/nestjs/nest/issues/422/comments
2
2018-02-14T20:55:57Z
2019-09-25T06:10:35Z
https://github.com/nestjs/nest/issues/422
297,242,122
422
[ "nestjs", "nest" ]
## Current behavior i am using the mongoose module, lets say i have User collection which configured in the User module, Now i need this collection data in the Accounts module, i need to register it again in the Accounts module ? this is how my modules extract schemas: Accounts Module ``` MongooseModule.forFe...
mongoose - acsessing data of one collection from anther module
https://api.github.com/repos/nestjs/nest/issues/421/comments
15
2018-02-14T12:41:18Z
2019-09-25T06:10:53Z
https://github.com/nestjs/nest/issues/421
297,081,768
421
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Problem with resolving dependencies in an interceptor constructor
https://api.github.com/repos/nestjs/nest/issues/419/comments
7
2018-02-14T07:43:53Z
2019-09-25T05:11:50Z
https://github.com/nestjs/nest/issues/419
297,002,320
419
[ "nestjs", "nest" ]
## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" --> <pre><code> [ ] Regression <!--(a behavior that used to work and stopped working in a new release)--> [x] Bug report [ ] Feature request [ ] Documentation issue or reque...
@nestjs/common still depends on an old class-validator version
https://api.github.com/repos/nestjs/nest/issues/417/comments
2
2018-02-13T13:26:52Z
2019-09-25T06:10:38Z
https://github.com/nestjs/nest/issues/417
296,736,155
417
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Let ExceptionsHandler throw, on demand?
https://api.github.com/repos/nestjs/nest/issues/416/comments
2
2018-02-13T09:58:16Z
2019-09-25T05:11:59Z
https://github.com/nestjs/nest/issues/416
296,676,279
416
[ "nestjs", "nest" ]
I am covering my Nest controller with some tests: ## LabelsController.ts ```javascript import {Component} from '@nestjs/common'; import {InjectRepository} from '@nestjs/typeorm'; import {ILabelService} from './ILabelService'; import {Repository} from 'typeorm'; import {Label} from '../Models/Label'; @Co...
Mock typeorm repository on Jest
https://api.github.com/repos/nestjs/nest/issues/415/comments
5
2018-02-12T21:42:16Z
2019-10-16T18:10:36Z
https://github.com/nestjs/nest/issues/415
296,534,457
415
[ "nestjs", "nest" ]
## I'm submitting a... <pre><code> [x] Regression [x] Bug report [ ] Feature request [ ] Documentation issue or request [ ] Support request </code></pre> ## Current behavior <!-- Describe how the issue manifests. --> After upgrade from 4.1.0 to 4.5.9 [NUXT integration](https://github.com/AngelMunoz/nesting-...
Nuxt integration routes
https://api.github.com/repos/nestjs/nest/issues/414/comments
5
2018-02-12T18:41:02Z
2019-09-25T02:11:59Z
https://github.com/nestjs/nest/issues/414
296,481,789
414
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Proposal: make use of injection-js
https://api.github.com/repos/nestjs/nest/issues/412/comments
18
2018-02-12T12:30:07Z
2019-09-25T05:11:38Z
https://github.com/nestjs/nest/issues/412
296,358,967
412
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
OnModuleInit is not fired without enabled HTTP transport
https://api.github.com/repos/nestjs/nest/issues/410/comments
3
2018-02-11T19:43:41Z
2019-09-25T06:10:56Z
https://github.com/nestjs/nest/issues/410
296,218,739
410
[ "nestjs", "nest" ]
Hi!. Nice work with the TypeOrmModule, I really enjoy it. I'm wondering how can I clear the database (or even drop it) before each test, in order to isolate tests from pevious tests and previous runs
TypeOrm: clear database when testing
https://api.github.com/repos/nestjs/nest/issues/409/comments
20
2018-02-09T19:43:15Z
2019-10-31T13:56:06Z
https://github.com/nestjs/nest/issues/409
295,989,413
409
[ "nestjs", "nest" ]
I'm submitting a question. In one of my factories I need to dynamically pull out services out from nestjs container. Normally in IoC containers you have the ability to inject the container itlsef. So I want to inject something like Execution Context into my service and then use it's method ``get()`` to resolve wh...
How to Implement service locator with Nest.js?
https://api.github.com/repos/nestjs/nest/issues/407/comments
3
2018-02-08T22:41:29Z
2019-09-25T06:11:05Z
https://github.com/nestjs/nest/issues/407
295,691,743
407
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
How to create a mock without resolving dependencies in a constructor
https://api.github.com/repos/nestjs/nest/issues/406/comments
3
2018-02-08T06:55:32Z
2019-09-25T06:11:11Z
https://github.com/nestjs/nest/issues/406
295,404,328
406
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Request to make bodyParser optional
https://api.github.com/repos/nestjs/nest/issues/405/comments
8
2018-02-07T21:27:01Z
2019-09-24T02:10:53Z
https://github.com/nestjs/nest/issues/405
295,298,685
405
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
[Feature Request] Jobs
https://api.github.com/repos/nestjs/nest/issues/404/comments
27
2018-02-07T16:10:40Z
2020-03-17T13:32:35Z
https://github.com/nestjs/nest/issues/404
295,196,508
404
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Authentication with GraphQL using @Guard
https://api.github.com/repos/nestjs/nest/issues/403/comments
24
2018-02-07T13:30:08Z
2019-09-24T13:11:21Z
https://github.com/nestjs/nest/issues/403
295,137,901
403
[ "nestjs", "nest" ]
## I'm submitting a... <pre><code> [ ] Regression <!--(a behavior that used to work and stopped working in a new release)--> [ ] Bug report [ ] Feature request [x] Documentation issue or request [ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow. </code...
Add documentation on how to serve static files
https://api.github.com/repos/nestjs/nest/issues/402/comments
23
2018-02-07T08:00:49Z
2019-12-14T19:08:08Z
https://github.com/nestjs/nest/issues/402
295,040,058
402
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
MongooseModule: same schema multiple collections
https://api.github.com/repos/nestjs/nest/issues/400/comments
2
2018-02-06T15:57:11Z
2019-09-25T06:11:14Z
https://github.com/nestjs/nest/issues/400
294,811,850
400
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Can't select/get from context when using `NestFactory.createMicroservice`
https://api.github.com/repos/nestjs/nest/issues/398/comments
4
2018-02-05T12:05:24Z
2019-09-25T05:11:47Z
https://github.com/nestjs/nest/issues/398
294,369,952
398
[ "nestjs", "nest" ]
## I'm submitting a... [ ] Regression [ ] Bug report [ ] Feature request [x] Documentation issue or request </code></pre> ## What is the motivation / use case for changing the behavior? I see different, closed, issues regarding built-in authentication. Knowing that _authentication is hard to get right_, I st...
Authentication documentation - best practices
https://api.github.com/repos/nestjs/nest/issues/397/comments
8
2018-02-04T18:40:26Z
2019-09-25T00:10:59Z
https://github.com/nestjs/nest/issues/397
294,219,471
397
[ "nestjs", "nest" ]
Hello there, I followed the tutorial to create a role guard with reflector injected https://docs.nestjs.com/guards At runtime, nest throws an exception where we call .get() like so. const roles = this.reflector.get<string[]>('roles', handler); Looks like injector was not made available. [Nest] 5448 - 2018-2-2 13...
Reflector not injected
https://api.github.com/repos/nestjs/nest/issues/396/comments
5
2018-02-04T14:53:37Z
2019-09-25T06:11:26Z
https://github.com/nestjs/nest/issues/396
294,202,827
396
[ "nestjs", "nest" ]
i need to have route based languages for nestjs that perpend language and if not present use default language based on router. if `en` is default language and`de` and `fr` is another languages ``` GET /cats => cats findAll() with `en` request language. GET /en/cats => cats findAll() with `en` request language. G...
Add language (i18n) to router
https://api.github.com/repos/nestjs/nest/issues/394/comments
5
2018-02-02T22:58:21Z
2019-09-25T05:11:56Z
https://github.com/nestjs/nest/issues/394
294,049,113
394
[ "nestjs", "nest" ]
I hope there's some kind of environment variable that does the thing. Here's the output I'd like to get rid of when doing e2e testing: ```[Nest] 99271 - 2018-2-4 01:41:48 [NestFactory] Starting Nest application... [Nest] 99271 - 2018-2-4 01:41:48 [InstanceLoader] ApplicationModule dependencies initialized ...
[Question] Turning off log messages when an application starts ?
https://api.github.com/repos/nestjs/nest/issues/393/comments
7
2018-02-02T22:44:04Z
2019-09-25T03:11:20Z
https://github.com/nestjs/nest/issues/393
294,046,364
393
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Nest cannot be bundled using nexe
https://api.github.com/repos/nestjs/nest/issues/391/comments
6
2018-02-02T11:31:18Z
2019-09-24T03:10:47Z
https://github.com/nestjs/nest/issues/391
293,858,587
391
[ "nestjs", "nest" ]
Do you have a plan to rewrite the underlying framework to Koa2?
https://api.github.com/repos/nestjs/nest/issues/390/comments
4
2018-02-02T01:32:00Z
2019-09-25T06:11:44Z
https://github.com/nestjs/nest/issues/390
293,743,497
390
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Test with InjectRepository
https://api.github.com/repos/nestjs/nest/issues/388/comments
3
2018-01-31T19:19:28Z
2019-09-25T06:11:32Z
https://github.com/nestjs/nest/issues/388
293,279,470
388
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
WebSocket Gateway - Secure websockets
https://api.github.com/repos/nestjs/nest/issues/384/comments
5
2018-01-29T14:09:17Z
2019-09-25T05:11:11Z
https://github.com/nestjs/nest/issues/384
292,419,764
384
[ "nestjs", "nest" ]
Someone knows how to deploy an nest app on heroku? I folow the heroku instructions [,](https://devcenter.heroku.com/articles/deploying-nodejs) but the app is crashing when i access the URL. My package.json { "name": "nest-typescript-starter", "version": "1.0.0", "description": "Nest TypeScript starter re...
Heroku deploy
https://api.github.com/repos/nestjs/nest/issues/382/comments
2
2018-01-27T15:40:44Z
2019-09-25T06:11:47Z
https://github.com/nestjs/nest/issues/382
292,129,708
382
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Passport authentication doesn't work for routes passed asynchronously
https://api.github.com/repos/nestjs/nest/issues/381/comments
5
2018-01-27T12:47:37Z
2019-09-25T06:11:38Z
https://github.com/nestjs/nest/issues/381
292,119,202
381
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Does the order of module imports matter?
https://api.github.com/repos/nestjs/nest/issues/380/comments
9
2018-01-25T23:57:41Z
2019-09-24T11:10:45Z
https://github.com/nestjs/nest/issues/380
291,757,702
380
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
ValidationPipe not working
https://api.github.com/repos/nestjs/nest/issues/379/comments
14
2018-01-25T17:59:30Z
2019-09-25T04:10:44Z
https://github.com/nestjs/nest/issues/379
291,661,617
379
[ "nestjs", "nest" ]
``` @Module({ components: [ { provide: 'AService', useValue: {/* some value */}, }, ], exports: ['AService'], }) export class AModule {} ``` ``` @Module({ imports: [AModule], components: [ { provide: 'BService', inject: ['AService'], useFactory() {/* never call...
[bug] can't export custom string token
https://api.github.com/repos/nestjs/nest/issues/378/comments
3
2018-01-25T13:28:35Z
2019-09-25T06:11:50Z
https://github.com/nestjs/nest/issues/378
291,569,712
378
[ "nestjs", "nest" ]
## I'm submitting a... <pre><code> [ x] Documentation issue or request </code></pre> On the documentation of Graphql there is nothing talking about Batching or Caching https://www.npmjs.com/package/dataloader Is there any example integrating this or get a same behavior with nestjs?
Batching and Caching Documentation
https://api.github.com/repos/nestjs/nest/issues/377/comments
2
2018-01-24T17:44:53Z
2019-09-25T06:11:56Z
https://github.com/nestjs/nest/issues/377
291,299,728
377
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Interceptor $stream observable returns another observable instead of the response object.
https://api.github.com/repos/nestjs/nest/issues/376/comments
4
2018-01-24T16:08:09Z
2019-09-25T06:10:41Z
https://github.com/nestjs/nest/issues/376
291,265,127
376
[ "nestjs", "nest" ]
Hi I was using nest core @ 4.5.2, where by calls like following were not giving unhandled promise rejections. ``` @Controller("user") export class UserController { @Get() find() { return this.userService.find ......... } } ``` In UserService ``` find() { This returns O...
Observable.throw from controller results in unhandled rejection promise
https://api.github.com/repos/nestjs/nest/issues/373/comments
5
2018-01-22T17:35:13Z
2019-09-25T06:10:44Z
https://github.com/nestjs/nest/issues/373
290,551,702
373
[ "nestjs", "nest" ]
## I'm submitting a... [ ] Regression <!--(a behaviour that used to work and stopped working in a new release)--> [ ] Bug report [ ] Feature request [x ] Documentation issue or request [ ] Support request => Please do not submit support request here, instead post your question on Stack ## Current behaviour ...
Error pass object parameter in HttpException
https://api.github.com/repos/nestjs/nest/issues/372/comments
4
2018-01-22T04:08:42Z
2019-09-25T03:10:38Z
https://github.com/nestjs/nest/issues/372
290,345,629
372
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Websocket example doesn't work
https://api.github.com/repos/nestjs/nest/issues/371/comments
13
2018-01-21T11:34:45Z
2020-02-24T19:09:58Z
https://github.com/nestjs/nest/issues/371
290,265,837
371
[ "nestjs", "nest" ]
In our team, "components" are usually called "web components" (https://en.wikipedia.org/wiki/Web_Components). Or at least Angular components (also consisting of html, css and js). I very like NestJs, but the naming convention for the "component" causes confusion and (frequently for me) inconvenience to use together wi...
It is inconvenient to use the names of "components".
https://api.github.com/repos/nestjs/nest/issues/368/comments
2
2018-01-20T11:41:44Z
2019-09-25T07:10:39Z
https://github.com/nestjs/nest/issues/368
290,186,084
368
[ "nestjs", "nest" ]
https://github.com/nestjs/nest/blob/b6cba3784dcb266ceb18d78d43e5b18821bbed39/examples/10-mockgoose/src/database/database.providers.ts#L2 But in [Nest Docs](https://docs.nestjs.com/recipes/mockgoose) it's `mockgoose` without `fix`
Bug in example
https://api.github.com/repos/nestjs/nest/issues/367/comments
3
2018-01-20T01:23:43Z
2019-09-25T06:11:59Z
https://github.com/nestjs/nest/issues/367
290,152,466
367
[ "nestjs", "nest" ]
Hi, I'm deploying my Nest applications in a Windows Azure AppService. It uses iisnode to support NodeJs on IIS. The problem I have is that IISNODE uses a communication about Named Pipe instead of using over sockets (host: port). When the application starts in the cloud, the variable "process.env.PORT" has a value ...
Create Nest server over NamedPipe Windows Azure IISNODE
https://api.github.com/repos/nestjs/nest/issues/366/comments
2
2018-01-19T20:12:26Z
2019-09-25T07:10:35Z
https://github.com/nestjs/nest/issues/366
290,093,734
366
[ "nestjs", "nest" ]
After having followed the example, it does not explain how to connect Graphiql to the subscriptionsEndpoint? What is the port the subscriptionsEndpoint runs on, and what is its url?
Graphql Subscriptions Example
https://api.github.com/repos/nestjs/nest/issues/365/comments
2
2018-01-19T13:20:23Z
2019-09-25T06:12:05Z
https://github.com/nestjs/nest/issues/365
289,973,481
365
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
What is the best method of providing mongoose schemas in order to populate() ?
https://api.github.com/repos/nestjs/nest/issues/364/comments
4
2018-01-19T12:21:36Z
2019-10-24T23:16:16Z
https://github.com/nestjs/nest/issues/364
289,958,422
364
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Unable to run tests because Nest can't resolve dependencies of a service
https://api.github.com/repos/nestjs/nest/issues/363/comments
54
2018-01-18T20:21:57Z
2023-03-17T14:24:26Z
https://github.com/nestjs/nest/issues/363
289,763,215
363
[ "nestjs", "nest" ]
Request is=> GET /demo/get HTTP/1.1 Host: localhost:3000 headerData: biplab Cache-Control: no-cache Postman-Token: d4a18862-9849-527d-bd34-6490c9ec1f65 and value in the server { host: 'localhost:3000', connection: 'keep-alive', headerdata: 'biplab', // hear variable is converted into lowercase. 'cache-...
Headers variable problem
https://api.github.com/repos/nestjs/nest/issues/362/comments
8
2018-01-18T07:23:24Z
2019-09-25T06:12:02Z
https://github.com/nestjs/nest/issues/362
289,528,710
362
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
UnhandledPromiseRejectionWarning with Mongoose
https://api.github.com/repos/nestjs/nest/issues/361/comments
9
2018-01-16T14:48:34Z
2019-09-25T07:10:44Z
https://github.com/nestjs/nest/issues/361
288,932,928
361
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Cant inject desired dependency
https://api.github.com/repos/nestjs/nest/issues/360/comments
7
2018-01-16T14:22:43Z
2019-09-24T21:11:15Z
https://github.com/nestjs/nest/issues/360
288,924,060
360
[ "nestjs", "nest" ]
It'd be cool to see how this is performing for any adopters and their experiences with it.
Suggestion: "Who is using this in production?" thread.
https://api.github.com/repos/nestjs/nest/issues/359/comments
32
2018-01-16T01:17:42Z
2019-09-24T07:11:06Z
https://github.com/nestjs/nest/issues/359
288,756,854
359
[ "nestjs", "nest" ]
In what circumstances would it be preferable to use Redis over TCP for the transport layer? Does Redis allow you to spin up multiple instances of the same microservice and react to events posted in the broker? Thanks!
Microservices: TCP vs Redis
https://api.github.com/repos/nestjs/nest/issues/358/comments
10
2018-01-15T21:26:35Z
2019-09-24T11:11:03Z
https://github.com/nestjs/nest/issues/358
288,720,482
358
[ "nestjs", "nest" ]
## I'm submitting a... <pre><code> [ ] Regression <!--(a behavior that used to work and stopped working in a new release)--> [ ] Bug report [X] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow. </code...
[Feature Request] Create Releases and release notes
https://api.github.com/repos/nestjs/nest/issues/357/comments
4
2018-01-15T19:20:05Z
2019-09-25T05:11:35Z
https://github.com/nestjs/nest/issues/357
288,693,136
357
[ "nestjs", "nest" ]
Currently the route params decorator for headers has the following signature: ```javascript export declare const Headers: (property?: string) => ParameterDecorator; ``` Suggestion do you think it would be possible to support pipes for the headers as well? Perhaps something like: ```javascript export declar...
[Feature request] Support pipes for headers
https://api.github.com/repos/nestjs/nest/issues/356/comments
2
2018-01-15T10:13:29Z
2019-09-25T07:10:53Z
https://github.com/nestjs/nest/issues/356
288,541,822
356
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Problem with ValidationPipe example
https://api.github.com/repos/nestjs/nest/issues/355/comments
4
2018-01-15T03:31:08Z
2019-09-25T06:11:23Z
https://github.com/nestjs/nest/issues/355
288,471,869
355
[ "nestjs", "nest" ]
## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" --> <pre><code> [ ] Regression <!--(a behavior that used to work and stopped working in a new release)--> [x] Bug report [ ] Feature request [ ] Documentation issue or reque...
examples/03-microservices: Starting microservice without http server produce error
https://api.github.com/repos/nestjs/nest/issues/354/comments
6
2018-01-13T20:08:59Z
2019-09-23T18:11:20Z
https://github.com/nestjs/nest/issues/354
288,356,182
354
[ "nestjs", "nest" ]
Message in gitter: https://gitter.im/nestjs/nestjs?at=5a5a5e1c5a9ebe4f75824518 Question: So, then the question is why global intercepts (filters, etc.) for microservices are not working in hybrid app? ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of th...
examples/03-microservices: hybrid apps - global interceptors does not work in microservice
https://api.github.com/repos/nestjs/nest/issues/353/comments
7
2018-01-13T19:57:43Z
2019-09-25T06:11:17Z
https://github.com/nestjs/nest/issues/353
288,354,978
353
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Requests timeout and errors not caught
https://api.github.com/repos/nestjs/nest/issues/351/comments
2
2018-01-12T22:11:21Z
2019-09-25T07:11:09Z
https://github.com/nestjs/nest/issues/351
288,260,869
351
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Typescript Starter: Browser continuously loading
https://api.github.com/repos/nestjs/nest/issues/350/comments
4
2018-01-12T21:22:23Z
2019-09-25T07:11:02Z
https://github.com/nestjs/nest/issues/350
288,249,791
350
[ "nestjs", "nest" ]
Based on starter template https://github.com/EndyKaufman/new-nestjs https://new-nestjs.herokuapp.com/ My sample todo application https://github.com/EndyKaufman/nest-permissions-seed https://nest-permissions-seed.herokuapp.com/ If revert to prev version, it work OK https://github.com/EndyKaufman/nest-permiss...
Not work controllers response
https://api.github.com/repos/nestjs/nest/issues/349/comments
3
2018-01-12T18:27:29Z
2019-09-25T07:11:05Z
https://github.com/nestjs/nest/issues/349
288,206,947
349
[ "nestjs", "nest" ]
There is an elegant way to "remove" inherit decorator like `@ApiModelProperty` in child class ? I'm using [class-validator](https://github.com/typestack/class-validator) with [Nest](https://github.com/nestjs/nest) to validate my input data with some DTO class and [Nest's swagger module](https://github.com/nestjs/swa...
[Question] How to "remove" inherit decorator ?
https://api.github.com/repos/nestjs/nest/issues/348/comments
2
2018-01-12T16:21:45Z
2019-09-25T07:10:50Z
https://github.com/nestjs/nest/issues/348
288,171,862
348
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Set response headers using the standard (recommended) way of dealing with the response of a controller action
https://api.github.com/repos/nestjs/nest/issues/347/comments
8
2018-01-12T09:03:12Z
2019-12-10T21:46:27Z
https://github.com/nestjs/nest/issues/347
288,050,004
347
[ "nestjs", "nest" ]
I note that in Module's document we've a new decorator @Global(). If I set a module as Global, How do I use it in another module without import? Here is the version informations: ```js "@nestjs/common": "^4.5.6", "@nestjs/core": "^4.5.7", ```
[Question] How to use the global modules which modules decorate with @Global()
https://api.github.com/repos/nestjs/nest/issues/344/comments
5
2018-01-11T06:33:13Z
2019-09-25T07:10:59Z
https://github.com/nestjs/nest/issues/344
287,677,850
344
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> something wrong when i run the 03-microservices exmaple and visit localhost:3001 <img width="774" alt="untitled" src="https://user-images.githubus...
UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): RangeError: Invalid status code: 1
https://api.github.com/repos/nestjs/nest/issues/343/comments
4
2018-01-10T11:11:50Z
2019-09-25T07:10:56Z
https://github.com/nestjs/nest/issues/343
287,396,420
343
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Nestjs's modules could not be resolved in typescript resolutionmode of `classic`
https://api.github.com/repos/nestjs/nest/issues/341/comments
5
2018-01-08T10:51:27Z
2019-09-25T07:11:11Z
https://github.com/nestjs/nest/issues/341
286,708,019
341
[ "nestjs", "nest" ]
## I'm submitting a... <pre><code> [ ] Regression <!--(a behavior that used to work and stopped working in a new release)--> [x] Bug report [x] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow. </code...
Swagger : Generate documentation using interfaces
https://api.github.com/repos/nestjs/nest/issues/339/comments
4
2018-01-05T12:54:36Z
2019-09-25T07:11:17Z
https://github.com/nestjs/nest/issues/339
286,281,372
339
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Multiple graphql endpoints sharing schema types and resolver modules
https://api.github.com/repos/nestjs/nest/issues/338/comments
5
2018-01-05T08:05:00Z
2019-09-24T12:10:53Z
https://github.com/nestjs/nest/issues/338
286,218,702
338
[ "nestjs", "nest" ]
## I'm submitting a... <pre><code> [ ] Regression <!--(a behavior that used to work and stopped working in a new release)--> [x] Bug report [x] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow. </code...
Would like to be able to use Interceptors to rewrite Request values
https://api.github.com/repos/nestjs/nest/issues/337/comments
4
2018-01-05T04:12:37Z
2019-09-24T22:10:59Z
https://github.com/nestjs/nest/issues/337
286,186,199
337
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Websocket Exception Filter isn't working.
https://api.github.com/repos/nestjs/nest/issues/336/comments
5
2018-01-04T08:47:18Z
2019-09-25T07:11:24Z
https://github.com/nestjs/nest/issues/336
285,916,489
336
[ "nestjs", "nest" ]
What's the best way to validate "body" DTO's? I'm just worried by simple stuff such as making sure if all mandatory fields are defined and types are correct, for instance, if a field I declared to be a string is actually a string, etc. For instance: ``` import { Get, Controller, Query, Param, Post, Body } from '...
How to properly do parameter validation?
https://api.github.com/repos/nestjs/nest/issues/335/comments
12
2018-01-03T10:17:11Z
2019-09-24T04:11:53Z
https://github.com/nestjs/nest/issues/335
285,645,320
335
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
e2e testing using supertest
https://api.github.com/repos/nestjs/nest/issues/333/comments
3
2018-01-02T20:55:08Z
2019-09-25T06:11:41Z
https://github.com/nestjs/nest/issues/333
285,534,944
333
[ "nestjs", "nest" ]
## I'm submitting a... <pre><code> [ ] Regression <!--(a behavior that used to work and stopped working in a new release)--> [ ] Bug report [x] Feature request [x] Documentation issue or request [ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow. </code...
Document the proper use of multipart/form-data uploads and how to use them with swagger module
https://api.github.com/repos/nestjs/nest/issues/332/comments
9
2018-01-01T20:03:29Z
2019-09-24T22:11:05Z
https://github.com/nestjs/nest/issues/332
285,325,979
332
[ "nestjs", "nest" ]
### This Discussion is to make some decisions to Improve **Nest Routring**. As The Title Says , we could enable Multi Routes for the same handler ! Not clear enough ? I'll make it simpler , we could have 2 end points for the same controller :smiley: Need an **Example** ? No problem ```ts // here is a 2 end-p...
DISCUSSION: Routes Alias, Nest Router Module
https://api.github.com/repos/nestjs/nest/issues/331/comments
12
2017-12-29T20:38:38Z
2019-09-25T07:11:21Z
https://github.com/nestjs/nest/issues/331
285,152,303
331
[ "nestjs", "nest" ]
<pre><code> [ ] Regression <!--(a behavior that used to work and stopped working in a new release)--> [ 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. </code></pre> ## Curren...
Mockgoose: Getting unhandled promise rejection when testing
https://api.github.com/repos/nestjs/nest/issues/330/comments
4
2017-12-29T11:01:54Z
2019-09-25T07:11:26Z
https://github.com/nestjs/nest/issues/330
285,074,680
330
[ "nestjs", "nest" ]
Components inside injection is service The providers are just receiving services, which are more semantic and easier to accept
【Suggest】Is it possible to change Components to providers?
https://api.github.com/repos/nestjs/nest/issues/329/comments
7
2017-12-24T13:32:26Z
2019-09-25T07:11:32Z
https://github.com/nestjs/nest/issues/329
284,362,917
329
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
Testing Module should create express server automatically
https://api.github.com/repos/nestjs/nest/issues/326/comments
2
2017-12-23T09:33:06Z
2019-09-25T07:11:44Z
https://github.com/nestjs/nest/issues/326
284,296,909
326
[ "nestjs", "nest" ]
Hi guys, it possible integrating [hydra express](https://www.npmjs.com/package/hydra-express) to nestjs? have you suggest for me? thanks
integrating hydra to nestjs
https://api.github.com/repos/nestjs/nest/issues/325/comments
2
2017-12-23T00:21:48Z
2019-09-25T07:11:35Z
https://github.com/nestjs/nest/issues/325
284,273,590
325
[ "nestjs", "nest" ]
While create a database connection with configuration, we know that we must define entities, how to avoid this way? Using TypeOrmModule.forRoot and InjectRepository instead?
How to use TypeOrmModule.forRoot and InjectRepository?
https://api.github.com/repos/nestjs/nest/issues/324/comments
5
2017-12-22T10:23:00Z
2019-09-25T07:11:41Z
https://github.com/nestjs/nest/issues/324
284,126,765
324
[ "nestjs", "nest" ]
My database provider definition: ```typescript import { createConnection, Connection } from 'typeorm'; export const databaseProviders = [ { provide: 'DbConnectionToken', useFactory: async () => createConnection({ type: 'postgres', host: '192.168.109.120', ...
Add autoSchemaSync to database connection configuration thrown error
https://api.github.com/repos/nestjs/nest/issues/323/comments
2
2017-12-22T06:02:32Z
2019-09-25T07:11:59Z
https://github.com/nestjs/nest/issues/323
284,079,450
323
[ "nestjs", "nest" ]
I using TypeORM introduced by: https://docs.nestjs.com/recipes/sql-typeorm But after inject repository provider with: ``` import { Logger, Module } from '@nestjs/common'; import { UserController } from '../controllers/user.controller'; import { UserService } from "../services/user.service"; import { repositor...
Dependency Injection thrown: Nest can't resolve dependencies of the useFactory (?). Please verify whether [0] argument is available in the current context.
https://api.github.com/repos/nestjs/nest/issues/322/comments
7
2017-12-22T05:58:40Z
2019-09-25T07:11:53Z
https://github.com/nestjs/nest/issues/322
284,078,988
322
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
MongoDB-TypeORM example not working with authentication
https://api.github.com/repos/nestjs/nest/issues/321/comments
3
2017-12-21T19:34:47Z
2019-09-25T08:10:36Z
https://github.com/nestjs/nest/issues/321
283,982,582
321
[ "nestjs", "nest" ]
Hey y'all, I think a great feature would be the ability to use our API in a type safe way. For instance, if we went through the `@Param` and `@Body` we could generate some sort of front-end compatible type-safe communication layer.
Typed API
https://api.github.com/repos/nestjs/nest/issues/318/comments
13
2017-12-20T18:42:56Z
2019-09-25T03:10:59Z
https://github.com/nestjs/nest/issues/318
283,658,834
318
[ "nestjs", "nest" ]
Hey, just a quick support request: I have made a mistake now my app throws an error: ``` [Nest] 28 - 2017-12-20 17:13:56 [ExceptionsHandler] [object Object] ``` This log is of course pretty useless (although nicely colored). So i've tried overwriting the logging in my server.ts: ``` app.useGlobalFilters({...
How to print errors
https://api.github.com/repos/nestjs/nest/issues/317/comments
8
2017-12-20T17:17:17Z
2019-09-24T22:11:20Z
https://github.com/nestjs/nest/issues/317
283,636,024
317
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
RPC: no global filters if using `connectMicroservice()`
https://api.github.com/repos/nestjs/nest/issues/316/comments
6
2017-12-20T16:53:32Z
2019-09-25T03:11:29Z
https://github.com/nestjs/nest/issues/316
283,628,756
316
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
TS error on use @HttpStatus()
https://api.github.com/repos/nestjs/nest/issues/315/comments
4
2017-12-20T15:34:26Z
2019-09-25T08:11:06Z
https://github.com/nestjs/nest/issues/315
283,602,337
315
[ "nestjs", "nest" ]
## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" --> <pre><code> [ ] Regression <!--(a behavior that used to work and stopped working in a new release)--> [ ] Bug report [x] Feature request [ ] Documentation issue or reque...
Strip/reject unexpect properties in Validation pipes or class-validator?
https://api.github.com/repos/nestjs/nest/issues/314/comments
12
2017-12-20T12:06:15Z
2019-09-24T01:11:53Z
https://github.com/nestjs/nest/issues/314
283,541,889
314
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
@Pipe don't transform the value when is used in WebSockets
https://api.github.com/repos/nestjs/nest/issues/313/comments
4
2017-12-16T09:47:23Z
2019-09-25T08:10:39Z
https://github.com/nestjs/nest/issues/313
282,612,859
313
[ "nestjs", "nest" ]
## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" --> <pre><code> [ ] Regression <!--(a behavior that used to work and stopped working in a new release)--> [ x] Bug report [ ] Feature request [ ] Documentation issue or ...
Class 'NestApplication' incorrectly implements interface 'INestApplication'
https://api.github.com/repos/nestjs/nest/issues/312/comments
6
2017-12-16T01:52:50Z
2019-09-25T07:11:50Z
https://github.com/nestjs/nest/issues/312
282,590,860
312
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
A way to create own console commands
https://api.github.com/repos/nestjs/nest/issues/311/comments
18
2017-12-15T15:18:35Z
2019-09-23T15:11:54Z
https://github.com/nestjs/nest/issues/311
282,459,037
311
[ "nestjs", "nest" ]
Hi all, I would like to know what is the best practice to send an HttpException. Can throw it on service or it's better to do this in the controller ? Thx
[ Question ] Throw an HttpException on service ?
https://api.github.com/repos/nestjs/nest/issues/310/comments
6
2017-12-15T09:12:04Z
2019-12-08T15:45:27Z
https://github.com/nestjs/nest/issues/310
282,362,682
310
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
[ Bug ] Can't use multiple providers mongoDB
https://api.github.com/repos/nestjs/nest/issues/309/comments
4
2017-12-13T11:08:20Z
2019-09-25T08:11:33Z
https://github.com/nestjs/nest/issues/309
281,709,700
309
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
How can I use koa2 within nest?
https://api.github.com/repos/nestjs/nest/issues/308/comments
4
2017-12-13T08:37:56Z
2019-09-25T08:11:23Z
https://github.com/nestjs/nest/issues/308
281,665,242
308
[ "nestjs", "nest" ]
## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" --> <pre><code> [ ] Regression <!--(a behavior that used to work and stopped working in a new release)--> [x] Bug report [ ] Feature request [ ] Documentation issue or reque...
app.useWebSocketAdapter() causes 404 No 'Access-Control-Allow-Origin'
https://api.github.com/repos/nestjs/nest/issues/307/comments
8
2017-12-13T07:04:45Z
2019-09-25T08:10:45Z
https://github.com/nestjs/nest/issues/307
281,645,111
307
[ "nestjs", "nest" ]
## I'm submitting a... <pre><code> [ ] 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. </code></pre> ## Current behavior When you access non-existing route 404 resp...
Exception filter not triggered
https://api.github.com/repos/nestjs/nest/issues/306/comments
5
2017-12-12T21:20:26Z
2019-09-25T08:10:50Z
https://github.com/nestjs/nest/issues/306
281,541,002
306
[ "nestjs", "nest" ]
Hi @kamilmysliwiec .Can you create a starting example for nest + angular5 and add it to the sample pool (https://github.com/nestjs/nest/tree/master/examples) on the github?
Starter angular@next + nest
https://api.github.com/repos/nestjs/nest/issues/305/comments
2
2017-12-12T09:28:39Z
2019-09-25T08:11:26Z
https://github.com/nestjs/nest/issues/305
281,313,043
305
[ "nestjs", "nest" ]
<!-- PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. --> ## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" -->...
[ Feature or question ] Call controller from middleware
https://api.github.com/repos/nestjs/nest/issues/304/comments
6
2017-12-11T15:51:59Z
2019-09-25T08:11:30Z
https://github.com/nestjs/nest/issues/304
281,066,578
304
[ "nestjs", "nest" ]
## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" --> <pre><code> [ ] Regression <!--(a behavior that used to work and stopped working in a new release)--> [x] Bug report [ ] Feature request [ ] Documentation issue or reque...
Log RPC Exceptions handled by RpcExceptionsHandler
https://api.github.com/repos/nestjs/nest/issues/303/comments
7
2017-12-11T15:35:44Z
2019-09-25T07:11:56Z
https://github.com/nestjs/nest/issues/303
281,060,654
303
[ "nestjs", "nest" ]
## I'm submitting a... <!-- Please search GitHub for a similar issue or PR before submitting. Check one of the following options with "x" --> <pre><code> [ ] Regression <!--(a behavior that used to work and stopped working in a new release)--> [ ] Bug report [x] Feature request [ ] Documentation issue or reque...
Injection with/in Exception filters?
https://api.github.com/repos/nestjs/nest/issues/302/comments
7
2017-12-11T09:27:54Z
2019-09-25T08:10:53Z
https://github.com/nestjs/nest/issues/302
280,947,102
302