App activate after Update: getUserInfoFromToken() must be of the type string, null given

Hello,

after an update i have the following error:

I had to disable the app, because i ran into an 500 error, afterwards, when activating:

[index] Error: Exception: Argument 1 passed to OCA\Passwords\Services\EnvironmentService::getUserInfoFromToken() must be of the type string, null given, called in /var/www/nextcloud/apps/passwords/lib/Services/EnvironmentService.php on line 504 at <<closure>>

0. /var/www/nextcloud/lib/private/AppFramework/App.php line 152
   OC\AppFramework\Http\Dispatcher->dispatch(OCA\Settings\Con ... {}, "enableApps")
1. /var/www/nextcloud/lib/private/Route/Router.php line 308
   OC\AppFramework\App::main("OCA\\Settings\\ ... r", "enableApps", OC\AppFramework\ ... {}, {action: null,_r ... "})
2. /var/www/nextcloud/lib/base.php line 1008
   OC\Route\Router->match("/settings/apps/enable")
3. /var/www/nextcloud/index.php line 37
   OC::handleRequest()

POST /settings/apps/enable
from XXXX at 2020-12-19T16:46:22+01:00

Have you tried logging out and logging back in?

Also are you using any user_backend like LDAP, SAML or social login?

I have tried logging out and logging back in.
With the update from 19 to 20.0.1 it stopped working, i hoped the updates 20.0.1, 2, 3 make it wok again.

No, only second factor.

You can check if the update 2020.12.1 fixes the issue.