I get the folllowing error when I run the code in VS Studio and try to connect to MongoDB.
TypeError: client.isConnected is not a function
at MongoBackend.max (/Users/.../node-databases/maxcoin/services/backend/MongoBackend.js:40:14)
Do you have a suggestion for how I can make this code work? It seems that client.isConnected has been discontinued.