-
-
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
Details of pointers in arrays are included by default causing infinite loop #3619
Comments
Can you provide the server logs please? |
CAN you provide the server logs of the request? Not the client state please? |
The log looks OK but why does it change in the client, calling JSON.stringify() on it from the client leads to infinite loop. How can I access the raw response from the client? |
I am closing this since the problem seems to be from the SDK. |
I noticed that the details of pointers in arrays are included by default, I do not have to use "include".
IntrestedArea has an interest key, which is an array of pointers. The details of each pointer is included. And because interest has a pointer interestedArea, the pointer details is also included and the leads to infinite loop. In a situation like this
JSON.stringify(result)
renders the application unresponsive.I should be able to opt to include the keys that I want.
Parse Server version: ^2.3.6
The text was updated successfully, but these errors were encountered: