Replies: 1 comment
-
TL;DR: this is not a problem with mongodb-memory-server Long: you have this error because mongodb (driver) 4.0 was a re-write, which made such options "default" and no longer be able to be set, which happens when you use mongoose 6.0, which is based on mongodb (driver) 4.1, for more information please read monoose's migration guide |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Versions
Type
{ useNewUrlParser: boolean; useUnifiedTopology: boolean; }
has no properties in common with typeConnectOptions
so how to connect to mongodb-memory-server? always timeout
Beta Was this translation helpful? Give feedback.
All reactions