-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 4.4.5
-
Component/s: None
-
None
-
ALL
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Description
I was running some code in Aggregation Framework in Atlas UI. It failed with 'invalid parameter' message. Code looked ok so I tested it in Compass and runs without issues. After a browser page refresh it works in Atlas UI too.
Steps to Reproduce
- I cannot reproduce it anymore. If you think it is interesting enough to follow up maybe you can find information on this in the logs? I was testing in SA-NEUR organization Emil Zegers Demo Project in FreeTier cluster with sample_airbnb.listingsAndReviews
- Used this code:
$group:
{ _id: null, count: \{ $sum: 1 }}
Expected Results
- .
_id:null
count:5555
Actual Results
Message below stage block mentioning 'invalid parameter'
Engineering Notes
- .
UX Notes
- .