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
{{ message }}
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
I'm going to assume this app doesn't support E2E encryption MFA given my research. I am able to sign in just fine but I just get a blank screen and the logs have the following:
OCA\Passwords\Exception\ApiException: Authorized session required
/var/www/html/nextcloud/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php - line 97:
OCA\Passwords\Middleware\ApiSessionMiddleware->beforeController()
/var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 118:
OC\AppFramework\Middleware\MiddlewareDispatcher->beforeController()
/var/www/html/nextcloud/lib/private/AppFramework/App.php - line 156:
OC\AppFramework\Http\Dispatcher->dispatch()
/var/www/html/nextcloud/lib/private/Route/Router.php - line 302:
OC\AppFramework\App::main()
/var/www/html/nextcloud/lib/base.php - line 1006:
OC\Route\Router->match()
/var/www/html/nextcloud/index.php - line 36:
OC::handleRequest()
and
'Error "Authorized session required" in OCA\Passwords\Controller\Api\FolderApiController::list'
Everything is from scratch. Reinstalling and clearing data changed nothing.
EDIT: I misspoke, I didn't mean E2E, I meant MFA. Sorry about that.
The text was updated successfully, but these errors were encountered:
can confirm that issue is with NC 24.0.4
I started to introduce encryption and then passwords are not synced to the android app
the app was working perfectly
I'm going to assume this app doesn't support
E2E encryptionMFA given my research. I am able to sign in just fine but I just get a blank screen and the logs have the following:and
'Error "Authorized session required" in OCA\Passwords\Controller\Api\FolderApiController::list'
Everything is from scratch. Reinstalling and clearing data changed nothing.
EDIT: I misspoke, I didn't mean E2E, I meant MFA. Sorry about that.
The text was updated successfully, but these errors were encountered: