Getting error in mongodb cast issue for valid object id

后端 未结 2 1813
有刺的猬
有刺的猬 2021-01-25 05:06

My code was working fine but after taking fresh code I am getting this error but as I can see my id is valid Object Id

Cast to ObjectId

2条回答
  •  花落未央
    2021-01-25 05:54

    The reason for this error is documented in this mongoose issue. A workaround is to downgrade to mongoose version <= 4.7.2 or use Node version >=6.

提交回复
热议问题