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
When updating the user password on the client, the sessionToken changes on the server. The new sessionToken isn't stored on the client resulting in any new calls to throw the error: Error: ParseError code=209 error=Invalid session token. See #136 (comment) for more details.
New Issue Checklist
Issue Description
When updating the user password on the client, the sessionToken changes on the server. The new sessionToken isn't stored on the client resulting in any new calls to throw the error:
Error: ParseError code=209 error=Invalid session token
. See #136 (comment) for more details.Steps to reproduce
Actual Outcome
Error: ParseError code=209 error=Invalid session token
Expected Outcome
All calls should work as normal with no error being thrown
Environment
Client
FILL_THIS_OUT
FILL_THIS_OUT
FILL_THIS_OUT
FILL_THIS_OUT
Server
FILL_THIS_OUT
FILL_THIS_OUT
FILL_THIS_OUT
Database
FILL_THIS_OUT
FILL_THIS_OUT
FILL_THIS_OUT
Logs
The text was updated successfully, but these errors were encountered: