https://github.com/numtostr/nest-exception-filter-bug
https://github.com/numtostr/nest-exception-filter-bug
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/numtostr/nest-exception-filter-bug
- Owner: numToStr
- Created: 2020-08-27T14:28:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T14:34:14.000Z (almost 6 years ago)
- Last Synced: 2025-06-15T10:08:09.175Z (12 months ago)
- Language: TypeScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nest.js Exception Filter Bug
## Installation
```
yarn
```
or
```
npm install
```
## Running
```
yarn dev
```
or
```
npm run dev
```
## Bug Reproduction
This is OK
```sh
curl http://localhost:5000 -H 'Authorization:any_random_string'
```
This will crash the server
```sh
curl http://localhost:5000
```