🐈nestjs-help

7806 threads · Page 126 of 157

nestjs kafka microservice 3 messages
discussion other
Can i use ServeStaticModule in Swagger UI 47 messages
serve-static
How to inject a service inside a function? 21 messages
core
How to test Services if they have dependencies? 2 messages
testing
how nest want to use OsoModuleOptions 34 messages
configuration core
How to manage Jest error with DB async connection while testing Controller in Nest JS? 4 messages
testing
Access nestjs service in plain TS file 18 messages
core
Why doesn't Jest recognise NestJS Cache? 2 messages
testing
@Query() decorator does not work with dto class. 13 messages
core ✅ validation other
creating a library with @nestjs/config (ConfigService) as part of the module(s) 6 messages
discussion core
How to test `OnModuleDestroy` class method in Jest? 17 messages
testing
App start is hanging 17 messages
core other
[Answered] integrate twing engine 29 messages
discussion express
Nest cant resolve service dependencies 8 messages
other
Having Error after trying to Globally export Services 27 messages
core
@Nestjs/swagger plugin options work when launching server, but not with nest-openapi-tools 2 messages
configuration
Overriding Configuration in Integration Tests 2 messages
configuration testing
Nest run this process 5 messages
configuration
How to solve problem with dependencies while testing NEST 4 messages
testing
Scaffolding to create standalone libraries in NestJS 10 messages
core cli
Get https config from nestjs/config 11 messages
configuration
Dependencies failure when trying to run unit tests of NestJS Controller. 15 messages
testing
now Date giving wrong hours 4 messages
other
Remove CacheModule from @nestjs/common 8 messages
suggestion to the fw core
How do I change the Jwt request context from req.user to something else? 13 messages
authentication
Is there any way to have exceptions from an APP_GUARD? 3 messages
authentication
weird circular dependency error but not really? super-simple setup, repository available. 126 messages
core
SSE used in production 13 messages
configuration other
NestJS does not read the env variable from docker 15 messages
configuration
What is the recommended way to work with complicated validation logic with class-validator? 3 messages
core discussion other
class-validator service injection 4 messages
✅ validation
ExecutionContext in my ThrottlerGuard's getRequestResponse function doesn't contains a .res property 4 messages
fastify other
Graphql typeorm 5 messages
configuration other
trying to move guard from service to library but receiving dependency error for reflector 13 messages
core
is it possible to create a nest module after the app has been initialized ? 2 messages
other
Question about Node/Nest from a PHP background 4 messages
discussion
using a CLI plugin with vite? any ideas on where the configuration should go? 4 messages
core docs
Can I remove `@types/express` from `package.json` if I'm using the `fastify` adapter ? 2 messages
fastify express
module not found (microservice provider) in @nestjs/microservices 28 messages
cli
Authentication Security Route 404 12 messages
authorization authentication
should I have my scheduled tasks inside a module ? 3 messages
other
ERROR [CacheInterceptor] An error has occured when inserting 10 messages
core solved
nestjs integration for redis based on the 'redis' module instead of 'ioredis'? need for RedisGraph 3 messages
core
UnauthorizedException is deliver as Internal Server Error 38 messages
authorization
FST_ERR_REP_ALREADY_SENT when trying to sendFile on Nestjs notfoundExecption 6 messages
serve-static fastify
How to test service using ConfigurableModuleBuilder 9 messages
testing
url default value in the @Redirect decorator 2 messages
docs
Apollo Server 4 support 2 messages
community package
Destroying all authentication sessions for a given user 16 messages
express authentication
Is there a way to give Custom dto property decorator access to the request headers? 4 messages
configuration express ✅ validation other