uptime icon indicating copy to clipboard operation
uptime copied to clipboard

MongoDB authentication failure.

Open randeepbhatia opened this issue 9 years ago • 5 comments

Is anyone experiencing mongoDB authentication failure issues ? I am using mongolabs

randeepbhatia avatar Feb 23 '16 01:02 randeepbhatia

me too !!

HolaMan avatar Mar 03 '16 08:03 HolaMan

I guess this is because of the outdated mongoose version, try with mongoose 3.8.39.

GlennGeenen avatar Mar 15 '16 10:03 GlennGeenen

I had the same problem. Updating mongoose solved it. thx @GlennGeenen

Mau04 avatar Mar 30 '16 11:03 Mau04

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

giulioroggero avatar Apr 23 '16 13:04 giulioroggero

Thanks, this solved it for me!

soelu avatar Sep 05 '16 06:09 soelu