From 73dfa9014cf5b54e80d4e116b1b09b3df16b70a5 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Thu, 5 Jun 2025 13:59:39 +0200 Subject: [PATCH] docs(faq): Update TokenMismatchException answer with new knowledge about the cause Signed-off-by: Stefan Niedermann --- FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index e091bfd0a..bfb95f914 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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