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

    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 the …

  2. typeorm - NestJS - [TypeOrmModule] Unable to connect to the …

    Jun 30, 2020 · NestJS - [TypeOrmModule] Unable to connect to the database. Retrying ER_PARSE_ERROR Asked 5 years, 5 months ago Modified 9 months ago Viewed 117k times

  3. 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.

  4. Validate nested objects using class validator and nestjs

    Dec 14, 2018 · I'm trying to validate nested objects using class-validator and NestJS. I've already tried following this thread by using the @Type decorator from class-transform and didn't have any luck.

  5. nestjs - Accept form-data in Nest.js - Stack Overflow

    Sep 13, 2020 · I have written auth routes in Nestjs and wanted to use it with the form-data. I got it working with URL-encoded-form-data, JSON, text, but not receiving anything in the body when I use …

  6. 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 { AppModule } …

  7. How to set default time zone in Nestjs? - Stack Overflow

    Aug 28, 2020 · How to set default time zone in Nestjs? Asked 5 years, 3 months ago Modified 4 years, 1 month ago Viewed 32k times

  8. How to protect/require Authentication to access the NestJS Swagger ...

    49 Securing access to your Swagger with HTTP Basic Auth using NestJS with Express First run npm i express-basic-auth then add the following to your main.{ts,js}:

  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 Create Reusable/Publishable Library - Stack Overflow

    Jun 11, 2020 · And since we wanted a standalone library, this comment from NestJS's creator might be what we needed: for standalone libraries (publishable to NPM), you can simply create a new Nest …