Had the same error when connecting loopback 4
Below is my configuration
const config = {
name: ‘mydatasource’,
connector: ‘mongodb’,
url: ‘mongodb+srv://username********@developing.cpd3inw.mongodb.net/todos’,
host: ‘’',
port: ‘’,
user: ‘’,
password: ‘’,
database: ‘testdb’,
useNewUrlParser: true
};