Saving image with mongoose

后端 未结 4 1129
情歌与酒
情歌与酒 2021-02-19 11:22

I know there are quite a few threads on this topic already, but unfortunately I didn\'t find my answer until now. I use angular.js with the example code from http://angular-js.i

4条回答
  •  孤独总比滥情好
    2021-02-19 11:52

    It seems that your issue is not related to the image.

    According to your code, the error message TypeError: Cannot set property 'avatar' of null means that the variable user is null.

    And user is the result of findById(index.findUserId(req)).

    So you should try to understand why this part is returning null.

提交回复
热议问题