Mongoose Not Saving Data

后端 未结 6 2145
有刺的猬
有刺的猬 2021-01-14 01:50

I am having trouble with a simple query on my database. Following this tutorial: https://scotch.io/tutorials/build-a-restful-api-using-node-and-express-4 when Model.find() i

6条回答
  •  孤独总比滥情好
    2021-01-14 02:18

    I experienced an error like this.

    The problem was that I was loading the wrong mongoose Schema.

    The result is that the only fields that are saved are those that are present in both schemas, i.e. _id and __v.

提交回复
热议问题