-
-
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
Nested arrays as paramaters to cloud function are serialized incorrectly #2204
Comments
To help us debug this, can you include the exact request and response in Parse Server, as well as your cloud code? (you can see this in the logs using |
Hi @drew-gross I work with @mykelp. I don't get a response as it causes our server to crash. Here is the request:
Here is what the
|
The goal of the code is to reconstruct a query object on the server |
bug is still actual for parse server 2.2.16 cloud function: request: |
…ons (parse-community#2297) * fix for parse-community#2294 * fail tests * Makes sure dates are compatible with Parse.com CloudCode parse-community#2214 * Adds regression tests for parse-community#2204
…ons (parse-community#2297) * fix for parse-community#2294 * fail tests * Makes sure dates are compatible with Parse.com CloudCode parse-community#2214 * Adds regression tests for parse-community#2204
Issue Description
When sending up parameters for a cloud function, one of my parameters is an array with nested arrays. After version
2.2.11
, the nested arrays are being converted into objects.Steps to reproduce
Send up a request to a cloud function with a parameter as an array with nested arrays.
Expected Results
Actual Outcome
The text was updated successfully, but these errors were encountered: