I'm attempting to connect to a MongoDB using Metabase.
It's connecting through a SSH tunnel - these connection details are fine.
The error I'm getting from metabase is:
com.mongodb.MongoTimeoutException: Timed out after 3000 ms while waiting for a server
that matches ReadPreferenceServerSelector{readPreference=primary}.
Client view of cluster state is {type=UNKNOWN, servers=[{address=<redacted>:40206, type=UNKNOWN, state=CONNECTING}]
Can anyone decipher this message?