@craem Since I have Files Plugin installed myself - although I rarely use it myself - I decided to give it a try and have a look what happens in combination with my Nextcloud 23.0.x. Yes - does not work for me, too. But I don’t experience long login duration like you explain.
Seems that the Files Plugin needs somehow an update to fix this. Will have a look if I find out something myself, too.
Little Update: After some time - I set up the account this time with type WebDav - I found following in debug.txt:
[17-Apr-2022 10:44:39] ERROR - array (
'msg' => 'mapi_getprops() expects parameter 1 to be resource, string given',
'file' => '/usr/share/kopano-webapp/server/includes/core/class.properties.php:147',
)
[17-Apr-2022 10:44:39] - '
@ class.properties.php:147 - mapi_getprops(...)
@ class.properties.php:121 - Properties->getStoreMappingSignature(...)
@ class.module.php:65 - Properties->setStore(...)
@ class.listmodule.php:74 - Module->__construct(...)
@ class.fileslistmodule.php:65 - ListModule->__construct(...)
@ class.dispatcher.php:43 - FilesListModule->__construct(...)
@ class.jsonrequest.php:50 - Dispatcher->loadModule(...)
@ kopano.php:151 - JSONRequest->execute(...)
'
[17-Apr-2022 10:44:39] ERROR - array (
'msg' => 'Undefined index: f5e9d132f9f0333c6559b2118997b1c3!Wichtiges',
'file' => '/usr/share/kopano-webapp/plugins/files/php/Files/Core/class.accountstore.php:203',
)
[17-Apr-2022 10:44:39] - '
@ class.accountstore.php:203 - kopano_error_handler(...)
@ class.filesbrowsermodule.php:200 - Files\\Core\\AccountStore->getAccount(...)
@ class.filesbrowsermodule.php:132 - FilesBrowserModule->loadFiles(...)
@ class.jsonrequest.php:57 - FilesBrowserModule->execute()
@ kopano.php:151 - JSONRequest->execute(...)
'
Creating account as Type “Owncloud” results in settings a green status and same status after cache being rebuild. Cache in /var/lib/kopano-webapp/plugin-files was before creating new account. This cache get filled with information after each profile create.
My files Plugin is from supported repo. Following packages are installed on Ubuntu 20.04.4 LTS:
kopano-webapp-plugin-files 4.0.1.7+450.1
kopano-webapp-plugin-filesbackend-owncloud 4.0.0.0+128.1
kopano-webapp-plugin-filesbackend-smb 4.0.0.0+94.1
All other packages (OS and WebApp) are up to date = on latest state repos offer, too.