Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MongoDB Compass loading forever

Tags:

mongodb

My MongoDB Compass won't launch. It was working an hour ago, but now it just shows this screen forever.

enter image description here

I've tried rebooting. And even uninstalling and re-installing Compass. But every time I launch it, it just shows the loading screen and never proceeds. If I go to Connect > Connect to..., it just opens another window that does the same thing.

Version 1.10.9

Windows 10 x64

How can I get this program to launch correctly? What should I investigate to try to figure this out?

like image 308
Wyck Avatar asked Nov 23 '17 13:11

Wyck


People also ask

Why is MongoDB compass not connecting?

Ensure Your MongoDB Instance is Running Compass must connect to a running MongoDB instance. Make sure you have installed MongoDB and have a running mongod process. You should also check that the port where your MongoDB instance is running matches the port you provide in the Compass connect dialog.

Is MongoDB Compass paid?

MongoDB Compass is a powerful GUI for querying, aggregating, and analyzing your MongoDB data in a visual environment. Compass is free to use and source available, and can be run on macOS, Windows, and Linux.


2 Answers

Had the same issue today, with the Version 1.10.9 on Mac OSX. I then reinstalled MongoDB Compass Community Edition to the latest Beta version (Version 1.11.0-beta.1), the loading proceeded and everything went fine.

like image 57
Daniel Antunes Avatar answered Sep 19 '22 01:09

Daniel Antunes


Same here. I tried uninstalling/reinstalling. No joy.

I reinstalled an older version 1.8.2 which worked fine. Must be an issue with the latest release.

Edit: I upgraded to 1.10.9 this morning and reverted to 1.8.2 after coming across this issue.

like image 22
brianhourigan Avatar answered Sep 20 '22 01:09

brianhourigan