[04:16:54] <duckx0r> What could cause the following error: Cast to date failed for value "{ '$lt': '2020-10-07T00:00:00.000Z' }" at path "stayDateStart" for model "Promotion" ?
[04:18:05] <duckx0r> My code is: stayDateStart: { $lt: checkOut.toISOString() }
[04:18:27] <duckx0r> checkOut is a momentjs date object
[04:18:39] <duckx0r> I also tried without toISOString()
[04:26:56] <duckx0r> and new Date(checkOut.toISOString())