Nextcloud AIO - No login page

Hi All,

I just spun up a new instance of AIO after many attempts. It loads fine, I can get to the initial start page where I’m given a phrase of random words to use as a login. I selected all the options I require, all the containers start fine with no errors but it won’t redirect me to the login page where I enter the automated credentials of user: admin password: long string of numbers & letters.

System - Debian 12/intel nuc

Docker command:

sudo docker run
–name nextcloud-aio-mastercontainer
–restart always
–publish 8080:8080
–env APACHE_PORT=11000
–env APACHE_IP_BINDING=127.0.0.1
–env SKIP_DOMAIN_VALIDATION=true
–env NEXTCLOUD_DATADIR=/home/steve/nextcloud/data
–volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config
–volume /var/run/docker.sock:/var/run/docker.sock:ro
nextcloud/all-in-one:latest

I’m using my own reverse proxy with a FQDN.

Any help would be greatly appreciated.
Thanks in advance.

Steve

Hi, can you follow https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md#6-how-to-debug-things?

Thank you for the reply. I’m going to change the APACHE_IP_BINDING to 0.0.0.0 to see if that solves it. Will report back.