You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This occurs because the aggregate function expects arrays instead of plain objects. The code in the controller needs to be refactored to accept all javascript objects, i.e. both arrays and plain objects.