-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running aggregate query in version 2.7.1 #4479
Comments
See #4466 (comment) |
it works with latest version . i found curl example of aggregate queries is not correct in docs http://docs.parseplatform.org/rest/guide/#aggregate-queries . (missing string quote in json field, and ":" sign)
also for other example aggregate queries which make confusing for new user like me |
@xedixermawan Please feel free to submit a PR https://github.com/parse-community/docs. Please include any examples that will make it easier for new users to understand. |
@xedixermawan what you did to fix your issue? I am on latest version of parse i.e. parse@1.11.0. still facing same issue. Parse server version is 2.7.1. |
Hi,
I appreciate if someone can figuring out what is missing in my setup. thanks.
Issue Description
got an error when try to run aggregate request to a collection.
the collection is already filled with some data.
Steps to reproduce
Expected Results
the result of aggregate data.
Actual Outcome
error above
Environment Setup
Server
Database
Logs/Trace
Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment.
The text was updated successfully, but these errors were encountered: