This could happen if your user name or password in the mongodb connect URI contains any special characters. Replace that with Common URL Encoded Characters. and also check if the connection is allowed from anywhere for development.
This could happen if your user name or password in the mongodb connect URI contains any special characters. Replace that with Common URL Encoded Characters. and also check if the connection is allowed from anywhere for development.