英文: should I add validation pipe as well as validation to ORM in nestjs? 问题 我有一个电子商务应用程序,我为每个请求处理程序放...
可以将一个类同时用作实体(Entity)和视图实体(ViewEntity)吗?
英文: Can I use one class as Entity and ViewEntity 问题 I'm working with Typeorm using MySQL database. I...
获取NestJs中httpRequest中的外键。
英文: Get the foreign key in a httpRequest in nestJs 问题 我正在尝试在 NestJs 中发出许多请求,特别是使用我的用户角色进行一些请求,并且我希望能...
使用passport-apple库在nestjs中进行苹果登录未返回id_token。
英文: Signin with apple with passport-apple library not returning id_token in nestjs 问题 我正在使用NestJS和&q...
Nginx Ingress 出现 504 网关超时
英文: Nginx Ingress getting 504 gateway time-out 问题 抱歉,我无法提供代码翻译的服务。 英文: I’m quite new to k8s in gener...
如何使用 Prisma 在 MongoDB 中查询对象
英文: how to query object in mongo using prisma 问题 我想使用 Prisma 和 MongoDB 中的对象查询,请看我的 Prisma 架构: model ...
如何将React Native(expo)应用程序与Nest.js连接?
英文: How to link React Native (expo) app with Nest js? 问题 After setting the nest js project and verif...
Error: NG0203: inject() must be called from an injection context such as a constructor, a factory function, a field initializer, or a function used
英文: Error: NG0203: inject() must be called from an injection context such as a constructor, a factor...
如何在NestJS类的Swagger定义中定义常量?
英文: How to define a constant in the swagger definition of a NestJS Class? 问题 我有一堆使用相同接口的异常,这样前端就更容易区...
NestJS: Custom decorator `applyDecorators()` not working with `HttpCode` and `AuthGuard` used together
英文: NestJS: Custom decorator `applyDecorators()` not working with `HttpCode` and `AuthGuard` used to...
13