CollaboraOnline / richdocumentscode

Built-in CODE Server app
https://apps.nextcloud.com/apps/richdocumentscode
Apache License 2.0
111 stars 26 forks source link

App "richdocumentscode" cannot be installed because appinfo file cannot be read. #244

Closed seanwil12 closed 8 months ago

seanwil12 commented 8 months ago

On a fresh install of nextcloud inside docker, am receiving this error message.

I've attached the logs. I installed the software upon first install of the application, seemed to install fine, but never did work so I went to uninstall it and reinstall it and am stuck here. nextcloud.log

seanwil12 commented 8 months ago

I spent just about all day trying to figure this out and of course as soon as I place an issue I figure the problem out.

There was a .fuse_hidden003664e00000012 file hidden in the /var/www/html/custom_apps/richdocumentscode/collabora that I could not delete which was causing the issue. I restarted the docker and the file was gone and was able to remove the directory to completely uninstall richdocumentscode.

Then I simply ran:

php -d memory_limit=512M ./occ app:install richdocumentscode

In the docker's CLI which installed callabora no problem.