Studio 3T Connection failed (MongoInternalException) to Mongodb database on remote Ubuntu VPS

So i am trying to connect to my mongodb database on my vps with Studio 3T but i am denied access because of the following error:

Connection failed.

SERVER [94.46.44.17:22] (Type: UNKNOWN) 
|_/ Database error (MongoInternalException): The reply message length 759714643 is greater than the 
maximum message length 33554432

Details:
Timed out after 5000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=94.46.44.17:22, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoInternalException: The reply message length 759714643 is greater than the maximum message length 33554432}}]

I have mongodumped and mongorestored the database on the server to my localhost and on my localhost there is no problem connecting to the db server. What could this be?

1 Like