anteqkois
anteqkois
### Current Behavior When i build locally app, usign `nx run web:build` all works fine. But when I build docker image anr run `RUN npx nx run web:build` a got...
### Summary I'm using NX monorepo, Four of my controllers can't be build due to given errors: ``` ERROR in ../../libs/nest-core/src/modules/flows/connectors/connectors.controller.ts 53:358 Module parse failed: Unexpected token (53:358) File was...
I tried to use SkipThrottle decorator, but this don't work and throttling still works. ``` @Module({ imports: [ GolevelupStripeModule.forRootAsync(GolevelupStripeModule, { inject: [ConfigService], useFactory(configService: ConfigService) { return { apiVersion: '2024-04-10', apiKey:...
Is there any way to add auth layer for this configuration? I have tried middleware and npm packages for basic auth but they don't work. With middlewares, there is probably...