ValidationPipe() does not work on override @Query in Nestjs/Crud – I’m trying to validate the parameters that come in the […]
Tag: nestjs
Saving Buffer on Postgres bytea with TypeORM only store 10 bytes
Saving Buffer on Postgres bytea with TypeORM only store 10 bytes – I’m trying to save some images on a […]
Decorator to return a 404 in a Nest controller
Decorator to return a 404 in a Nest controller – I’m working on a backend using NestJS, (which is amazing […]
NestJS: Dependency Injection and Provider Registration
NestJS: Dependency Injection and Provider Registration – Can anyone help me to understand DI Nest Fundamentals, my question: “Is it […]
Howto get req.user in services in Nest JS
Howto get req.user in services in Nest JS – In a controller, I add the user object with a guard, […]
Test NestJS Service against Actual Database
Test NestJS Service against Actual Database – I would like to be able to test my Nest service against an […]
generating new nestjs module results in Error: Failed to execute command
generating new nestjs module results in Error: Failed to execute command – I’m using MacOS monterey with M1 chip as […]
Defining Node environment in Nest.js
Defining Node environment in Nest.js – I’m in the process of setting up Nest.js project and I look for the […]
Mongoose Plugins nestjs
Mongoose Plugins nestjs – How can I implement the mongoose plugin using nestjs? import * as mongoose from ‘mongoose’; import […]
NestJS enable cors in production
NestJS enable cors in production – I’ve enabled CORS in my NestJS app following the official tutorial, so my main.ts […]