-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.10.4
-
Component/s: None
-
Environment:OS: Windows 10
node.js / npm versions:
Additional info: Compass v 1.40.4
-
Developer Tools
-
Not Needed
Problem Statement/Rationale
On Compass 1.40.4, when using a wrong date format on an aggregation step – eg., ISODate("25-11-2019") –, while the pipeline displays data, when clicking "Export" the GUI becomes blank.
There is nothing indicating the problem with the date.
Steps to Reproduce
1st – Create a pipeline with a step like:
{
$match: {
$expr: {
$gt: [
"$statusChangedAt",
ISODate("25-11-2019"),
],
},
},
}
2nd – Click the "Export" button.
Expected Results
To open the Export GUI page\window.
Actual Results
GUI becomes blank, but the top menu is visible and functional.
- is duplicated by
-
COMPASS-7577 Cannot Return to Filter After Error
- Closed
- is related to
-
COMPASS-7564 Stuck in error message for query
- Closed