Operation `todos.insertOne()` buffering timed out after 10000ms — MongoDB Express Error
This is a simple todo list I was doing and whenever I run it and reload the page it throws me an error. The code is : import mongoose from "mongoose" import express from "express" import { Todo } from…