Hãy thử cách này Có vẻ như bạn đang sử dụng tập bản đồ MongoDB
mongoose
.connect( uri, { useNewUrlParser: true, useCreateIndex: true, useUnifiedTopology: true })
.then(() => console.log( 'Database Connected' ))
.catch(err => console.log( err ));
và đi tới MongoDB Atlas
của bạn -> NetworkAccess
-> Edit
-> và thêm Current IP address
nó hoạt động !!