英文: Swagger UI & express-basic-auth returns 401 in all my routes instead of provided on app.use ...
NestJS自定义转换管道,带有参数和注入的TypeOrm数据源
英文: NestJS custom transform pipe with parameters and injected TypeOrm dataSource 问题 我正在尝试编写用于实体ID验证的...
在一个DTO文件中的几个DTO类
英文: Few DTO classes inside one DTO file 问题 问题很简单:在一个文件中保留几个DTO是否是一种不好的做法?例如,我有一个项目,其中几个类似的DTO用于类型化: ...
undefined when accessing an object in NestJS
英文: undefined when accessing an object in NestJS 问题 I am building a NestJS API with JWT Token and Re...
Nest 无法解决 MerchantsService 的依赖项。
英文: Nest can't resolve dependencies of the MerchantsService 问题 我正在学习nestjs,非常喜欢它的模块化方法。我试图在一个服务中...
如何保护一个端点,以防止同一用户多次调用它?
英文: How can I protect an endpoint so that the same user cannot call it more than once? 问题 我有一个端点,在Ne...
NestJS 导入模块时出现错误,尝试实现 JWT。
英文: NestJS Error while importing a module while trying to implement JWT 问题 以下是您提供的内容的中文翻译: 我正在学习Nest...
无法在运行docker-compose时找到services package.json。
英文: Can't find services package.json when running docker-compose 问题 我正在在一个工作空间内构建一个 docker-compo...
Nest.js 表单数据的空请求体
英文: Nest.js empty Body for form data 问题 我有一个简单的控制器,在这个控制器中有这个端点: @Post('/temp') async asdf( ...
Is there a way to stop old observable and set new after event in Nest Gateways?
英文: Is there a way to stop old observable and set new after event in Nest Gateways? 问题 我正在开发一个简单的消息服...
13