Description
I'm using parse-server on AWS Elastic beanstalk with MongoLab and I'm getting this error when I login using Facebook:
[Error]: this auth is already used (Code: 208, Version: 1.12.0)
When I create the user via Facebook, everything is fine, but when I logout and then re-login again using Facebook I get the error.
Any ideas?
EDIT: It seems the user is created twice in the DB (one has the email, the other doesn't)
EDIT2: This error was also happening on parse.com, but more as a warning: "[Error]: Another user is already linked to this facebook id. (Code: 208, Version: 1.10.0)". This happens if the user logs out - which creates a new anonymous user - and then relogs in with Facebook. But a duplicate user was never created on parse.com. It is however created here with Parse Server.