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