mingo-app / mingo

Found a bug? have a FR ?
59 stars 3 forks source link

Connection successful but no database accesss (macOS) #625

Open m-janyell0w opened 6 months ago

m-janyell0w commented 6 months ago

Hello!

I am trying to work with a remote MongoDB Server using Mingo. When testing the connection I get the message: "Connected and authorized successfully." However, the database has seemingly 0 collections and returns no collections or data whatsoever. Using a different client I can access the MongoDB (collections and data) using the same connection string. Also, when I click "Compare & Sync", I get the message "The PATH to mongo executable is incorrect.". I set the path to "/usr/local/bin" where the mongo binaries are residing (followed this tutorial). I installed Mingo using the provided download from Mingo githab, i.e. the Mingo-1.13.5-arm64.dmg

I already tried reinstalling Mingo, deleting the cache and setting up the database once again. Didn't help.

My system configuration is: MacBook Pro CPU: M2 Pro RAM: 32 GB macOS: Sonoma 14.2

Please, if you can provide any guidance as to how to fix the issue, whether it is due to the mongo executable or a different problem, I would very grateful.

Cheers, Micha