heroku is giving me Method not allowed

Okay, so I’ve been on this problem for hours now with no idea how to solve this since I’m just a newbie. I was following a UDEMY course titled WEBDEVBOOTCAMP by Colt Steele. On the deployment section, every time I deploy using Heroku, this gives me a “Method not allowed”. I’ve been following Colt’s ways … Read more

Unable to connect to mongolab, Getting MongoError: auth failed

Make sure you are using the database username and password not the account username and password from Mlab. In MLab, formerly MongoLab, do the following Navigate to Users Add Database User Choose your username and password Now you can test this on the shell with mongo ds061374.mlab.com:61374/yourdb -u <dbuser> -p <dbpassword>