Mongodb – Mongo findById() only works sometimes even when passed a valid ID
I am having a strange issue querying a Mongo DB collection. I am using findById() to get a single item that works sometimes and not others. I have checked the id being passed to the server route and in all…