-
-
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
iOs clients are logged out after parse-server migration #3183
Comments
Can you run parse-server with VERBOSE=1, more particularly we wanna look at the upgradeToRevocableSession calls and their results. |
I did the following steps :
On the serve side I have set Are sessions linked to the clientKey ? |
No they are not, they are stored per applicationID, Do you have any logs of failing keychain access on your device/simulator? Have you seen that thread: parse-community/Parse-SDK-iOS-OSX#437 (comment) |
Ok I've tried something else.
Do you think it comes from old sessions which are not revocable ? |
I'm not sure. Tough to say like that. |
After re-reading all the docs linked to the sessions i have figured out that my parse.com app has been on revocable sessions from day 1. |
Without the device network logs or the server logs that will be tough to say |
Maybe try logging/catching errors from |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hello,
I have successfully finished my migration but it remains a last issue which is the log out my users when they switch to the new iOs client pointing to the new parse-server.
I have the
[PFUser enableRevocableSessionInBackground]
implemented as followDid I miss something ? After the user logged in again, everything is fine.
The text was updated successfully, but these errors were encountered: