Javascript – Cannot convert from BSON type to Date MongoDB
I am trying to filter some data stored in MongoDB using parameters contained in the URL. My problem is that when the request is sent, the server crashes with the following error: can't convert from BSON type string to Date…