I am using the gitpod virtual machine and followed the instructions to the letter after adding the url in the .env file and creating the connect method
const dotenv = require('dotenv')
require('dotenv').config();
let mongoose = require('mongoose')
mongoose.connect(process.env.MONGO_URI, { useNewUrlParser: true, useUnifiedTopology: true})
i am getting this error in the terminal when i am trying to run the npm
gitpod /workspace/boilerplate-mongomongoose (main) $ npm run start
> fcc-mongo-mongoose-challenges@0.0.1 start
> node server.js
Your app is listening on port 3000
(node:1139) [DEP0170] DeprecationWarning: The URL mongodb://**********:***********r@freecodecamp-shard-00-00.nwttg.mongodb.net:27017,freecodecamp-shard-00-01.nwttg.mongodb.net:27017,freecodecamp-shard-00-02.nwttg.mongodb.net:27017/?authSource=admin&replicaSet=atlas-14igxv-shard-0&retryWrites=true&w=majority&appName=freecodecamp&ssl=true is invalid. Future versions of Node.js will throw an error.
(Use `node --trace-deprecation ...` to show where the warning was created)
ps i covered my username and password but in the url in .env input it’s correct