🐈nestjs-help

7806 threads · Page 105 of 157

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