Skip to content

docs(faq): Update TokenMismatchException answer with new knowledge about the cause #2663

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ As a workaround you can remove the account (or clear the storage of the app as d

### `TokenMismatchException`

The reason of this error is not yet clear. It often seems to be connected to changes of the authentication (for example enabling 2FA after some time). Please clear the storage of both, the Notes and the Nextcloud Android apps as described in the [workarounds](https://github.com/nextcloud/notes-android/blob/main/FAQ.md#wrokarounds) section.
Using any backup and restore tool as well as migrating to new hardware is not yet supported by the Nextcloud Files app. Given the Nextcloud Files app does not backup the tokens for 3rd party apps using Nextcloud Single Sign On, they are invalid when the Notes Android app is opened next time.
Please either remove the account in the Notes Android app by clicking on the avatar or clear the storage of the Notes Android app as described below to solve this issue and reimport your account.

### Workarounds

Expand Down
Loading