-
-
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
Missing ACL info in database object #558
Comments
Hello, I have a similar issue, when I use the code below in my xcode xwift project, in the mongolab part the objects are written as below, and the ACL settings in the parse dashboard are not changed.
However when I make the changes from the dashboard of parse, the mongolab acl record is like:
What may be the reason? |
Same issue here |
ACL are transformed when saved to mongodb for performance optimization reasons. Do you have problem with objects that should not be read? |
Hi @gfosco Is this issue resolved? We are still seeing the same issue in 2.2.4. |
I guess it is related to #1317 , the compatibility between self hosted parse and parse.com |
I used the following code on server side for saving object:
And this is the data saved in MongoDB
Unlike previously, there is also acl related data saved in the object, i.e.
And consequence and is that a bug? P.S. I am using parse-server 2.1.2
The text was updated successfully, but these errors were encountered: