ncadminThe user should be created successfully and added to the admin group. No attempt to delete non-existent user ncadmin should be performed
Configuring Webmin...
Starting webmin...
The user "silverdr" was created successfully
User "silverdr" added to group "admin"
Deleting ncadmin...
An unhandled exception has been thrown:
Error: Call to undefined method OCA\Deck\Db\AssignmentMapper::findByUserId() in /var/www/nextcloud/apps/deck/lib/AppInfo/Application20.php:136
Stack trace:
sudo -u www-data php /var/www/nextcloud/occ user:delete ncadmin failed
Nextcloud server version: (see your admin page)
20.x
Server OS (Ubuntu server is default)
Ubuntu 20.04.x
How did you install the VM? (Scripted install from master OR Released version)
Scripted install - don't know whether master or released version
Do you use DHCP?
No
Is port 80 and/or 443 open?
Yes
Insert your nextcloud.log file here
Insert the CLI output here
@enoch85 I think this is an issue from the Deck app.
We could either don't allow to install the Deck app during the nextcloud_install_production.sh script for now or use nextcloud_occ_no_check here: https://github.com/nextcloud/vm/blob/c6ab30e8728538e443318816fe33cd7bf4b93005/nextcloud-startup-script.sh#L416
another idea would be deinstalling the deck app if it is installed before deleting the user...
This is actually a big problem because the startup script fails because of this... @enoch85 what do you think about my ideas how to solve this?
This is actually a big problem because the startup script fails because of this...
Precisely. For now I can try w/o Deck but it seems like a rather important issue.
the deck issue seems to be already fixed https://github.com/nextcloud/deck/issues/2569 but as long as there is no new deck release, we have to workaround since the startup script will fail if deck is installed
There was a new deck release. https://github.com/nextcloud/deck/releases/tag/v1.2.1
So I guess we only need to wait 1-2h until the new version is in the app store and then it should work again.
Thanks for debugging @szaimen