Closed
Description
Environment Setup
Push dashboard shows blank page when audience contains query with $nin
field.
Steps to reproduce
- Manually add a
$nin
to a query in the_Audience
collection:
"appVersion\":{\"$nin\":[\"1\",\"2\"]}
- Open push dashboard => shows blank page
Suggested solution
If is it is not possible to add a $nin
condition via the dashboard, it should not crash when such a condition is added manually.