Rocketchat mongodb via ssh - timeout

Hi,

connecting to my rocketchat monbo db via compass tool works, but did i use same settings in metabase i got timeout:

Timed out after 3000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=localhost:42871, type=UNKNOWN, state=CONNECTING}]

what could be wrong?

from rocketchat server i got:

[listener] connection accepted from 127.0.0.1:43098 #131

so i think problem is differnt ports 43098 <-> 46281

did i use manual a tunnel like:

ssh -f rocketchat -L 27017:localhost:27017

it works fine :frowning: