Cast to ObjectId failed when trying to fetch data from mongodb
Hi i am new to mongodb and i have this error coming when i am hitting this endpoint localhost:3000/api/v1/tours/1 Error message { "status": "failure", "message": "Cast to ObjectId failed for value "1" (type string) at path "_id" for model "Tour""…