英文: changing namespace of express in typescript 问题 You can fix this error by using ES2015 module syn...
如何在Nestjs中配置Mongoose连接参数
英文: how config mongoose connect parameters in Nestjs 问题 tls: true, tlsAllowInvalidHostnames: true, t...
“NestJS verify AWS Cognito JWT: ‘TypeError: applicationRef.isHeadersSent is not a function'”
英文: NestJS verify AWS Cognito JWT: "TypeError: applicationRef.isHeadersSent is not a function&q...
无法找到模块 ‘@nestjs/core/guards’ 在使用 NestJS 设置微服务时。
英文: Cannot find module '@nestjs/core/guards' when setting up a microservice with NestJS 问题 我...
转换请求体中的属性
英文: Transform attributes in request body 问题 I have used @Transform decorator from class-transformer ...
Issue with NestJS and Socket.IO app deployment on Heroku (PORT)
英文: Issue with NestJS and Socket.IO app deployment on Heroku (PORT) 问题 我使用NestJS和Socket.IO创建了一个应用程序。...
Module “@prisma/client”中没有导出成员”User”。
英文: TS2305: Module '"@prisma/client"' has no exported member 'User' 问题 I a...
NestJs – CQRS – 寻找将对象作为构造函数参数传递的简单方法(从DTO到命令)
英文: NestJs - CQRS - Looking for a simple way to pass an object as constructor parameters (From a DTO...
NestJs Type Error – Argument of type 'undefined' is not assignable to parameter of type 'string | symbol'
英文: NestJs Type Error - Argument of type 'undefined' is not assignable to parameter of type ...
如何在特定端口运行Mongo Docker实例。
英文: How to run mongo docker instance at specific port 问题 It seems like your backend application is e...
13