-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
"schema mismatch for _Session.expiresAt; expected date but got string" on version 2.0.3 #94
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
Comments
You should update the mongod table for _SESSION search for Session and change expiresAt from date to string ;) On the other hand: It seems to work, but the js sdk gives me the following error: File parse-1.6.7.min.js:9164 |
I'm on a migrated database & get the same error on sign-in as well. EDIT: iOS SDK, by the way. |
@rebelchris You should be using at least 1.6.12, which may fix your file issue, but the expiresAt date/string thing is a legit issue that we'll fix. |
@gfosco Actually also in Parse JavaScript SDK v1.6.14 not working ;) Edit: |
I am getting this issue on Android when logging also. Please fix. |
The date issue here should be corrected in #147. @rebelchris follow along with #136 for the Files issue. Thanks. 👍 |
This seems to have been mentioned in issue #32 and was supposed to be fixed, however I am still getting this error. This is not on a migrated database, but rather a newly created one by the "parse-server-example" scripts:
When trying to login, I am now getting the following error:
Body : {
"code": 111,
"error": "schema mismatch for _Session.expiresAt; expected date but got string"
}
I am currently on version 2.0.3
The text was updated successfully, but these errors were encountered: