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
I just installed fresh Nextcloud AIO (version 27), and was unable to setup IMAP due to User backend \OCA\UserExternal\IMAP not found error. But \OCA\UserExternal\FTP seems to work (at least no such errors, only complain about user count smth).
Steps to reproduce
Install Nextcloud AIO
Install External user authentication app
Add \OCA\UserExternal\IMAP to user_backends
Expected behaviour
It works and allow to login via IMAP
Actual behaviour
Doesn't work, logs is flooded with User backend \OCA\UserExternal\IMAP not found. in Administrator setting in GUI.
Affected Authentication backend
IMAP
Server configuration
User External App version: 3.2
Operating system: Arch Linux
Web server: Apache/2.4.57 (behind reverse proxy nginx/1.24.0)
Database: PostgreSQL 15.3
PHP version: 8.1.20
Nextcloud version: 27.0.0
Updated from an older Nextcloud/ownCloud or fresh install: Fresh
Where did you install Nextcloud from: All-In-One docker image
Restart your web app/NC container - the problem will probably go away. This is usually a caching issue post-update from what I've seen elsewhere IIRC (not specific to this app). Just needs a bump to the PHP/FPM processes.
I re-enabled it with occ app:enable user_external and the issue disappeared.
The disabling happened without any action on my part. I'm guessing restarting the container (and maybe upgrading to 28 as a result?) actually triggered the breakage and no amount of restarting it again would fix it.
I just installed fresh Nextcloud AIO (version 27), and was unable to setup IMAP due to
User backend \OCA\UserExternal\IMAP not found
error. But\OCA\UserExternal\FTP
seems to work (at least no such errors, only complain about user count smth).Steps to reproduce
External user authentication
app\OCA\UserExternal\IMAP
touser_backends
Expected behaviour
It works and allow to login via IMAP
Actual behaviour
Doesn't work, logs is flooded with
User backend \OCA\UserExternal\IMAP not found.
in Administrator setting in GUI.Affected Authentication backend
IMAP
Server configuration
User External App version: 3.2
Operating system: Arch Linux
Web server: Apache/2.4.57 (behind reverse proxy nginx/1.24.0)
Database: PostgreSQL 15.3
PHP version: 8.1.20
Nextcloud version: 27.0.0
Updated from an older Nextcloud/ownCloud or fresh install: Fresh
Where did you install Nextcloud from: All-In-One docker image
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
The text was updated successfully, but these errors were encountered: