-
-
Notifications
You must be signed in to change notification settings - Fork 590
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
Uncaught (in promise) TypeError: client.store.getSavedSyncToken is not a function #1608
Comments
So in your first snippet you do the right thing and instantiate a For just logging in you do not need a cryptoStore. Heck you do not need a cryptoStore if you are not going to run |
So a crypto store is for e2e encryption? |
Yes. crypto being short for cryptography |
The stores don't store your credentials, that is up to the application layer. |
so the concept is to let the user login with id and password, then store the accessToken (never expiring?) in localstorage or something and then login with that accessToken on Startup? And the store will contain the rooms and all that stuff? |
Precisely |
thank you |
Is there a bug to fix here? If so, what is it? |
My impression from the linked issue is that the situation has been resolved. I recommend asking similar questions in rooms like #matrix-dev:matrix.org or similar. |
I do login the client like this:
But when I reload the page, this error gets printed:
Uncaught (in promise) TypeError: client.store.getSavedSyncToken is not a function
The text was updated successfully, but these errors were encountered: