-
Type: Bug
-
Resolution: Gone away
-
Priority: Minor - P4
-
Affects Version/s: 1.21.0
-
Component/s: Compass
-
None
-
Environment:Client / Compass: Windows 10 Home, 64bit, Compass version 1.21.1 (not available in "Affected versions" above"
Server / MongoDB: Ubuntu 18.04.4 LTS, amd64
-
Not Needed
Compass version 1.21.1
Favorites do not work directly from the favorites sidebar menu. I have to click "Fill in connection fields individually" and then press "connect" to login the database. The error message is "authentication failed.". These favorites have username, password and Server Validation certificate set. "admin" is used as authentication DB.
/var/log/mongodb.log tells that Compass does not send username to the server although it
2020-05-11T10:45:52.548+0300 I ACCESS [conn4808] SASL SCRAM-SHA-256 authentication failed for undefined on admin from client 192.168.1.34:64835 ; UserNotFound: Could not find user "undefined" for db "admin"
Maybe the logger could quote username and authentication database too as in the actual error message in the logs.