[Node.js/MongoDB] Mongoose에서 ObjectId 값을 제대로 못 받아오는 현상
·
Learning-Log/Computer Science
(22.05.30) ~./node_modules/mongoose/lib/query.js:4719 const castError = new CastError(); ^ CastError: Cast to ObjectId failed for value "null" (type string) at path "_id" for model "User" at model.Query.exec (~./node_modules/mongoose/lib/query.js:4719:21) at model.Query.Query.then (~./node_modules/mongoose/lib/query.js:4818:15) at processTicksAndRejections (node:internal/process/task_queues:96:5..