const uri=`mongodb+srv://${process.env.DB_USER}:${process.env.DB_PASS}@cluster0.crceb.mongodb.net/myFirstDatabase?retryWrites=true&w=majority`;
When I run the code I am getting the following error
"MongoError: bad auth Authentication failed."
Any ideas that's mean?