Fresh AIO installation on Ubuntu on Raspi5 won't allow to login in the same Firefox instance without incognito mode

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    • Nextcloud Hub 10
  • Operating system and version (e.g., Ubuntu 24.04):
    • “Ubuntu 24.04.2 LTS”
  • Reverse proxy and version _(e.g. nginx 1.27.2)
    • None
  • Is this the first time you’ve seen this error? (Yes / No):
    • Brand new installation, always appears
  • When did this problem seem to first start?
    • Since first install of AIO
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • AIO
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • No

Steps to reproduce

  1. Install Ubuntu server on Raspi 5
  2. Run Docker command as in the Readme : GitHub - nextcloud/all-in-one: 📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.
  3. Open AIO interface on x.x.x.x:8080 on an other computer with Ubuntu Desktop and Firefox in the local network
  4. On the interface, check “Install Nextcloud Hub 10” (Note that the problem also appears with version 9)
  5. On the interface, click download and start containers
  6. After everything is green, click on Open your Nextcloud
  7. On the login page in cloud.xxx.com, enter “admin” and the password
  8. Click on Connect

=> Login screen shows “Temporary error”

drawing

Expected behavior

Password should work, and the main nextcloud page for admin should show up on the first try

Actual behavior

Login screen restart with temporary error, as in the screenshot above

=> As found in this question (Cant login on fresh NC installation (Ubuntu)), login worked properly when opening browser in incognito mode.

I found it hard to find this answer as this error is usually linked to proxy installation answers, but in my case, there is no external proxy than what provides AIO. I do not know if this is unusual to use AIO directly on a server, without anything else on it as in my case.
I did not test if the behaviour exist if I use another browser than Firefox to start AIO. I may try and update here, when I’ll be unbanned from letsencrypt…

Other information

Host OS

  • Raspberry Pi 5
  • Ubuntu Server
  • Docker directory moved to external drive with ext4 filesystem
  • Nothing else installed

Output of sudo docker info

content of docker info
Client: Docker Engine - Community
 Version:    28.0.1
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.21.1
    Path:     /usr/libexec/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.33.1
    Path:     /usr/libexec/docker/cli-plugins/docker-compose

Server:
 Containers: 8
  Running: 7
  Paused: 0
  Stopped: 1
 Images: 8
 Server Version: 28.0.1
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: systemd
 Cgroup Version: 2
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
 Swarm: inactive
 Runtimes: runc io.containerd.runc.v2
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: bcc810d6b9066471b0b6fa75f557a15a1cbf31bb
 runc version: v1.2.4-0-g6c52b3f
 init version: de40ad0
 Security Options:
  apparmor
  seccomp
   Profile: builtin
  cgroupns
 Kernel Version: 6.8.0-1020-raspi
 Operating System: Ubuntu 24.04.2 LTS
 OSType: linux
 Architecture: aarch64
 CPUs: 4
 Total Memory: 7.752GiB
 Name: ubuntu
 ID: b7f3a21a-44e4-49ff-a27c-4e9e67cb3094
 Docker Root Dir: /mnt/external_drive/docker-data
 Debug Mode: false
 Experimental: false
 Insecure Registries:
  ::1/128
  127.0.0.0/8
 Live Restore Enabled: false

Docker run command or docker-compose file that you used

docker command used
sudo docker run \
--init \
--sig-proxy=false \
--name nextcloud-aio-mastercontainer \
--restart always \
--publish 80:80 \
--publish 8080:8080 \
--publish 8443:8443 \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
nextcloud/all-in-one:latest &

Other valuable info

