Home > OS >  MongoDB Compass: Current topology does not support sessions
MongoDB Compass: Current topology does not support sessions

Time:12-13

All of a sudden I am getting an error - 'Current topology does not support sessions' on MongoDB Compass. I have never seen this before on MongoDB Compass!!!

Below are the details on version/server

MongoDB Compass Version: 1.29.5 (1.29.5)

MongoDB Version: MongoDB 3.0.6 Community

Cluster : Standalone Host : AWS EC2

enter image description here.

CodePudding user response:

I believe this is an issue due to the mongoDB version is not compatible with the latest version of MongoDB Compass.

Solution: Downgraded MongoDB Compass version to 1.28.4 (1.28.4).

Link - enter image description here

  • Related