When I open my MongoDB compass it keeps on showing loading, My os is windows 10, Please help me to sort out the issue
-
1Please get the latest version of MongoDB from the official website and then install the latest version of compass by using the ```install_compass``` binary. – May 01 '20 at 05:27
-
1Or download it directly from the main site https://www.mongodb.com/products/compass. – Joe Drumgoole May 02 '20 at 16:12
5 Answers
you can just add this path to your path
C:\Windows\System32\wbem
this works for me. I'm using win7

- 111
- 4
I was having he same issue. I solved this by adding this: Go to This PC-> Properties -> Advanced System Settings -> Environment Vaiable -> System Variable -> Path -> New -> C:\Windows\System32\wbem(Copy and Paste this path). Hope this helps. Upvote and mark this as an answer if it solves the issue.

- 230
- 2
- 12
I'm also have this same issue -- I did a new download/install of 1.21.2 and it did not help. I did notice a "migrating" phase I don't recall seeing before. I had not expressly attempted an upgrade (I can be wrong, maybe I did, but I don't recall doing it). I suspect that something has gone wrong with this recent version... I did have these in my PATH:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;

- 11
- 3