O erro é o seguinte: Erro de conexão MongooseServerSelectionError: Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is on your Atlas cluster's IP whitelist: https://docs.atlas.mongodb.com/security-whitelist/
Mas já liberei tanto o meu IP quanto liberado todos os IP´s (0.0.0.0/0). Estou na empresa e tive de configurar um proxy no meu npm para a instalação dos pacotes. Terei de fazer o mesmo para a conexão do mongoose? Se sim, não descobri como fazer isso na internet!