I’m experiencing an issue with the initial installation of my Nextcloud instance using Docker. Every time I set up the server for the first time, create an admin account, and click “Install,” it loads briefly and then displays an “Internal Server Error.” it tryed restarting or just waiting a bit but nothing worked.
warning: /var/www/html/config/autoconfig.php differs from the latest version of this image at /usr/src/nextcloud/config/autoconfig.php
and like 10 times this one:
192.168.178.83 - - [24/Aug/2024:16:48:48 +0000] "GET / HTTP/1.1" 500 702 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
Steps Already Taken:
Checked the Docker-Compose file for obvious errors
Ensured all specified directories exist and have the correct permissions
I would appreciate any help or suggestions on how to resolve this issue because its very frustrating.
Thanks!
Magnus
I’m a newbie and struggled with this same problem earlier this week; there’s an apparent bug wrt new installations so you need to change your docker to use a previous version of nextcloud as follows:
Facing same issue here. Trying to install NC on docker since yesterday but always getting 500 Internal Server Error after the “Create admin User” page. Mine is Rocky Linux 9.2.
The issue seems to only impact manual and semi-manual Docker (installs that use the web based install finisher to enter the initial admin credentials). It does not impact updates nor automated installations.
You can either:
use a 29.0.4 image
specify the NEXTCLOUD_ADMIN_* variables with your db variables on the Compose (this bypasses the web installer).