-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Compose Install Not able to complete Install Wizard #266
Comments
Thank you for the detailed description. It might be related / similar to friendica/friendica#14450. |
Looked at that post and thought I would try some of the troubleshooting there.
So maybe the issue is more related to the db rather than friendica itself? |
Further digging... Also inside the friendica-app-1 container, tried the "manual" setup mentioned in the above thread:
Here is the local.config.php file as I have edited it:
Clearly there is an error with creating the admin user above. Restarting the container and trying to access the site now shows this: And the log/console output looks like:
|
I'm also having this issue on a Debian server, using the same compose file (only the port changed, since port 8080 is already in use). Hope it gets solved soon, my community is looking forward to trying Friendica out. Read in the other thread that 2024.09-rc has resolved this, but installing |
I'm sorry but I will not have time to look into this for the next two weeks at least. |
|
Trying to setup a fresh instance using the recommended docker-compose.yml method.
Here is my
docker-compose.yml
Here is the console after the first time trying to complete install. Everything seems to start up fine for the db and app.
I can access the install wizard at
http://l<LAN_IP>:8080
and everything is green except TLS:So far, so good. But when I click Next, it just goes to a blank white page and stops loading. What you see in the console output above includes what updated when I clicked next. Those last few lines just repeat themselves every 30 seconds or so but the page just stays white with no additional install wizard steps.
I'm using Zen/Firefox browser and installing into Arch linux in a Proxmox LXC (same way I am running several other LXCs for Docker Services)
Docker Compose version 2.29.7
The text was updated successfully, but these errors were encountered: