-
Hi, I use this snippet and i want support websocket gateway.
I already configure my serverless.yml. when i request my socket endpoint I receive the data of my request in the variable event, but it do…
-
Issue posted on stackoverflow -
https://stackoverflow.com/questions/55093055/logging-request-response-in-nest-js
-
# Nest JS Advanced Course
# Nest JS Advance Series 2022
NestJS is based heavily on Angular, and uses Angular-like modules, services, controllers, pipes, and decorators. This allows NestJS to help dev…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I wanted to add versioning support to an existing Nest.js REST API.
Previously, all th…
-
My NestJS server logs an `ERROR [AuthGuard] undefined` in production, but everything works fine and the API key is checked correctly. I don't see the error locally.
Version : 1.2.2
My middleware…
-
- [x] I've read [the docs of nestjs-pino](https://github.com/iamolegga/nestjs-pino/blob/master/README.md)
- [x] I've read [the docs of pino](https://getpino.io/#/)
- [x] I couldn't find the sa…
-
### 📜 Description
1. When you go to `http://localhost:2022/studio/onboarding/preview` and after signing in, you get 401 errors when trying to authenticate against the hosted Novu api.
2. When tryi…
-
Seems like the nestjs-dataloader is outdated, it's not compatible with nest latest version. After updated to nest latest version I am getting an error.
below are the version details
Node version …
-
An access token can become invalid, e.g. online access tokens "expire either when the user logs out or after 24 hours" (see [Shopify documentation](https://shopify.dev/docs/apps/auth/oauth/access-mode…
-
Getting this error while using multer with react.js and node.js
```
Unexpected end of form
at Multipart._final (E:\nearme\backend\node_modules\busboy\lib\types\multipart.js:588:17)
at callFina…