MongoDB console log

image
Bunlar hata mı, yoksa yoksaymalı’mıyım ?
Are these errors or should I ignore them?

Those do look like error messages but it’s a little difficult to tell without more context. Can you share your project name so we can take a closer look?

name : dashboard-denemesi

Hi @goktuggg those definitely look like errors from the MongoDB client to me. This StackOverflow answer hints that it may be related to creating more than one MongoDb client connection, which it does look like you’re doing - I’d suggest making sure you’re always calling mongo.close() when you call mongo.connect() and seeing where that gets you.

2 Likes

I can’t see your code, but I’d expect weird errors like that if the connect method was passed a heap of stuff it doesn’t know about, as its second parameter.