79348432

Date: 2025-01-11 16:09:40
Score: 2.5
Natty:
Report link

I also face this error after for a while debugging my code i get the solutions that it was the problem of my .env file.

first install the package of npm i dotenv after that import it in the main file of your backend:

import * as dotenv from 'dotenv'; dotenv.config();

and run again your project it will run successfully

Reasons:
  • RegEx Blacklisted phrase (1): I also face this error
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mudassir Ali