I am working on a node app. All the routes seem to work up until I add
app.get(\'/clients/:id\',async (req, res) => { const client = await Client.findById(