Mongodb compass keeps on showing activating plugin
Asked Answered
P

5

9

When I open my MongoDB compass it keeps on showing loading, My os is windows 10, Please help me to sort out the issue

Plantation answered 1/5, 2020 at 3:23 Comment(2)
Please get the latest version of MongoDB from the official website and then install the latest version of compass by using the install_compass binary.Crosscrosslet
Or download it directly from the main site mongodb.com/products/compass.Dual
F
11

you can just add this path to your path

C:\Windows\System32\wbem

this works for me. I'm using win7

Foretime answered 11/5, 2020 at 2:52 Comment(2)
Works for Windows 10 also!Mowry
woked, add this to Environment VariableFootloose
M
5

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.

Mowry answered 19/5, 2020 at 7:22 Comment(0)
S
5

Open environment variables settings and add C:\Windows\System32\wbem to path variable. Add Path Variable

Sculpturesque answered 21/6, 2020 at 17:2 Comment(0)
N
1

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;

Nickels answered 14/5, 2020 at 15:35 Comment(0)
C
1

Try with the Isolated Version. It helped me:

https://github.com/mongodb-js/compass/releases/download/v1.21.1/mongodb-compass-isolated-1.21.1-win32-x64.msi

Chihli answered 21/5, 2020 at 17:43 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.