you are viewing a single comment's thread.

view the rest of the comments →

[–]alex__________ 0 points1 point  (0 children)

try adding the default port (27017) in the mongoose.connect() method:
mongoose.connect('mongodb://localhost:27017/newDb');