- Kontrollera om din IP är vitlistad.
- försök att ansluta via skal
Lägg till en felhantering.
const db = require("monk")(uri);
db.then(() => {
console.log('Connected correctly to server')
})
Lägg till en felhantering.
const db = require("monk")(uri);
db.then(() => {
console.log('Connected correctly to server')
})