Collabora Online CODE Server lässt sich nicht installieren

Ich habe Nextcloud 19.0 frisch installiert (Ubuntu 18 LTS) auf einer eigenen Subdomain. Bei der Installation von Built-In CODE-Server (Download and Enable) erhalte ich den Fehler: An error occured during the request. Unable to proceed.
Kann mir jemand helfen???
Herzlichen Dank!

1 Like

ich konnte den build-in code server installieren über die command line mit dem occ command

sudo -u www-data php occ app:enable richdocumentscode

https://docs.nextcloud.com/server/18/admin_manual/configuration_server/occ_command.html

edit: aber bei mir bleibt ein whitescreen wenn ich ein Dokument öffnen will

Hi NeroBurner, Peter_Paul

I was having the same problem. After reviewing your posts I have fixed it!

You may want to try

sudo -u www-data php occ app:list

to check that richdocumentscode is actually installed and enabled

if not

sudo -u www-data php occ app:install richdocumentscode

will install and then enable in the correct sequence.

So Many Thanks, I hope this helps!

M

Hello,
I have the same problem but I don’t have the possibility to execute a command line command. Some other idea?