Unable to connect db because of "throw new MongoParseError('Invalid scheme, expected connection string to start with "mongodb://" or "mongodb+srv://"');"

Thank you
I had a problem connecting, and when I read your article, I found that the password contained %, and I removed it, and the problem was removed.

Hey, having a similar issue and when I console.log(DB_URI) it is showing undefined , what can be the possibles error, did mean there is some mistake while initializing mongodb or something else, please help.