log apache container
2025-03-09T15:35:11.526107320Z Waiting for Nextcloud to start...
2025-03-09T15:35:16.529836088Z Connection to nextcloud-aio-nextcloud (172.18.0.5) 9000 port [tcp/*] succeeded!
2025-03-09T15:35:17.921174966Z [Sun Mar 09 16:35:17.917718 2025] [mpm_event:notice] [pid 34:tid 34] AH00489: Apache/2.4.63 (Unix) configured -- resuming normal operations
2025-03-09T15:35:17.921249984Z [Sun Mar 09 16:35:17.918006 2025] [core:notice] [pid 34:tid 34] AH00094: Command line: '/usr/local/apache2/bin/httpd -D FOREGROUND'
2025-03-09T15:35:17.967956514Z {"level":"info","ts":1741534517.9675417,"msg":"using config from file","file":"/tmp/Caddyfile"}
2025-03-09T15:35:17.970881844Z {"level":"info","ts":1741534517.9705806,"msg":"adapted config to JSON","adapter":"caddyfile"}
log database container
2025-03-09T15:27:34.300366995Z + rm -rf '/var/lib/postgresql/data/*'
2025-03-09T15:27:34.301831068Z + touch /mnt/data/initial-cleanup-done
2025-03-09T15:27:34.303150178Z + set +ex
2025-03-09T15:27:34.318254608Z chmod: /var/run/postgresql: Operation not permitted
2025-03-09T15:27:34.346741730Z The files belonging to this database system will be owned by user "postgres".
2025-03-09T15:27:34.346790378Z This user must also own the server process.
2025-03-09T15:27:34.346794860Z 
2025-03-09T15:27:34.346877952Z The database cluster will be initialized with locale "en_US.utf8".
2025-03-09T15:27:34.346883082Z The default database encoding has accordingly been set to "UTF8".
2025-03-09T15:27:34.346886397Z The default text search configuration will be set to "english".
2025-03-09T15:27:34.346889637Z 
2025-03-09T15:27:34.346892415Z Data page checksums are disabled.
2025-03-09T15:27:34.346916508Z 
2025-03-09T15:27:34.346995785Z fixing permissions on existing directory /var/lib/postgresql/data ... ok
2025-03-09T15:27:34.347679544Z creating subdirectories ... ok
2025-03-09T15:27:34.347801414Z selecting dynamic shared memory implementation ... posix
2025-03-09T15:27:34.372336447Z selecting default max_connections ... 100
2025-03-09T15:27:34.404668732Z selecting default shared_buffers ... 128MB
2025-03-09T15:27:34.404884028Z selecting default time zone ... Europe/Paris
2025-03-09T15:27:34.405890046Z creating configuration files ... ok
2025-03-09T15:27:34.607761636Z running bootstrap script ... ok
2025-03-09T15:27:34.890651133Z sh: locale: not found
2025-03-09T15:27:34.890777578Z 2025-03-09 16:27:34.890 CET [30] WARNING:  no usable system locales were found
2025-03-09T15:27:35.494886054Z performing post-bootstrap initialization ... ok
2025-03-09T15:28:01.226971552Z syncing data to disk ... ok
2025-03-09T15:28:01.227017330Z 
2025-03-09T15:28:01.227023885Z 
2025-03-09T15:28:01.227028737Z Success. You can now start the database server using:
2025-03-09T15:28:01.227033718Z 
2025-03-09T15:28:01.227033496Z initdb: warning: enabling "trust" authentication for local connections
2025-03-09T15:28:01.227053515Z initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.
2025-03-09T15:28:01.227038533Z     pg_ctl -D /var/lib/postgresql/data -l logfile start
2025-03-09T15:28:01.227066404Z 
2025-03-09T15:28:01.491916046Z waiting for server to start....2025-03-09 16:28:01.491 CET [36] LOG:  starting PostgreSQL 16.8 on aarch64-unknown-linux-musl, compiled by gcc (Alpine 14.2.0) 14.2.0, 64-bit
2025-03-09T15:28:01.491996546Z 2025-03-09 16:28:01.491 CET [36] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2025-03-09T15:28:01.791479120Z 2025-03-09 16:28:01.790 CET [39] LOG:  database system was shut down at 2025-03-09 16:27:35 CET
2025-03-09T15:28:01.884108460Z 2025-03-09 16:28:01.883 CET [36] LOG:  database system is ready to accept connections
2025-03-09T15:28:01.965760198Z  done
2025-03-09T15:28:01.965784347Z server started
2025-03-09T15:28:03.163070511Z CREATE DATABASE
2025-03-09T15:28:03.164068788Z 
2025-03-09T15:28:03.164281807Z 
2025-03-09T15:28:03.164618732Z /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init-user-db.sh
2025-03-09T15:28:03.166936304Z + touch /mnt/data/initialization.failed
2025-03-09T15:28:03.168630821Z + psql -v ON_ERROR_STOP=1 --username nextcloud --dbname nextcloud_database
2025-03-09T15:28:03.296394165Z CREATE ROLE
2025-03-09T15:28:03.316003388Z ALTER DATABASE
2025-03-09T15:28:03.360917864Z GRANT
2025-03-09T15:28:03.437807237Z GRANT
2025-03-09T15:28:03.438639644Z + rm /mnt/data/initialization.failed
2025-03-09T15:28:03.440735624Z + set +ex
2025-03-09T15:28:03.441301771Z 
2025-03-09T15:28:03.443120732Z waiting for server to shut down...2025-03-09 16:28:03.443 CET [36] LOG:  received fast shutdown request
2025-03-09T15:28:03.543486658Z .2025-03-09 16:28:03.543 CET [36] LOG:  aborting any active transactions
2025-03-09T15:28:03.547874172Z 2025-03-09 16:28:03.547 CET [36] LOG:  background worker "logical replication launcher" (PID 42) exited with exit code 1
2025-03-09T15:28:03.552027446Z 2025-03-09 16:28:03.551 CET [37] LOG:  shutting down
2025-03-09T15:28:03.643045361Z 2025-03-09 16:28:03.642 CET [37] LOG:  checkpoint starting: shutdown immediate
2025-03-09T15:28:12.921862843Z .........2025-03-09 16:28:12.921 CET [37] LOG:  checkpoint complete: wrote 933 buffers (5.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.384 s, sync=6.289 s, total=9.370 s; sync files=308, longest=0.095 s, average=0.021 s; distance=4272 kB, estimate=4272 kB; lsn=0/191BD40, redo lsn=0/191BD40
2025-03-09T15:28:12.934389757Z 2025-03-09 16:28:12.934 CET [36] LOG:  database system is shut down
2025-03-09T15:28:12.966551375Z  done
2025-03-09T15:28:12.966582764Z server stopped
2025-03-09T15:28:12.968440373Z 
2025-03-09T15:28:12.968471725Z PostgreSQL init process complete; ready for start up.
2025-03-09T15:28:12.968479855Z 
2025-03-09T15:28:13.296875494Z 2025-03-09 16:28:13.296 CET [14] LOG:  starting PostgreSQL 16.8 on aarch64-unknown-linux-musl, compiled by gcc (Alpine 14.2.0) 14.2.0, 64-bit
2025-03-09T15:28:13.297028049Z 2025-03-09 16:28:13.296 CET [14] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2025-03-09T15:28:13.297104864Z 2025-03-09 16:28:13.296 CET [14] LOG:  listening on IPv6 address "::", port 5432
2025-03-09T15:28:13.372099627Z 2025-03-09 16:28:13.371 CET [14] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2025-03-09T15:28:13.543165450Z 2025-03-09 16:28:13.542 CET [65] LOG:  database system was shut down at 2025-03-09 16:28:12 CET
2025-03-09T15:28:13.645847150Z 2025-03-09 16:28:13.645 CET [14] LOG:  database system is ready to accept connections
2025-03-09T15:32:01.617178491Z 2025-03-09 16:32:01.616 CET [151] ERROR:  relation "oc_circle_circles" does not exist at character 15
2025-03-09T15:32:01.617231436Z 2025-03-09 16:32:01.616 CET [151] STATEMENT:  SELECT * FROM "oc_circle_circles"
2025-03-09T15:33:13.610832075Z 2025-03-09 16:33:13.610 CET [63] LOG:  checkpoint starting: time
2025-03-09T15:35:07.117331354Z 2025-03-09 16:35:07.117 CET [63] LOG:  checkpoint complete: wrote 732 buffers (4.5%); 1 WAL file(s) added, 0 removed, 0 recycled; write=79.927 s, sync=30.119 s, total=113.507 s; sync files=910, longest=0.395 s, average=0.034 s; distance=5044 kB, estimate=5044 kB; lsn=0/1EE4FD0, redo lsn=0/1E08E70
2025-03-09T15:38:13.197665721Z 2025-03-09 16:38:13.197 CET [63] LOG:  checkpoint starting: time
2025-03-09T15:38:43.583456648Z 2025-03-09 16:38:43.583 CET [63] LOG:  checkpoint complete: wrote 269 buffers (1.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=27.038 s, sync=3.091 s, total=30.386 s; sync files=154, longest=0.051 s, average=0.021 s; distance=1229 kB, estimate=4662 kB; lsn=0/1F3C490, redo lsn=0/1F3C458
2025-03-09T15:43:13.606867880Z 2025-03-09 16:43:13.606 CET [63] LOG:  checkpoint starting: time
2025-03-09T15:43:20.053301556Z 2025-03-09 16:43:20.053 CET [63] LOG:  checkpoint complete: wrote 54 buffers (0.3%); 0 WAL file(s) added, 0 removed, 0 recycled; write=5.346 s, sync=0.923 s, total=6.447 s; sync files=45, longest=0.051 s, average=0.021 s; distance=221 kB, estimate=4218 kB; lsn=0/1F739A0, redo lsn=0/1F73968
2025-03-09T15:48:13.144641551Z 2025-03-09 16:48:13.144 CET [63] LOG:  checkpoint starting: time
2025-03-09T15:48:16.356436020Z 2025-03-09 16:48:16.356 CET [63] LOG:  checkpoint complete: wrote 26 buffers (0.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.540 s, sync=0.482 s, total=3.212 s; sync files=16, longest=0.193 s, average=0.031 s; distance=183 kB, estimate=3815 kB; lsn=0/1FA18B0, redo lsn=0/1FA1878
2025-03-09T15:53:13.388287750Z 2025-03-09 16:53:13.388 CET [63] LOG:  checkpoint starting: time
2025-03-09T15:53:16.646298761Z 2025-03-09 16:53:16.646 CET [63] LOG:  checkpoint complete: wrote 26 buffers (0.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.540 s, sync=0.501 s, total=3.258 s; sync files=17, longest=0.194 s, average=0.030 s; distance=165 kB, estimate=3450 kB; lsn=0/1FCACC0, redo lsn=0/1FCAC88
2025-03-09T15:58:13.731320672Z 2025-03-09 16:58:13.731 CET [63] LOG:  checkpoint starting: time
2025-03-09T15:58:17.028149425Z 2025-03-09 16:58:17.028 CET [63] LOG:  checkpoint complete: wrote 27 buffers (0.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.640 s, sync=0.474 s, total=3.297 s; sync files=16, longest=0.183 s, average=0.030 s; distance=184 kB, estimate=3123 kB; lsn=0/1FF8CD8, redo lsn=0/1FF8CA0
2025-03-09T16:03:13.124576876Z 2025-03-09 17:03:13.124 CET [63] LOG:  checkpoint starting: time
2025-03-09T16:03:16.364339561Z 2025-03-09 17:03:16.364 CET [63] LOG:  checkpoint complete: wrote 21 buffers (0.1%); 0 WAL file(s) added, 0 removed, 1 recycled; write=2.038 s, sync=0.411 s, total=3.240 s; sync files=14, longest=0.163 s, average=0.030 s; distance=156 kB, estimate=2826 kB; lsn=0/201FD68, redo lsn=0/201FD30
2025-03-09T16:08:13.462552593Z 2025-03-09 17:08:13.462 CET [63] LOG:  checkpoint starting: time
2025-03-09T16:08:16.288721782Z 2025-03-09 17:08:16.288 CET [63] LOG:  checkpoint complete: wrote 23 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.238 s, sync=0.421 s, total=2.827 s; sync files=13, longest=0.151 s, average=0.033 s; distance=176 kB, estimate=2561 kB; lsn=0/204BDB8, redo lsn=0/204BD80
2025-03-09T16:13:13.330663230Z 2025-03-09 17:13:13.330 CET [63] LOG:  checkpoint starting: time
2025-03-09T16:13:15.836448878Z 2025-03-09 17:13:15.836 CET [63] LOG:  checkpoint complete: wrote 21 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=1.965 s, sync=0.378 s, total=2.506 s; sync files=13, longest=0.146 s, average=0.030 s; distance=159 kB, estimate=2321 kB; lsn=0/2073CE0, redo lsn=0/2073CA8
2025-03-09T16:18:13.899803182Z 2025-03-09 17:18:13.899 CET [63] LOG:  checkpoint starting: time
2025-03-09T16:18:16.926989771Z 2025-03-09 17:18:16.926 CET [63] LOG:  checkpoint complete: wrote 25 buffers (0.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.439 s, sync=0.428 s, total=3.028 s; sync files=14, longest=0.173 s, average=0.031 s; distance=188 kB, estimate=2108 kB; lsn=0/20A2D88, redo lsn=0/20A2D50
2025-03-09T16:23:13.990527044Z 2025-03-09 17:23:13.990 CET [63] LOG:  checkpoint starting: time
2025-03-09T16:23:16.595476791Z 2025-03-09 17:23:16.595 CET [63] LOG:  checkpoint complete: wrote 21 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.037 s, sync=0.408 s, total=2.605 s; sync files=13, longest=0.174 s, average=0.032 s; distance=155 kB, estimate=1912 kB; lsn=0/20C9BA0, redo lsn=0/20C9B68
2025-03-09T16:28:13.685267540Z 2025-03-09 17:28:13.685 CET [63] LOG:  checkpoint starting: time
2025-03-09T16:28:16.710232967Z 2025-03-09 17:28:16.710 CET [63] LOG:  checkpoint complete: wrote 25 buffers (0.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.439 s, sync=0.422 s, total=3.025 s; sync files=14, longest=0.174 s, average=0.031 s; distance=187 kB, estimate=1740 kB; lsn=0/20F8B30, redo lsn=0/20F8AF8
2025-03-09T16:33:13.784284229Z 2025-03-09 17:33:13.784 CET [63] LOG:  checkpoint starting: time
2025-03-09T16:33:16.190023331Z 2025-03-09 17:33:16.189 CET [63] LOG:  checkpoint complete: wrote 19 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=1.836 s, sync=0.405 s, total=2.406 s; sync files=12, longest=0.153 s, average=0.034 s; distance=159 kB, estimate=1582 kB; lsn=0/2120A38, redo lsn=0/2120A00
2025-03-09T16:38:13.269038049Z 2025-03-09 17:38:13.268 CET [63] LOG:  checkpoint starting: time
2025-03-09T16:38:16.280868007Z 2025-03-09 17:38:16.280 CET [63] LOG:  checkpoint complete: wrote 25 buffers (0.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.439 s, sync=0.425 s, total=3.012 s; sync files=14, longest=0.172 s, average=0.031 s; distance=184 kB, estimate=1442 kB; lsn=0/214EA58, redo lsn=0/214EA20
2025-03-09T16:43:13.312427450Z 2025-03-09 17:43:13.312 CET [63] LOG:  checkpoint starting: time
2025-03-09T16:43:16.048789807Z 2025-03-09 17:43:16.048 CET [63] LOG:  checkpoint complete: wrote 22 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.138 s, sync=0.426 s, total=2.737 s; sync files=14, longest=0.173 s, average=0.031 s; distance=158 kB, estimate=1314 kB; lsn=0/2176278, redo lsn=0/2176240
2025-03-09T16:48:13.106535340Z 2025-03-09 17:48:13.106 CET [63] LOG:  checkpoint starting: time
2025-03-09T16:48:16.297035673Z 2025-03-09 17:48:16.296 CET [63] LOG:  checkpoint complete: wrote 26 buffers (0.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.540 s, sync=0.494 s, total=3.191 s; sync files=15, longest=0.216 s, average=0.033 s; distance=183 kB, estimate=1201 kB; lsn=0/21A41D8, redo lsn=0/21A41A0
2025-03-09T16:53:13.364622571Z 2025-03-09 17:53:13.364 CET [63] LOG:  checkpoint starting: time
2025-03-09T16:53:15.855187119Z 2025-03-09 17:53:15.855 CET [63] LOG:  checkpoint complete: wrote 20 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=1.937 s, sync=0.388 s, total=2.491 s; sync files=13, longest=0.152 s, average=0.030 s; distance=158 kB, estimate=1096 kB; lsn=0/21CBC80, redo lsn=0/21CBC48
2025-03-09T16:58:13.948236074Z 2025-03-09 17:58:13.948 CET [63] LOG:  checkpoint starting: time
2025-03-09T16:58:16.666394555Z 2025-03-09 17:58:16.666 CET [63] LOG:  checkpoint complete: wrote 22 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.138 s, sync=0.405 s, total=2.719 s; sync files=12, longest=0.195 s, average=0.034 s; distance=180 kB, estimate=1005 kB; lsn=0/21F8D90, redo lsn=0/21F8D58
2025-03-09T17:03:13.706562262Z 2025-03-09 18:03:13.706 CET [63] LOG:  checkpoint starting: time
2025-03-09T17:03:16.604258909Z 2025-03-09 18:03:16.604 CET [63] LOG:  checkpoint complete: wrote 24 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.268 s, sync=0.452 s, total=2.898 s; sync files=15, longest=0.178 s, average=0.031 s; distance=169 kB, estimate=921 kB; lsn=0/2223358, redo lsn=0/2223320
2025-03-09T17:08:13.694199001Z 2025-03-09 18:08:13.694 CET [63] LOG:  checkpoint starting: time
2025-03-09T17:08:16.762036205Z 2025-03-09 18:08:16.761 CET [63] LOG:  checkpoint complete: wrote 25 buffers (0.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.439 s, sync=0.460 s, total=3.068 s; sync files=14, longest=0.205 s, average=0.033 s; distance=182 kB, estimate=847 kB; lsn=0/2250D10, redo lsn=0/2250CD8
2025-03-09T17:13:13.858556099Z 2025-03-09 18:13:13.858 CET [63] LOG:  checkpoint starting: time
2025-03-09T17:13:16.329845491Z 2025-03-09 18:13:16.329 CET [63] LOG:  checkpoint complete: wrote 20 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=1.937 s, sync=0.383 s, total=2.472 s; sync files=13, longest=0.151 s, average=0.030 s; distance=160 kB, estimate=778 kB; lsn=0/2278F48, redo lsn=0/2278F10
2025-03-09T17:18:13.412456463Z 2025-03-09 18:18:13.412 CET [63] LOG:  checkpoint starting: time
2025-03-09T17:18:16.567838056Z 2025-03-09 18:18:16.567 CET [63] LOG:  checkpoint complete: wrote 26 buffers (0.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=2.540 s, sync=0.446 s, total=3.156 s; sync files=15, longest=0.171 s, average=0.030 s; distance=189 kB, estimate=719 kB; lsn=0/22A8460, redo lsn=0/22A8428
2025-03-09T17:23:13.655204689Z 2025-03-09 18:23:13.655 CET [63] LOG:  checkpoint starting: time
2025-03-09T17:23:16.244905991Z 2025-03-09 18:23:16.244 CET [63] LOG:  checkpoint complete: wrote 20 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=1.937 s, sync=0.431 s, total=2.590 s; sync files=13, longest=0.196 s, average=0.034 s; distance=160 kB, estimate=664 kB; lsn=0/22D0588, redo lsn=0/22D0550
2025-03-09T17:27:56.285897178Z 2025-03-09 18:27:56.285 CET [3129] ERROR:  duplicate key value violates unique constraint "fs_storage_path_hash"
2025-03-09T17:27:56.285954715Z 2025-03-09 18:27:56.285 CET [3129] DETAIL:  Key (storage, path_hash)=(2, 544c4f2c51a1ac1f61d4d5dab5163941) already exists.
2025-03-09T17:27:56.285994049Z 2025-03-09 18:27:56.285 CET [3129] STATEMENT:  INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)
2025-03-09T17:27:56.366265716Z 2025-03-09 18:27:56.366 CET [3129] ERROR:  duplicate key value violates unique constraint "fs_storage_path_hash"
2025-03-09T17:27:56.366302531Z 2025-03-09 18:27:56.366 CET [3129] DETAIL:  Key (storage, path_hash)=(2, 2aac281ff41b5a3640018691dc4bc91c) already exists.
2025-03-09T17:27:56.366309846Z 2025-03-09 18:27:56.366 CET [3129] STATEMENT:  INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)
2025-03-09T17:27:56.407981687Z 2025-03-09 18:27:56.407 CET [3129] ERROR:  duplicate key value violates unique constraint "fs_storage_path_hash"
2025-03-09T17:27:56.408020205Z 2025-03-09 18:27:56.407 CET [3129] DETAIL:  Key (storage, path_hash)=(2, 7e0ffbebcdfbed439fdad110b0e8853e) already exists.
2025-03-09T17:27:56.408026668Z 2025-03-09 18:27:56.407 CET [3129] STATEMENT:  INSERT INTO "oc_filecache" ("mimepart", "mimetype", "mtime", "size", "etag", "storage_mtime", "permissions", "name", "parent", "checksum", "path_hash", "path", "storage") VALUES($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)
2025-03-09T17:28:10.017525146Z 2025-03-09 18:28:10.017 CET [3165] ERROR:  duplicate key value violates unique constraint "mimetype_id_index"
2025-03-09T17:28:10.017591961Z 2025-03-09 18:28:10.017 CET [3165] DETAIL:  Key (mimetype)=(image/svg+xml) already exists.
2025-03-09T17:28:10.017600201Z 2025-03-09 18:28:10.017 CET [3165] STATEMENT:  INSERT INTO "oc_mimetypes" ("mimetype") VALUES($1)
2025-03-09T17:28:10.020022050Z 2025-03-09 18:28:10.019 CET [3167] ERROR:  duplicate key value violates unique constraint "mimetype_id_index"
2025-03-09T17:28:10.020064254Z 2025-03-09 18:28:10.019 CET [3167] DETAIL:  Key (mimetype)=(image/svg+xml) already exists.
2025-03-09T17:28:10.020071124Z 2025-03-09 18:28:10.019 CET [3167] STATEMENT:  INSERT INTO "oc_mimetypes" ("mimetype") VALUES($1)
2025-03-09T17:28:10.021186568Z 2025-03-09 18:28:10.021 CET [3168] ERROR:  duplicate key value violates unique constraint "mimetype_id_index"
2025-03-09T17:28:10.021226308Z 2025-03-09 18:28:10.021 CET [3168] DETAIL:  Key (mimetype)=(image/svg+xml) already exists.
2025-03-09T17:28:10.021231808Z 2025-03-09 18:28:10.021 CET [3168] STATEMENT:  INSERT INTO "oc_mimetypes" ("mimetype") VALUES($1)
2025-03-09T17:28:13.317920542Z 2025-03-09 18:28:13.317 CET [63] LOG:  checkpoint starting: time
2025-03-09T17:28:23.373995376Z 2025-03-09 18:28:23.373 CET [63] LOG:  checkpoint complete: wrote 87 buffers (0.5%); 0 WAL file(s) added, 0 removed, 0 recycled; write=8.670 s, sync=1.237 s, total=10.057 s; sync files=58, longest=0.090 s, average=0.022 s; distance=341 kB, estimate=631 kB; lsn=0/2325BA8, redo lsn=0/2325B38
2025-03-09T17:33:13.450693473Z 2025-03-09 18:33:13.450 CET [63] LOG:  checkpoint starting: time
2025-03-09T17:33:20.932918810Z 2025-03-09 18:33:20.932 CET [63] LOG:  checkpoint complete: wrote 65 buffers (0.4%); 0 WAL file(s) added, 0 removed, 0 recycled; write=6.457 s, sync=0.828 s, total=7.483 s; sync files=44, longest=0.051 s, average=0.019 s; distance=328 kB, estimate=601 kB; lsn=0/2377BC0, redo lsn=0/2377B50
2025-03-09T17:38:14.030596365Z 2025-03-09 18:38:14.030 CET [63] LOG:  checkpoint starting: time
2025-03-09T17:38:19.391572182Z 2025-03-09 18:38:19.391 CET [63] LOG:  checkpoint complete: wrote 45 buffers (0.3%); 0 WAL file(s) added, 0 removed, 0 recycled; write=4.443 s, sync=0.699 s, total=5.361 s; sync files=32, longest=0.102 s, average=0.022 s; distance=251 kB, estimate=566 kB; lsn=0/23B69C0, redo lsn=0/23B6988
2025-03-09T17:43:14.486973766Z 2025-03-09 18:43:14.486 CET [63] LOG:  checkpoint starting: time
2025-03-09T17:43:18.271754038Z 2025-03-09 18:43:18.271 CET [63] LOG:  checkpoint complete: wrote 31 buffers (0.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=3.035 s, sync=0.552 s, total=3.785 s; sync files=24, longest=0.109 s, average=0.023 s; distance=165 kB, estimate=526 kB; lsn=0/23DFF08, redo lsn=0/23DFE98
log nextcloud container
2025-03-09T15:29:42.688043575Z Connection to nextcloud-aio-database (172.18.0.3) 5432 port [tcp/postgresql] succeeded!
2025-03-09T15:29:42.689028723Z + '[' -f /dev-dri-group-was-added ']'
2025-03-09T15:29:42.689793370Z ++ find /dev -maxdepth 1 -mindepth 1 -name dri
2025-03-09T15:29:42.691226443Z + '[' -n '' ']'
2025-03-09T15:29:42.691281535Z + set +x
2025-03-09T15:29:42.715226624Z Enabling Imagick...
2025-03-09T15:29:44.486633798Z WARNING: opening from cache https://dl-cdn.alpinelinux.org/alpine/v3.21/main: No such file or directory
2025-03-09T15:29:44.486694557Z WARNING: opening from cache https://dl-cdn.alpinelinux.org/alpine/v3.21/community: No such file or directory
2025-03-09T15:29:44.584153688Z Connection to nextcloud-aio-redis (172.18.0.4) 6379 port [tcp/redis] succeeded!
2025-03-09T15:29:44.704161760Z Initializing nextcloud 30.0.6.2 ...
2025-03-09T15:29:49.293017126Z Initializing finished
2025-03-09T15:29:49.293060978Z New Nextcloud instance.
2025-03-09T15:29:49.301497044Z Installing with pgsql database
2025-03-09T15:29:49.301601970Z Starting Nextcloud installation...
2025-03-09T15:31:56.931186567Z Nextcloud was successfully installed
2025-03-09T15:31:57.498464716Z  - Repair MySQL collation
2025-03-09T15:31:57.499096827Z      - Not a mysql database -> nothing to do
2025-03-09T15:31:57.499120290Z  - Clean tags and favorites
2025-03-09T15:31:57.500718159Z      - 0 tags of deleted users have been removed.
2025-03-09T15:31:57.505272784Z      - 0 tags for delete files have been removed.
2025-03-09T15:31:57.506238561Z      - 0 tag entries for deleted tags have been removed.
2025-03-09T15:31:57.507084060Z      - 0 tags with no entries have been removed.
2025-03-09T15:31:57.507101634Z  - Repair invalid shares
2025-03-09T15:31:57.510260983Z  - Move .step file of updater to backup location
2025-03-09T15:31:57.510473298Z  - Add move avatar background job
2025-03-09T15:31:57.510487427Z      - Add background job
2025-03-09T15:31:57.554017405Z  - Add preview cleanup background jobs
2025-03-09T15:31:57.663648782Z  - Migrate oauth2_clients table to nextcloud schema
2025-03-09T15:31:57.969672030Z      - Update the oauth2_access_tokens table schema.
2025-03-09T15:31:57.969697827Z      - Update the oauth2_clients table schema.
2025-03-09T15:31:58.405444415Z      - Delete clients (and their related access tokens) with the redirect_uri starting with oc:// or ending with *
2025-03-09T15:31:58.409405078Z  - Repair language codes
2025-03-09T15:31:58.409430152Z  - Add log rotate job
2025-03-09T15:31:58.447672819Z  - Clear frontend caches
2025-03-09T15:31:58.447926078Z      - Image cache cleared
2025-03-09T15:31:59.414682221Z      - JS cache cleared
2025-03-09T15:31:59.414713554Z  - Clear every generated avatar
2025-03-09T15:31:59.414745313Z  - Add preview background cleanup job
2025-03-09T15:31:59.530483685Z  - Queue a one-time job to cleanup old backups of the updater
2025-03-09T15:31:59.652816459Z  - Cleanup invalid photocache files for carddav
2025-03-09T15:31:59.686379834Z  - Add background job to cleanup login flow v2 tokens
2025-03-09T15:32:00.074819856Z  - Remove potentially over exposing share links
2025-03-09T15:32:00.077432243Z      - No need to remove link shares.
2025-03-09T15:32:00.077453206Z  - Clear access cache of projects
2025-03-09T15:32:00.077459280Z  - Reset generated avatar flag
2025-03-09T15:32:00.077463928Z  - Keep legacy encryption enabled
2025-03-09T15:32:00.077468446Z  - Check encryption key format
2025-03-09T15:32:00.077472872Z  - Remove old dashboard app config data
2025-03-09T15:32:00.077477224Z  - Add job to cleanup the bruteforce entries
2025-03-09T15:32:00.194623169Z  - Queue a one-time job to check for user uploaded certificates
2025-03-09T15:32:00.201114903Z  - Repair DAV shares
2025-03-09T15:32:00.201130626Z  - Add background job to set the lookup server share state for users
2025-03-09T15:32:00.337782756Z  - Add token cleanup job
2025-03-09T15:32:00.490131742Z  - Clean up abandoned apps
2025-03-09T15:32:00.491459500Z  - Add possibly missing system config
2025-03-09T15:32:00.491488351Z  - Add AI tasks cleanup jobs
2025-03-09T15:32:00.895931580Z  - Queue a job to generate metadata
2025-03-09T15:32:01.305131120Z  - migrate lazy config values
2025-03-09T15:32:01.307372895Z  - Cache logo dimension to fix size in emails on Outlook
2025-03-09T15:32:01.307528302Z      - Theming is not used to provide a logo
2025-03-09T15:32:01.307541802Z  - Remove legacy ".ocdata" file
2025-03-09T15:32:01.307611784Z  - Add cleanup-deleted-users background job
2025-03-09T15:32:01.482679692Z  - AppAPI Daemons configuration GPU params update
2025-03-09T15:32:01.485109579Z      - Daemons configuration GPU params updated: 0
2025-03-09T15:32:01.489968130Z  - Upgrading Circles App
2025-03-09T15:32:01.941815740Z  - Fix component of birthday calendars
2025-03-09T15:32:01.943311794Z      - 0 birthday calendars updated.
2025-03-09T15:32:01.943335128Z  - Regenerating birthday calendars to use new icons and fix old birthday events without year
2025-03-09T15:32:01.943339498Z      - Adding background jobs to regenerate birthday calendar
2025-03-09T15:32:02.175094557Z  - Fix broken values of calendar objects
2025-03-09T15:32:02.183205049Z     0 [>---------------------------]
2025-03-09T15:32:02.183252938Z  - Registering building of calendar search index as background job
2025-03-09T15:32:02.184472789Z      - Add background job
2025-03-09T15:32:02.597715639Z  - Register building of social profile search index as background job
2025-03-09T15:32:02.604114892Z  - Registering background jobs to update cache for webcal calendars
2025-03-09T15:32:02.604140633Z      - Added 0 background jobs to update webcal calendars
2025-03-09T15:32:02.604146762Z  - Registering building of calendar reminder index as background job
2025-03-09T15:32:02.604151633Z      - Add background job
2025-03-09T15:32:02.774945675Z  - Clean up orphan event and contact data
2025-03-09T15:32:02.776463192Z      - 0 events without a calendar have been cleaned up
2025-03-09T15:32:02.779069486Z      - 0 properties without an events have been cleaned up
2025-03-09T15:32:02.781309947Z      - 0 changes without a calendar have been cleaned up
2025-03-09T15:32:02.782141668Z      - 0 cached events without a calendar subscription have been cleaned up
2025-03-09T15:32:02.782878279Z      - 0 changes without a calendar subscription have been cleaned up
2025-03-09T15:32:02.784872573Z      - 0 contacts without an addressbook have been cleaned up
2025-03-09T15:32:02.785408869Z      - 0 properties without a contact have been cleaned up
2025-03-09T15:32:02.786597164Z      - 0 changes without an addressbook have been cleaned up
2025-03-09T15:32:02.786610590Z  - Remove activity entries of private events
2025-03-09T15:32:02.804958313Z      - Removed 0 activity entries
2025-03-09T15:32:02.804980258Z  - Clean up old calendar subscriptions from deleted users that were not cleaned-up
2025-03-09T15:32:02.805378720Z     0 [->--------------------------]
2025-03-09T15:32:02.805438202Z      - 0 calendar subscriptions without an user have been cleaned up
2025-03-09T15:32:02.805445720Z  - Remove invalid object properties
2025-03-09T15:32:02.806747738Z      - 0 invalid object properties removed.
2025-03-09T15:32:02.806758552Z  - Fix the share type of guest shares when migrating from ownCloud
2025-03-09T15:32:02.806797238Z  - Copy the share password into the dedicated column
2025-03-09T15:32:02.806801219Z  - Set existing shares as accepted
2025-03-09T15:32:02.806804071Z  - Update OAuth token expiration times
2025-03-09T15:32:02.807123293Z  - init metadata
2025-03-09T15:32:02.807826181Z  - Switches from default updater server to the customer one if a valid subscription is available
2025-03-09T15:32:02.912254842Z  - Send an admin notification if monthly report is disabled
2025-03-09T15:32:03.057127334Z  - Force-reset all Text document sessions
2025-03-09T15:32:03.059707258Z  - Initialize migration of background images from dashboard to theming app
2025-03-09T15:32:03.174004390Z  - Add background job to check for backup codes
2025-03-09T15:32:03.297790959Z  - Populating added database structures for workflows
2025-03-09T15:32:03.821748926Z System config value updatedirectory set to string /nc-updater
2025-03-09T15:32:05.277838624Z Config value 'installedat' for app 'core' is now set to '1741534213.2400', stored as mixed in fast cache
2025-03-09T15:32:05.421930284Z Nextcloud Updater - version: v29.0.0-23-g6a5f9ec
2025-03-09T15:32:05.421962599Z 
2025-03-09T15:32:05.513887049Z Current version is 30.0.6.
2025-03-09T15:32:05.630025069Z 
2025-03-09T15:32:05.630083699Z Update to Nextcloud 31.0.0 available. (channel: "stable")
2025-03-09T15:32:05.630098051Z Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-31.0.0.zip
2025-03-09T15:32:05.630128125Z Open changelog ↗
2025-03-09T15:32:05.630137273Z 
2025-03-09T15:32:05.630224976Z Updater run in non-interactive mode.
2025-03-09T15:32:05.630234958Z 
2025-03-09T15:32:05.630239699Z Start update
2025-03-09T15:32:05.630244310Z 
2025-03-09T15:32:05.630308606Z Info: Pressing Ctrl-C will finish the currently running step and then stops the updater.
2025-03-09T15:32:05.630319810Z 
2025-03-09T15:32:05.663959630Z [ ] Check for expected files ...
] Check for expected files
2025-03-09T15:32:05.822326313Z [ ] Check for write permissions ...
] Check for write permissions
2025-03-09T15:32:05.947567343Z [ ] Create backup ...
] Create backup
2025-03-09T15:32:12.802145363Z [ ] Downloading ...
] Downloading
2025-03-09T15:32:14.079314100Z [ ] Verify integrity ...
] Verify integrity
2025-03-09T15:32:25.446561422Z [ ] Extracting ...
] Extracting
2025-03-09T15:32:25.490463325Z [ ] Enable maintenance mode ...
] Enable maintenance mode
2025-03-09T15:32:25.751013152Z [ ] Replace entry points ...
] Replace entry points
2025-03-09T15:32:27.483005236Z [ ] Delete old files ...
] Delete old files
2025-03-09T15:32:46.140133351Z [ ] Move new files in place ...
] Move new files in place
2025-03-09T15:32:46.351648947Z [ ] Done ...
] Done
2025-03-09T15:32:46.351680318Z 
2025-03-09T15:32:46.351723003Z Update of code successful.
2025-03-09T15:32:46.351736484Z Updater run in non-interactive mode - will start "occ upgrade" now.
2025-03-09T15:32:46.351742410Z 
2025-03-09T15:32:46.675428122Z Nextcloud or one of the apps require upgrade - only a limited number of commands are available
2025-03-09T15:32:46.675452326Z You may use your browser or the occ upgrade command to do the upgrade
2025-03-09T15:32:46.680134729Z Setting log level to debug
2025-03-09T15:32:46.693824957Z Repair step: Repair MySQL collation
2025-03-09T15:32:46.694056475Z Repair info: Not a mysql database -> nothing to do
2025-03-09T15:32:46.694174697Z Repair step: Copy data from accounts table when migrating from ownCloud
2025-03-09T15:32:46.881620945Z Repair step: Drop account terms table when migrating from ownCloud
2025-03-09T15:32:46.899167540Z Updating database schema
2025-03-09T15:32:50.352908231Z Updated database
2025-03-09T15:32:50.758786625Z Updating <federation> ...
2025-03-09T15:32:50.950080314Z Updated <federation> to 1.21.0
2025-03-09T15:32:50.950541480Z Updating <lookup_server_connector> ...
2025-03-09T15:32:51.035297529Z Updated <lookup_server_connector> to 1.19.0
2025-03-09T15:32:51.036172565Z Updating <oauth2> ...
2025-03-09T15:32:51.045537705Z Repair step: Update OAuth token expiration times
2025-03-09T15:32:51.199672429Z Updated <oauth2> to 1.19.1
2025-03-09T15:32:51.200037799Z Updating <password_policy> ...
2025-03-09T15:32:51.302223665Z Updated <password_policy> to 3.0.0
2025-03-09T15:32:51.302717128Z Updating <photos> ...
2025-03-09T15:32:51.311695527Z Repair step: init metadata
2025-03-09T15:32:51.535053574Z Updated <photos> to 4.0.0-dev.1
2025-03-09T15:32:51.535458370Z Updating <files> ...
2025-03-09T15:32:52.202193757Z Updated <files> to 2.3.1
2025-03-09T15:32:52.203627552Z Updating <activity> ...
2025-03-09T15:32:52.601807860Z Updated <activity> to 4.0.0
2025-03-09T15:32:52.602378859Z Updating <circles> ...
2025-03-09T15:32:52.636513735Z Repair step: Upgrading Circles App
2025-03-09T15:32:52.968897086Z Updated <circles> to 31.0.0-dev.0
2025-03-09T15:32:52.969244919Z Updating <cloud_federation_api> ...
2025-03-09T15:32:53.068428492Z Updated <cloud_federation_api> to 1.14.0
2025-03-09T15:32:53.068961973Z Updating <dav> ...
2025-03-09T15:32:53.102090793Z Repair step: Fix component of birthday calendars
2025-03-09T15:32:53.104607421Z Repair info: 0 birthday calendars updated.
2025-03-09T15:32:53.104806161Z Repair step: Regenerating birthday calendars to use new icons and fix old birthday events without year
2025-03-09T15:32:53.104924291Z Repair info: Repair step already executed
2025-03-09T15:32:53.105036957Z Repair step: Fix broken values of calendar objects
2025-03-09T15:32:53.106886678Z Fix broken values of calendar objects
2025-03-09T15:32:53.106903085Z 
2025-03-09T15:32:53.110895581Z  Starting ...
2025-03-09T15:32:53.111175785Z     0/0 [>---------------------------]   0%
2025-03-09T15:32:53.111288859Z Repair step: Registering building of calendar search index as background job
2025-03-09T15:32:53.111419303Z Repair info: Repair step already executed
2025-03-09T15:32:53.111540710Z Repair step: Register building of social profile search index as background job
2025-03-09T15:32:53.113544634Z Repair step: Registering background jobs to update cache for webcal calendars
2025-03-09T15:32:53.114995966Z Repair info: Added 0 background jobs to update webcal calendars
2025-03-09T15:32:53.115162022Z Repair step: Registering building of calendar reminder index as background job
2025-03-09T15:32:53.115268040Z Repair info: Repair step already executed
2025-03-09T15:32:53.115366651Z Repair step: Clean up orphan event and contact data
2025-03-09T15:32:53.117303520Z Repair info: 0 events without a calendar have been cleaned up
2025-03-09T15:32:53.119272629Z Repair info: 0 properties without an events have been cleaned up
2025-03-09T15:32:53.121334979Z Repair info: 0 changes without a calendar have been cleaned up
2025-03-09T15:32:53.122230885Z Repair info: 0 cached events without a calendar subscription have been cleaned up
2025-03-09T15:32:53.123077551Z Repair info: 0 changes without a calendar subscription have been cleaned up
2025-03-09T15:32:53.125082031Z Repair info: 0 contacts without an addressbook have been cleaned up
2025-03-09T15:32:53.125837752Z Repair info: 0 properties without a contact have been cleaned up
2025-03-09T15:32:53.127292177Z Repair info: 0 changes without an addressbook have been cleaned up
2025-03-09T15:32:53.127468066Z Repair step: Remove activity entries of private events
2025-03-09T15:32:53.134304152Z Repair info: Removed 0 activity entries
2025-03-09T15:32:53.134437578Z Repair step: Clean up old calendar subscriptions from deleted users that were not cleaned-up
2025-03-09T15:32:53.134944577Z Clean up old calendar subscriptions from deleted users that were not cleaned-up
2025-03-09T15:32:53.134955836Z 
2025-03-09T15:32:53.135071762Z  Starting ...
2025-03-09T15:32:53.135219355Z     0/0 [->--------------------------]   0%
2025-03-09T15:32:53.135327169Z Repair info: 0 calendar subscriptions without an user have been cleaned up
2025-03-09T15:32:53.135429966Z Repair step: Remove invalid object properties
2025-03-09T15:32:53.137075964Z Repair info: 0 invalid object properties removed.
2025-03-09T15:32:53.902182350Z Updated <dav> to 1.33.0
2025-03-09T15:32:53.902595942Z Updating <files_sharing> ...
2025-03-09T15:32:54.700848038Z Repair step: Fix the share type of guest shares when migrating from ownCloud
2025-03-09T15:32:54.701029612Z Repair step: Copy the share password into the dedicated column
2025-03-09T15:32:54.701181371Z Repair step: Set existing shares as accepted
2025-03-09T15:32:55.169291168Z Updated <files_sharing> to 1.23.1
2025-03-09T15:32:55.169670797Z Updating <files_trashbin> ...
2025-03-09T15:32:55.369001608Z Updated <files_trashbin> to 1.21.0
2025-03-09T15:32:55.373256530Z Updating <files_versions> ...
2025-03-09T15:32:55.603497294Z Updated <files_versions> to 1.24.0
2025-03-09T15:32:55.607731790Z Updating <sharebymail> ...
2025-03-09T15:32:55.724380179Z Updated <sharebymail> to 1.21.0
2025-03-09T15:32:55.724949993Z Updating <webhook_listeners> ...
2025-03-09T15:32:55.857935367Z Updated <webhook_listeners> to 1.2.0
2025-03-09T15:32:55.861549420Z Updating <workflowengine> ...
2025-03-09T15:32:55.873840371Z Repair step: Populating added database structures for workflows
2025-03-09T15:32:56.052781405Z Updated <workflowengine> to 2.13.0
2025-03-09T15:32:56.053159516Z Updating <comments> ...
2025-03-09T15:32:56.169111999Z Updated <comments> to 1.21.0
2025-03-09T15:32:56.169697776Z Updating <firstrunwizard> ...
2025-03-09T15:32:56.391132492Z Updated <firstrunwizard> to 4.0.0
2025-03-09T15:32:56.391647454Z Updating <logreader> ...
2025-03-09T15:32:56.502215813Z Updated <logreader> to 4.0.0
2025-03-09T15:32:56.502729386Z Updating <nextcloud_announcements> ...
2025-03-09T15:32:56.679526719Z Updated <nextcloud_announcements> to 3.0.0
2025-03-09T15:32:56.680083885Z Updating <notifications> ...
2025-03-09T15:32:56.936174642Z Updated <notifications> to 4.0.0
2025-03-09T15:32:56.936717512Z Updating <systemtags> ...
2025-03-09T15:32:58.413865797Z Updated <systemtags> to 1.21.1
2025-03-09T15:32:58.414769593Z Updating <theming> ...
2025-03-09T15:32:58.423857436Z Repair step: Initialize migration of background images from dashboard to theming app
2025-03-09T15:32:58.635846494Z Updated <theming> to 2.6.1
2025-03-09T15:32:58.636265346Z Updating <app_api> ...
2025-03-09T15:33:00.355556365Z Repair step: AppAPI Daemons configuration GPU params update
2025-03-09T15:33:00.358473547Z Repair info: Daemons configuration GPU params updated: 0
2025-03-09T15:33:00.624663795Z Updated <app_api> to 5.0.2
2025-03-09T15:33:00.625022887Z Updating <bruteforcesettings> ...
2025-03-09T15:33:00.703109368Z Updated <bruteforcesettings> to 4.0.0
2025-03-09T15:33:00.703487590Z Updating <contactsinteraction> ...
2025-03-09T15:33:00.869937655Z Updated <contactsinteraction> to 1.12.0
2025-03-09T15:33:00.870257969Z Updating <dashboard> ...
2025-03-09T15:33:00.969626394Z Updated <dashboard> to 7.11.0
2025-03-09T15:33:00.969976208Z Updating <federatedfilesharing> ...
2025-03-09T15:33:01.081345158Z Updated <federatedfilesharing> to 1.21.0
2025-03-09T15:33:01.081721084Z Updating <files_downloadlimit> ...
2025-03-09T15:33:01.158989307Z Updated <files_downloadlimit> to 4.0.0
2025-03-09T15:33:01.159383751Z Updating <files_pdfviewer> ...
2025-03-09T15:33:01.258832582Z Updated <files_pdfviewer> to 4.0.0
2025-03-09T15:33:01.259170730Z Updating <files_reminders> ...
2025-03-09T15:33:01.469897919Z Updated <files_reminders> to 1.4.0
2025-03-09T15:33:01.470257567Z Updating <privacy> ...
2025-03-09T15:33:01.570027547Z Updated <privacy> to 3.0.0
2025-03-09T15:33:01.570469324Z Updating <provisioning_api> ...
2025-03-09T15:33:01.658894259Z Updated <provisioning_api> to 1.21.0
2025-03-09T15:33:01.659233740Z Updating <recommendations> ...
2025-03-09T15:33:01.758823849Z Updated <recommendations> to 4.0.0
2025-03-09T15:33:01.759167053Z Updating <related_resources> ...
2025-03-09T15:33:01.869806077Z Updated <related_resources> to 2.0.0
2025-03-09T15:33:01.870199799Z Updating <serverinfo> ...
2025-03-09T15:33:02.034480255Z Updated <serverinfo> to 3.0.0
2025-03-09T15:33:02.034879477Z Updating <settings> ...
2025-03-09T15:33:02.114074661Z Updated <settings> to 1.14.0
2025-03-09T15:33:02.114439697Z Updating <support> ...
2025-03-09T15:33:02.123684096Z Repair step: Switches from default updater server to the customer one if a valid subscription is available
2025-03-09T15:33:02.123919040Z Repair info: Repair step already executed
2025-03-09T15:33:02.124098225Z Repair step: Migrate some config values to lazy loading
2025-03-09T15:33:02.292391066Z Updated <support> to 3.0.0
2025-03-09T15:33:02.292776214Z Updating <survey_client> ...
2025-03-09T15:33:02.301354557Z Repair step: Send an admin notification if monthly report is disabled
2025-03-09T15:33:02.603391160Z Updated <survey_client> to 3.0.0
2025-03-09T15:33:02.603839363Z Updating <text> ...
2025-03-09T15:33:02.617956313Z Repair step: Force-reset all Text document sessions
2025-03-09T15:33:02.791925166Z Updated <text> to 5.0.0
2025-03-09T15:33:02.792273425Z Updating <twofactor_backupcodes> ...
2025-03-09T15:33:02.801471657Z Repair step: Add background job to check for backup codes
2025-03-09T15:33:02.936047715Z Updated <twofactor_backupcodes> to 1.20.0
2025-03-09T15:33:02.936422437Z Updating <user_status> ...
2025-03-09T15:33:03.103285075Z Updated <user_status> to 1.11.0
2025-03-09T15:33:03.103680371Z Updating <viewer> ...
2025-03-09T15:33:03.181284612Z Updated <viewer> to 4.0.0
2025-03-09T15:33:03.181652908Z Updating <weather_status> ...
2025-03-09T15:33:03.281060499Z Updated <weather_status> to 1.11.0
2025-03-09T15:33:06.304482244Z Repair step: Repair MySQL collation
2025-03-09T15:33:06.304665133Z Repair info: Not a mysql database -> nothing to do
2025-03-09T15:33:06.304786762Z Repair step: Clean tags and favorites
2025-03-09T15:33:06.306836149Z Repair info: 0 tags of deleted users have been removed.
2025-03-09T15:33:06.309527239Z Repair info: 0 tags for delete files have been removed.
2025-03-09T15:33:06.310627257Z Repair info: 0 tag entries for deleted tags have been removed.
2025-03-09T15:33:06.311573867Z Repair info: 0 tags with no entries have been removed.
2025-03-09T15:33:06.311731441Z Repair step: Repair invalid shares
2025-03-09T15:33:06.314784586Z Repair step: Move .step file of updater to backup location
2025-03-09T15:33:06.314969660Z Repair info: .step file exists
2025-03-09T15:33:06.315463178Z Repair info: .step file moved to .step-previous-update
2025-03-09T15:33:06.315629326Z Repair step: Add move avatar background job
2025-03-09T15:33:06.315758659Z Repair info: Repair step already executed
2025-03-09T15:33:06.315832252Z Repair step: Add preview cleanup background jobs
2025-03-09T15:33:06.315912011Z Repair step: Migrate oauth2_clients table to nextcloud schema
2025-03-09T15:33:06.468300033Z Repair info: Update the oauth2_access_tokens table schema.
2025-03-09T15:33:06.468857236Z Repair info: Update the oauth2_clients table schema.
2025-03-09T15:33:06.813719280Z Repair info: Delete clients (and their related access tokens) with the redirect_uri starting with oc:// or ending with *
2025-03-09T15:33:06.817247980Z Repair step: Repair language codes
2025-03-09T15:33:06.817500091Z Repair step: Add log rotate job
2025-03-09T15:33:06.904006342Z Repair step: Clear frontend caches
2025-03-09T15:33:06.904496138Z Repair info: Image cache cleared
2025-03-09T15:33:06.910711132Z Repair info: JS cache cleared
2025-03-09T15:33:06.910878058Z Repair step: Clear every generated avatar
2025-03-09T15:33:06.911022465Z Repair step: Add preview background cleanup job
2025-03-09T15:33:06.975463812Z Repair step: Queue a one-time job to cleanup old backups of the updater
2025-03-09T15:33:07.048047632Z Repair step: Cleanup invalid photocache files for carddav
2025-03-09T15:33:07.048298928Z Repair step: Add background job to cleanup login flow v2 tokens
2025-03-09T15:33:07.125797984Z Repair step: Remove potentially over exposing share links
2025-03-09T15:33:07.126048150Z Repair info: No need to remove link shares.
2025-03-09T15:33:07.126195261Z Repair step: Clear access cache of projects
2025-03-09T15:33:07.126320298Z Repair step: Reset generated avatar flag
2025-03-09T15:33:07.126482502Z Repair step: Keep legacy encryption enabled
2025-03-09T15:33:07.126607928Z Repair step: Check encryption key format
2025-03-09T15:33:07.126717335Z Repair step: Remove old dashboard app config data
2025-03-09T15:33:07.126841353Z Repair step: Add job to cleanup the bruteforce entries
2025-03-09T15:33:07.181680246Z Repair step: Queue a one-time job to check for user uploaded certificates
2025-03-09T15:33:07.181930060Z Repair step: Repair DAV shares
2025-03-09T15:33:07.182082097Z Repair step: Add background job to set the lookup server share state for users
2025-03-09T15:33:07.248391720Z Repair step: Add token cleanup job
2025-03-09T15:33:07.344281888Z Repair step: Clean up abandoned apps
2025-03-09T15:33:07.345653294Z Repair step: Add possibly missing system config
2025-03-09T15:33:07.345873905Z Repair step: Add AI tasks cleanup jobs
2025-03-09T15:33:07.594461595Z Repair step: Queue a job to generate metadata
2025-03-09T15:33:07.672217058Z Repair step: migrate lazy config values
2025-03-09T15:33:07.674562871Z Repair step: Cache logo dimension to fix size in emails on Outlook
2025-03-09T15:33:07.675176593Z Repair info: Theming is not used to provide a logo
2025-03-09T15:33:07.675354204Z Repair step: Remove legacy ".ocdata" file
2025-03-09T15:33:07.675555055Z Repair step: Add cleanup-deleted-users background job
2025-03-09T15:33:07.771782890Z Repair step: Validate account properties and store phone numbers in a known format for search
2025-03-09T15:33:07.861209194Z Repair info: Queued background to validate account properties.
2025-03-09T15:33:07.962556580Z Starting code integrity check...
2025-03-09T15:33:13.690491093Z Finished code integrity check
2025-03-09T15:33:13.700188806Z Update successful
2025-03-09T15:33:13.700398898Z Maintenance mode is kept active
2025-03-09T15:33:13.700592601Z Resetting log level
2025-03-09T15:33:13.755157883Z 
2025-03-09T15:33:13.755212624Z Updater run in non-interactive mode - will disable maintenance mode now.
2025-03-09T15:33:14.115293801Z Maintenance mode disabled
2025-03-09T15:33:14.135482893Z 
2025-03-09T15:33:14.135515393Z Maintenance mode is disabled
2025-03-09T15:33:14.600457711Z Nextcloud 31.0.0
2025-03-09T15:33:15.718064133Z updatenotification 1.21.0 disabled
2025-03-09T15:33:16.578575465Z nextcloud-aio 0.7.0 enabled
2025-03-09T15:33:17.052396626Z Done.
2025-03-09T15:33:17.703984304Z Done.
2025-03-09T15:33:18.357480185Z All tables already up to date!
2025-03-09T15:33:18.379258757Z Applying default settings...
2025-03-09T15:33:18.808429998Z System config value loglevel set to integer 2
2025-03-09T15:33:19.337141329Z System config value log_type set to string file
2025-03-09T15:33:19.875801874Z System config value logfile set to string /var/www/html/data/nextcloud.log
2025-03-09T15:33:20.362352375Z System config value log_rotate_size set to integer 10485760
2025-03-09T15:33:21.324137463Z admin_audit 1.21.0 enabled
2025-03-09T15:33:22.106911906Z Config value 'logfile' for app 'admin_audit' is now set to '/var/www/html/data/audit.log', stored as mixed in fast cache
2025-03-09T15:33:22.620955344Z System config value log.condition => apps => 0 set to string admin_audit
2025-03-09T15:33:22.644203470Z Applying preview settings...
2025-03-09T15:33:23.129131028Z System config value preview_max_x set to integer 2048
2025-03-09T15:33:23.626988593Z System config value preview_max_y set to integer 2048
2025-03-09T15:33:24.136866757Z System config value jpeg_quality set to integer 60
2025-03-09T15:33:24.684834552Z Config value 'jpeg_quality' for app 'preview' is now set to '60', stored as mixed in fast cache
2025-03-09T15:33:25.139798658Z System config value enabledPreviewProviders deleted
2025-03-09T15:33:25.609138064Z System config value enabledPreviewProviders => 1 set to string OC\Preview\Image
2025-03-09T15:33:26.079853525Z System config value enabledPreviewProviders => 2 set to string OC\Preview\MarkDown
2025-03-09T15:33:26.542775363Z System config value enabledPreviewProviders => 3 set to string OC\Preview\MP3
2025-03-09T15:33:27.023024148Z System config value enabledPreviewProviders => 4 set to string OC\Preview\TXT
2025-03-09T15:33:27.505655320Z System config value enabledPreviewProviders => 5 set to string OC\Preview\OpenDocument
2025-03-09T15:33:27.979128889Z System config value enabledPreviewProviders => 6 set to string OC\Preview\Movie
2025-03-09T15:33:28.442473690Z System config value enabledPreviewProviders => 7 set to string OC\Preview\Krita
2025-03-09T15:33:28.901760125Z System config value enable_previews set to boolean true
2025-03-09T15:33:28.924316418Z Applying other settings...
2025-03-09T15:33:29.558896538Z Adding additional fs_storage_path_prefix index to the oc_filecache table, this can take some time...
2025-03-09T15:33:29.922451675Z oc_filecache table updated successfully.
2025-03-09T15:33:29.922581971Z Adding additional systag_objecttype index to the oc_systemtag_object_mapping table, this can take some time...
2025-03-09T15:33:30.353941210Z oc_systemtag_object_mapping table updated successfully.
2025-03-09T15:33:30.914631215Z System config value upgrade.disable-web set to boolean true
2025-03-09T15:33:31.375167851Z System config value mail_smtpmode set to string smtp
2025-03-09T15:33:31.839176911Z System config value trashbin_retention_obligation set to string auto, 30
2025-03-09T15:33:32.292443277Z System config value versions_retention_obligation set to string auto, 30
2025-03-09T15:33:32.754548079Z System config value activity_expire_days set to integer 30
2025-03-09T15:33:33.209470851Z System config value simpleSignUpLink.shown set to boolean false
2025-03-09T15:33:33.666431640Z System config value share_folder set to string /Shared
2025-03-09T15:33:50.278276384Z deck 1.15.0 installed
2025-03-09T15:33:50.330733908Z deck enabled
2025-03-09T15:33:52.232263102Z twofactor_totp 13.0.0-dev.0 enabled
2025-03-09T15:33:56.304430307Z tasks 0.16.1 installed
2025-03-09T15:33:56.362738900Z tasks enabled
2025-03-09T15:34:14.503810694Z calendar 5.1.3 installed
2025-03-09T15:34:14.554552368Z calendar enabled
2025-03-09T15:34:19.662738658Z contacts 7.0.3 installed
2025-03-09T15:34:19.722080769Z contacts enabled
2025-03-09T15:34:23.830729675Z notes 4.11.0 installed
2025-03-09T15:34:23.847779733Z notes enabled
2025-03-09T15:34:25.448499822Z Applying one-click-instance settings...
2025-03-09T15:34:25.966278218Z System config value one-click-instance set to boolean true
2025-03-09T15:34:26.583795112Z System config value one-click-instance.user-limit set to integer 100
2025-03-09T15:34:27.061000306Z System config value one-click-instance.link set to string https://nextcloud.com/all-in-one/
2025-03-09T15:34:27.600819145Z support already enabled
2025-03-09T15:34:27.621823347Z Adjusting log files...
2025-03-09T15:34:28.080583096Z System config value upgrade.cli-upgrade-link set to string https://github.com/nextcloud/all-in-one/discussions/2726
2025-03-09T15:34:28.555363459Z System config value logfile set to string /var/www/html/data/nextcloud.log
2025-03-09T15:34:29.072445374Z Config value were not updated
2025-03-09T15:34:29.554253082Z System config value updatedirectory set to string /nc-updater
2025-03-09T15:34:30.057597826Z System config value maintenance_window_start set to integer 100
2025-03-09T15:34:30.080631433Z Applying network settings...
2025-03-09T15:34:30.545588010Z System config value allow_local_remote_servers set to boolean true
2025-03-09T15:34:31.028965661Z System config value davstorage.request_timeout set to integer 3600
2025-03-09T15:34:31.507681483Z System config value trusted_domains => 1 set to string cloud.xxxx.com
2025-03-09T15:34:32.071240891Z System config value overwrite.cli.url set to string https://cloud.xxxx.com/
2025-03-09T15:34:32.617611853Z System config value documentation_url.server_logs set to string https://github.com/nextcloud/all-in-one/discussions/5425
2025-03-09T15:34:33.223987146Z System config value htaccess.RewriteBase set to string /
2025-03-09T15:34:33.787425277Z .htaccess has been updated
2025-03-09T15:34:34.276895811Z System config value dbpersistent set to boolean false
2025-03-09T15:34:34.849574451Z System config value auth.bruteforce.protection.enabled set to boolean true
2025-03-09T15:34:35.399244280Z System config value ratelimit.protection.enabled set to boolean true
2025-03-09T15:34:35.931256274Z System config value files_external_allow_create_new_local set to boolean false
2025-03-09T15:34:55.582902046Z notify_push 1.0.0 installed
2025-03-09T15:34:55.681354582Z notify_push enabled
2025-03-09T15:34:56.231291965Z System config value trusted_proxies => 0 set to string 127.0.0.1
2025-03-09T15:34:56.775665743Z System config value trusted_proxies => 1 set to string ::1
2025-03-09T15:34:57.313152750Z System config value trusted_proxies => 10 set to string 172.18.0.0/16
2025-03-09T15:34:57.890625515Z Config value 'base_endpoint' for app 'notify_push' is now set to 'https://cloud.xxxx.com/push', stored as mixed in fast cache
2025-03-09T15:34:59.428522290Z app_api 5.0.2 disabled
2025-03-09T15:35:07.477666659Z whiteboard 1.0.5 installed
2025-03-09T15:35:07.539159916Z whiteboard enabled
2025-03-09T15:35:08.078088550Z Config value 'collabBackendUrl' for app 'whiteboard' is now set to 'https://cloud.xxxx.com/whiteboard', stored as mixed in fast cache
2025-03-09T15:35:08.611729431Z Config value 'jwt_secret_key' for app 'whiteboard' is now set to 'e064e0768f32b30a8cae36246a91ce6e039d6ee3976aad9e', stored as mixed in fast cache
2025-03-09T15:35:08.663927196Z Waiting for nextcloud-aio-apache to start...
2025-03-09T15:35:13.694851346Z + '[' true = true ']'
2025-03-09T15:35:13.694899827Z + '[' 443 = 443 ']'
2025-03-09T15:35:13.696050585Z ++ dig nextcloud-aio-apache A +short +search
2025-03-09T15:35:13.696454955Z ++ grep '^[0-9.]\+$'
2025-03-09T15:35:13.697676454Z ++ sort
2025-03-09T15:35:13.697712639Z ++ head -n1
2025-03-09T15:35:13.723978837Z + IPv4_ADDRESS_APACHE=172.18.0.8
2025-03-09T15:35:13.725815742Z ++ dig nextcloud-aio-apache AAAA +short +search
2025-03-09T15:35:13.725854594Z ++ grep '^[0-9a-f:]\+$'
2025-03-09T15:35:13.726067705Z ++ sort
2025-03-09T15:35:13.727744555Z ++ head -n1
2025-03-09T15:35:13.751320662Z + IPv6_ADDRESS_APACHE=
2025-03-09T15:35:13.752509291Z ++ dig nextcloud-aio-mastercontainer A +short +search
2025-03-09T15:35:13.752720439Z ++ grep '^[0-9.]\+$'
2025-03-09T15:35:13.753981271Z ++ sort
2025-03-09T15:35:13.754015493Z ++ head -n1
2025-03-09T15:35:13.778691896Z + IPv4_ADDRESS_MASTERCONTAINER=172.18.0.2
2025-03-09T15:35:13.779653432Z ++ dig nextcloud-aio-mastercontainer AAAA +short +search
2025-03-09T15:35:13.779879302Z ++ grep '^[0-9a-f:]\+$'
2025-03-09T15:35:13.780467894Z ++ sort++ head -n1
2025-03-09T15:35:13.780622542Z 
2025-03-09T15:35:13.806801628Z + IPv6_ADDRESS_MASTERCONTAINER=
2025-03-09T15:35:13.806838165Z + sed -i 's|^;listen.allowed_clients|listen.allowed_clients|' /usr/local/etc/php-fpm.d/www.conf
2025-03-09T15:35:13.910626511Z + sed -i 's|listen.allowed_clients.*|listen.allowed_clients = 127.0.0.1,::1,172.18.0.8,,172.18.0.2,|' /usr/local/etc/php-fpm.d/www.conf
2025-03-09T15:35:13.914147767Z + sed -i '/^listen.allowed_clients/s/,,/,/g' /usr/local/etc/php-fpm.d/www.conf
2025-03-09T15:35:13.917307393Z + sed -i '/^listen.allowed_clients/s/,$//' /usr/local/etc/php-fpm.d/www.conf
2025-03-09T15:35:13.920309261Z + grep listen.allowed_clients /usr/local/etc/php-fpm.d/www.conf
2025-03-09T15:35:13.922021944Z listen.allowed_clients = 127.0.0.1,::1,172.18.0.8,172.18.0.2
2025-03-09T15:35:13.922269703Z + set +x
2025-03-09T15:35:15.361413239Z Waiting for nextcloud-aio-apache to become available...
2025-03-09T15:35:15.495891259Z [09-Mar-2025 16:35:15] NOTICE: fpm is running, pid 501
2025-03-09T15:35:15.495927296Z [09-Mar-2025 16:35:15] NOTICE: ready to handle connections
2025-03-09T15:35:30.366306323Z Connection to nextcloud-aio-apache (172.18.0.8) 443 port [tcp/https] succeeded!
log notify push container
2025-03-09T15:34:57.630035466Z Waiting for Nextcloud to start...
2025-03-09T15:35:02.633519423Z Waiting for Nextcloud to start...
2025-03-09T15:35:07.636931711Z Waiting for Nextcloud to start...
2025-03-09T15:35:12.640584758Z Waiting for Nextcloud to start...
2025-03-09T15:35:17.644455859Z Connection to nextcloud-aio-nextcloud (172.18.0.5) 9001 port [tcp/*] succeeded!
2025-03-09T15:35:17.647008672Z notify-push was started
2025-03-09T15:35:17.703886525Z [2025-03-09 16:35:17.703613 +01:00] ERROR [notify_push] src/main.rs:84: Self test failed: Error while communicating with nextcloud instance: error sending request for url (https://cloud.xxxx.com/index.php/apps/notify_push/test/version)
log redis container
2025-03-09T15:27:55.893176842Z Redis has started
log whiteboard container
2025-03-09T15:34:20.688385998Z Connection to nextcloud-aio-redis (172.18.0.4) 6379 port [tcp/redis] succeeded!
2025-03-09T15:34:21.373461828Z 
2025-03-09T15:34:21.373502735Z > whiteboard@1.0.5 server:start
2025-03-09T15:34:21.373507902Z > node websocket_server/main.js
2025-03-09T15:34:21.373511272Z 
2025-03-09T15:34:22.288708679Z Setting up Redis Streams adapter
2025-03-09T15:34:22.292082287Z Redis Streams adapter set up successfully
2025-03-09T15:34:22.300284224Z Listening on port: 3002
2025-03-09T15:34:22.300469113Z Server started successfully on port 3002

Today, I tried the same installation process, but while using Chromium instead of Firefox to set up AIO. Everything went smoothly, and I could start the Nextcloud admin session directly.

Thus, I assume this refreshing problem appears only with Firefox on Ubuntu on the client side.
In my case:

  • Firefox 136.0.1 (64 bits)
  • Mozilla Firefox Snap for Ubuntu
  • canonical-002 - 1.0
  • => Ubuntu 24.04.2 LTS

Maybe you must delete you firefox cache. Also you can try Strg/Ctrl F5

Thanks. I already tried to clean cache, and run Ctrl+F5, without success.

Indeed, I now remember that I faced a similar problem a few years ago for a different website, built with Reactjs and Docker, that required authentications.
There was also a meta-admin authentication to access parameters on a different port (like AIO on 8080 port), and then a user authentication to access the private website on port 443. I also had to connect to user interface with incognito mode.
I never found the reason, also explored all cookies possible.
So maybe, this is a specificity of Firefox, with double port authentications…

You can use browser dev tool (F12) and there network. Maybe you find a difference between the normal mode and the incognito mode. Post some details.

If you’re using nginx proxy manager disable cache assets