Mohammad Ali
Mohammad Ali
It happens because `ParseQuery.distinct,aggregate` in Parse-SDK-JS usually sends `hint: undefined` to `AggregateRouter.handleFind` which does not remove the hint from the request body unless it holds a value then it's passed...
@mtrezza Sure. Let me check the contribution guide.
> Interesting, could you explain the last commit? What happens is the Parse JS SDK sends the data directly to the AggregateRouter without it being sent over http (which removes...
> Does that mean that we missed something in [d0d30c4](https://github.com/parse-community/parse-server/commit/d0d30c4f1394f563724644a8fc81734be538a2c0)? I mean is this PR treating merely the symptom, or is it the actual root cause that gets fixed? Nothing...