Open Sitholezw opened 2 months ago
@Sitholezw it simply means that ur connections string has error. please check your mongodb connections string and check for the error.
A simple way to fix this is to put your connection URL in double quotes like mongoose.connect("URL") and this will fix your issue
@burakorkmez This is how the error reads
The
uri
parameter toopenUri()
must be a string, got "undefined". Make sure the first parameter tomongoose.connect()
ormongoose.createConnection()
is a string.