Open randeepbhatia opened 8 years ago
me too !!
I guess this is because of the outdated mongoose version, try with mongoose 3.8.39.
I had the same problem. Updating mongoose solved it. thx @GlennGeenen
May be your are trying to connecting to a mongo instance without authentication. In that case use
connectionString: mongodb://localhost/uptime
in configuration file
config/default.yaml
Thanks, this solved it for me!
Is anyone experiencing mongoDB authentication failure issues ? I am using mongolabs