Innocent Maina

Results 1 comments of Innocent Maina

To fix the list not showing, add .lean() to your code as below router.get('/list', (req, res) => { Employee.find((err, docs) => { if (!err) { res.render("employee/list", { list: docs, });...