can't find documents by id can't find documents by id mongoose mongoose

can't find documents by id


try using

//make sure you import Course moduleCourse.findByIdAndUpdate(id).then(response=>{}).catch(err=>{})


I just had to re-import the collection without _id so it can regenerate them