I just upgraded my Umbrel running on RPi4 from 0.5.1 to 0.5.3. Then I upgraded Nextcloud to 25.0.1. Now it doesn’t work. When I go to the Nextcloud page, I get:
I> nternal Server Error
The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
More details can be found in the server log.
I see that the log file is supposed to be at /var/log/nextcloud.log, but that file does not exist. After a search, I have found one at /home/umbrel/umbrel/app-data/nextcloud/data/nextcloud/data/nextcloud.log. The last modification time, however, was 13 hours ago, and I just did the upgrade about 1 hour ago. The log message therefore likely is not helpful (nor is it understandable!)
A “docker ps” reveals a couple funny things. First, there are two containers mapped to port 80. That seems like trouble. And the containers that are listed as running have 23.0.11 in the name.
eb6702c61894 nextcloud:23.0.11-apache "/entrypoint.sh apac…" 16 minutes ago Up 16 minutes 80/tcp nextcloud_web_1
26d63d0aa28d nextcloud:23.0.11-apache "/cron.sh" 16 minutes ago Up 16 minutes 80/tcp nextcloud_cron_1
I don’t know if these are mistakes or not. “docker images” shows two images that were created 5 weeks ago:
nextcloud 4a5c95a5256a 5 weeks ago 947MB
nextcloud 0a445cea8ea5 5 weeks ago 914MB
I’ve rebooted Umbrel a couple times and I cannot get NextCloud to work. Any ideas?