Docker install redirect loop #1924
-
Hello Community, I try to install Cloudlog via Docker (docker-compose) and the containers (mysql and cloudlog) start just fine. However, when I try to load http://xyz/install, I get redirected to "install/" again and again and end up in a redirect loop. Does someone have a hint what the problem could be? Here is a curl output
This is the docker image I am using: https://hub.docker.com/r/waarlandit/cloudlog This is the .htaccess inside /var/www/html
This is the apache2 vhost file
When I manually edit and copy the database.php and config.php from the sample files, I get a 404 response when calling /install.
So I am a bit stuck here at the moment. Any help is appreciated. Thanks, Marc |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Ok, after adding
to the index.php, and manually copying and editing of the config.php and database.php, I fianlly see at least something. It seems like Cloudlog is not compatible with MariadDB 10.5?
|
Beta Was this translation helpful? Give feedback.
-
One step further after replacing the following line in database.php
I am really wondering why Now I am getting other errors:
Looks like those tables would be added as part of the installation process? Seems like I am back at the start since the installation is still not working for me. At least a
I hope anyone has an idea what is wrong here. |
Beta Was this translation helpful? Give feedback.
-
Ok, after a long debugging session I found out that the docker image seems to be broken. It deletes the install/ directory, which causes the redirect loop (for whatever reason). I tried another docker image/ docker-compose which is also broken by default, but was more easy to fix. Overall I think it would be helpful if there was an official Docker image which is working out-of-the-box. Right now it's a mess. |
Beta Was this translation helpful? Give feedback.
Ok, after a long debugging session I found out that the docker image seems to be broken. It deletes the install/ directory, which causes the redirect loop (for whatever reason). I tried another docker image/ docker-compose which is also broken by default, but was more easy to fix. Overall I think it would be helpful if there was an official Docker image which is working out-of-the-box. Right now it's a mess.