MongoDB and Mongoose - Install and Set Up Mongoose

I had a problem in that my password used a key that wasn’t supported in the .env file. That character was one of these = !@#$%^&*()

To solve it, I made another user, set the password to not contain one of the above symbols and then deleted the old user. When I just used numbers and letters in my username and password, I passed the tests.

Hope this helps! :smiley:

9 Likes