-
-
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
Saving anonymous users results in account already exists error #218
Comments
I think the fix is to set the username to a random string, as on hosted Parse. But, are you getting an error? Anonymous users was implemented and tested, it just sets the username to an empty string and returns. |
@gfosco yes, I'm getting a username is taken error because two _Users can't have the same username? The first anonymous user saves fine, but the second errors. |
I'm having the same problem, subsequent anonymous user saves fail because empty usernames aren't unique. #259 looks like a duplicate of this bug. |
PR to get things started: #341 |
Should be fixed because of 341.. Please open a new issue if still experiencing a problem. Thanks. |
I found the issue in RestWrite.js:
I'm not sure what the answer is though. When using Parse.com anonymous users could be saved with data before registration took place.
The text was updated successfully, but these errors were encountered: