Hi everyone!

To solve this issue, first install the latest version of mongo by running: npm i mongo@latest
Then, remove the options passed to the MongoClient connect.

` const connection = await MongoClient.connect(mongoDBURL)````

(node:18412) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(Use node --trace-warnings ... to show where the warning was created)