-
-
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
Error when trying to log in since updting to 2.2.12 #2037
Comments
Me too, parse-server 2.2.12 with SDK iOS: |
Looks like the dependency deepcopy 0.6.2 causes the issue. A workaround is to fallback to deepcopy 0.61. |
@wilsonths thank you ! => workaround: npm install deepcopy@0.6.1 |
Thx @wilsonths |
@wilsonths thank you! you've save my day |
Thank you, it works. To prevent similar problems in the future, may I ask how can we pin all the currently used dependency packages to ensure that we can rollback to a well tested deployment? We are using the parse-server-example project for our deployment on heroku. |
I just upgraded to 2.2.12 locally. Now, when I try to log in using js sdk 1.8.5 and
Parse.User.logIn(user, password, response)
I get this error:I only updated parse-server and my setup worked perfectly with 2.2.9.
Any ideas?
-EDIT-
With 2.2.10 I get this:
code: 111, message: "schema mismatch for _Session.user; expected [object Object] but got String"
The text was updated successfully, but these errors were encountered: