I should get 404 error but it keeps getting 500. So why?
app.get(\'/users/:id\', (req, res) => { const _id = req.params.id User.findById(_id).then((us