Find() return value problem on NodeJS

If you look at the finely written documentation, you will find that indeed this is normal.

Most likely, because the value type of your variable _player_id does not match the value type of the field _id. This or _player_id is really not present in your collection.

2 Likes