About 14,400,000 results
Open links in new tab
  1. javascript - NestJS - How to use .env variables in main app module …

    Aug 6, 2020 · I am working on my first NestJS application, which was working fine with hardcoded database connecting string in app.module.ts. But then as per our requirements, I had to pick …

  2. Best practice to use config service in NestJS Module

    Nov 22, 2018 · However, NestJS Docs - Configuration Namespaces as well as NestJS Authentication and Authorization Course provide an alternative method of solving this issue.

  3. Run NestJS worker in a separate process - Stack Overflow

    Dec 5, 2021 · I am implementing NestJS worker, queues, using Bull. According to the documentation, both the worker and the server (will) run in a same "process", but I …

  4. NestJS - Combine multiple Guards and activate if one returns true

    Aug 18, 2022 · Is it possible to use multiple auth guards on a route (in my case basic and ldap auth). The route should be authenticated when one guard was successful.

  5. javascript - NestJS enable cors in production - Stack Overflow

    Jun 20, 2018 · I've enabled CORS in my NestJS app following the official tutorial, so my main.ts looks like the following: import { FastifyAdapter, NestFactory } from '@nestjs/core'; import { …

  6. How to add a route prefix to specific modules using NestJS?

    Update 2021 NestJS now supports the original answer natively. In addtion, NestJS v8 also adds more sophisticated routing when the primary function is versioning an API: @Controller({ path: …

  7. How to consume SOAP services in NestJS? - Stack Overflow

    Oct 28, 2021 · Now I am not able to figure out how to consume this service in my NestJs dummy application. By exploring for quite sometime, I found a library nestjs-soap, which I installed and …

  8. nestjs - nest start --watch not reloading after changes (nest start ...

    Feb 16, 2022 · I have a nest.js installation. When I run npm run start:dev (which runs start --watch) everything works fine and the green logs appear. The thing is that when I update …

  9. How to integrate OpenID connect to Nest JS application

    May 5, 2021 · node.js nestjs openid-connect openid openid-provider asked May 5, 2021 at 14:49 Hariprasath Vengatachalam 225 2 11 20

  10. NestJS: Control exit code on application shutdown?

    May 9, 2022 · NestJS: Control exit code on application shutdown? Asked 3 years, 5 months ago Modified 3 years, 5 months ago Viewed 10k times