You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: in generateConnectionString() changed localhost to 127.0.0.1
In some systems `localhost` may point not to `127.0.0.1` where was started mongod by default. So use ip adress explicitly for reducing error cases.
Related #73
0 commit comments