Skip to content
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

Parse won't allow multiple installations for a user, overwrites with new device id #2025

Closed
antonfire opened this issue Jun 10, 2016 · 1 comment

Comments

@antonfire
Copy link

antonfire commented Jun 10, 2016

When installing on a new device Parse overwrites the existing installation with the new device id rather than creating a new installation.

Steps to reproduce

Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.

Simply login with Parse.FacebookUtils.logIn. (JS SDK)

Expected Results

New installation created for each new device app installed on.

Actual Outcome

Existing installation object overwritten with new device id.

Environment Setup

  • Server
    • parse-server version: 2.2.12
    • Operating System: 64bit Amazon Linux 2016.03 Node v2.1.1
    • Hardware: AWS EB
    • Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): AWS EB
  • Database
    • MongoDB version: 2.6.11
    • Storage engine: mLab
    • Hardware: mLab
    • Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): mLab

Logs/Trace

You can turn on additional logging by configuring VERBOSE=1 in your environment.

No logs of note

@antonfire
Copy link
Author

My mistake, forgot that installation class is not populated automatically.

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

1 participant