You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently update the sync user metadata (access token, refresh token, and state enum) in three separate realm commits. If the process crashes between those commits, we can end up trying to use a logged out user when the process starts back up.
The text was updated successfully, but these errors were encountered:
We currently update the sync user metadata (access token, refresh token, and state enum) in three separate realm commits. If the process crashes between those commits, we can end up trying to use a logged out user when the process starts back up.
The text was updated successfully, but these errors were encountered: