Closed yuanyixu closed 4 years ago
Hi ! Were you able to fix this issue? What was the Mongo URL you used?
For those who run into this issue the relevant settings with basic auth do not need user:password in the mongoDB URL and you should only have the MongoDB URL of your server end at :port/
The marked over fields above look as follows on my setup and work:
npm server start
(probably localhost)mongodb://mongo_server_ip:27017/
Two things stick out to me in the above screenshot: