Skip to content

Missing data from object #3394

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

Closed
bogdhy opened this issue Jan 18, 2017 · 1 comment
Closed

Missing data from object #3394

bogdhy opened this issue Jan 18, 2017 · 1 comment

Comments

@bogdhy
Copy link

bogdhy commented Jan 18, 2017

Issue Description

Describe your issue in as much detail as possible.

When I am trying to retrieve an Parse.Object from class _User for some reason an attribute is missing when I make the call on parse server hosted on Heroku platform. I tried to get the object using Parse JS SDK, iOS SDK and Rest call, all three having the same result, but when I do the call on a local hosted server which is using the same database, etc. the object has all it's expected attributes. In our case, the attribute in question is "email".

Environment Setup

  • Server

    • parse-server version (Be specific! Don't say 'latest'.) : 2.3.2
    • Operating System: cedar-14
    • Hardware: -
    • Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): Heroku
  • Database

    • MongoDB version: 3.2.11
    • Storage engine: default
    • Hardware: -
    • Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): mLab
@natanrolnik
Copy link
Contributor

@bogdhy Since #3158, this is not a bug - it's actually a security feature that matches the behavior of Parse.com.
You can read more about it also in #3301 for possible alternatives.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants