Meteor - rendering the name of the owner in a list objects

后端 未结 2 2067
独厮守ぢ
独厮守ぢ 2021-01-26 02:38

I\'m getting an object not found error when I try and lookup the owner of the objects i\'m trying to render. I\'m looping through a collection of video clips, that can be updat

2条回答
  •  悲哀的现实
    2021-01-26 02:52

    The app might not be publishing the user id to the client when you are logged out. You can try calling the find method on the server and return the user. Or use a different key for querying/

提交回复
热议问题