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: ``` code: 111, message: "schema mismatch for _Session.user; expected Pointer but got String" ``` 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"`