🐈nestjs-help
Nestjs Standalone mode
core
discussion
Passing config values to @RabbitSubscribe decorator
other
How can I get reference of app inside a service?
core
HttpException filter for Axios requests
discussion
other
WebSocket working locally but not when mounted to an EC2 and amplify
configuration
other
Does cache entry get deleted after TTL expires with @nestjs/cache-manager?
core
How do unit test end to end graphql with graphql-upload and supertest?
express
discussion
testing
Invalid status code in interceptors
other
Best way to add body-based permissions check?
core
Multiple Kafka consumers
configuration
discussion
Nest can't resolve dependencies of the UsersService (?)
authentication
Best practice in implementing roles/authorization?
authorization
Is running the compiled folder with node considered safe in a production environment?
cli
how to implement cookies?!
authorization
configuration
express
authentication
I'm confused with the DTOs, can someone give me a clear example or a link to a repository?
discussion
Unable to validate DTO attribute with IsISO8601
✅ validation
Jest Error `TypeError: Cannot convert object to primitive`
testing
Weird response in gRPC microservice
configuration
express
Any package or ways to determine and save how much longer for a queued job to complete?
core
discussion
@nestjs/microservices and yarn 3.3.1
configuration
Typeorm migration with docker compose
other
Inject only partial dependencies
core
Catching HttpExceptions and Node errors separately
configuration
core
How to mock the twilioClient in my Authentication Service with jest
testing
authentication
Drizzle ORM
discussion
other
Kafka Retriable Exception probably causes infinite consumer restarts (possible bug?)
other
NestJS build errors with "Maximum call stack size exceeded" with TS 5
cli
Resolve dependencies problem
core
Jest has detected the following 1 open handle?
testing
Proxy requests to different controller
core
NestJS + Prisma - swapping database providers for End to End testing?
configuration
How to properly use DTO objects and Mongoose models together?
docs
Validatation pipe typechecking ?
✅ validation
E2E testing - expect response data NOT to have ...
testing
Can you comfortably do all kinds of validation with class-validator and class-transformer?
✅ validation
Env-variables defined in Docker compose are not accessible
configuration
Feature flags and class properties
core
Creating a new app with specific internal dependencies
configuration
cli
Gitlab CI/CD
discussion
Testing controllers and app
testing
is there a way to validate object but not nested)?
✅ validation
Do ya'll store your entities alongside the responsible module? (User module has the user entity)
core
discussion
Question about the order of guards (controller guard before APP_GUARD)
core
Mutation input
discussion
ModuleRef is undefined onModuleInit
core
Add dynamic entity to typeOrm entities array
other
CRQS: asynchronous response message
other
Reexport module, module with dependencies.
core
How to catch Exception in interceptor in catchError operator
core
How I can add custom swagger request headers?
configuration
other