Posts by Alexandre Malçar • 3 points
1 post
-
0
votes1
answer1095
viewsQ: Nodejs and Mongo DB - Unhandledpromiserejectionwarning: Mongonetworkerror: Connection 4
I have the following connection code with Mongodb, it was working perfect, but now gives an error. const express = require('express'); const mongoose = require('mongoose'); const path =…