мангуст findById (), показывающий, что аргумент «путь» должен иметь тип string. Получен экземпляр модели’
#javascript #node.js #mongodb #express #mongoose Вопрос: итак, вот мой код здесь (экспресс) app.get('/:id', async (req,res) => { const id = req.params.id; console.log(id) const bids = await Bid.findById(id) res.render(bids) }) итак,…