Help with Nextcloud - Fresh Install

I installed AIO version using portainer. Office section is disabled. I also added Collbra in the AIO admin page .
I also receive some errors in the logging page


services:
  nextcloud-aio-mastercontainer:
    image: nextcloud/all-in-one:latest
    init: true
    restart: always
    container_name: nextcloud-aio-mastercontainer # This line is not allowed to be changed as otherwise AIO will not work correctly
    volumes:
      - nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be changed as otherwise the built-in backup solution will not work
      - /var/run/docker.sock:/var/run/docker.sock:ro # May be changed on macOS, Windows or docker rootless. See the applicable documentation. If adjusting, don't forget to also set 'WATCHTOWER_DOCKER_SOCKET_PATH'!
    network_mode: bridge # add to the same network as docker run would do
    ports:      
      - 6080:8080      
    environment: # Is needed when using any of the options below
      AIO_DISABLE_BACKUP_SECTION: false # Setting this to true allows to hide the backup section in the AIO interface. See https://github.com/nextcloud/all-in-one#how-to-disable-the-backup-section
      
      APACHE_PORT: 11000 # Is needed when running behind a web server or reverse proxy (like Apache, Nginx, Caddy, Cloudflare Tunnel and else). See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md
      APACHE_IP_BINDING: 192.168.1.111       
      BORG_RETENTION_POLICY: --keep-within=7d --keep-weekly=4 --keep-monthly=6 # Allows to adjust borgs retention policy. See https://github.com/nextcloud/all-in-one#how-to-adjust-borgs-retention-policy
      # COLLABORA_SECCOMP_DISABLED: false # Setting this to true allows to disable Collabora's Seccomp feature. See https://github.com/nextcloud/all-in-one#how-to-disable-collaboras-seccomp-feature
      NEXTCLOUD_DATADIR: /mnt/crucial/nextcloud/data # Allows to set the host directory for Nextcloud's datadir. ⚠️⚠️⚠️ Warning: do not set or adjust this value after the initial Nextcloud installation is done! See https://github.com/nextcloud/all-in-one#how-to-change-the-default-location-of-nextclouds-datadir
      

volumes: 
  nextcloud_aio_mastercontainer:
    name: nextcloud_aio_mastercontainer

Log from collabra AIO:

2024-12-26T21:21:28.696611858Z wsd-00007-00019 2024-12-26 16:21:28.696351 -0500 [ remotefontconfig_poll ] ERR Remote config server has response status code: 302 (Found)| wsd/RemoteConfig.cpp:133
2024-12-26T21:22:28.976886146Z wsd-00007-00019 2024-12-26 16:22:28.976715 -0500 [ remotefontconfig_poll ] ERR Remote config server has response status code: 302 (Found)| wsd/RemoteConfig.cpp:133
2024-12-26T21:23:29.194982399Z wsd-00007-00019 2024-12-26 16:23:29.194780 -0500 [ remotefontconfig_poll ] ERR Remote config server has response status code: 302 (Found)| wsd/RemoteConfig.cpp:133
2024-12-26T21:24:29.482056212Z wsd-00007-00019 2024-12-26 16:24:29.481741 -0500 [ remotefontconfig_poll ] ERR Remote config server has response status code: 302 (Found)| wsd/RemoteConfig.cpp:133

Error log from LOG READER:

Error index ExceptionCall to a member function xpath() on false in file ‘/var/www/html/custom_apps/richdocuments/lib/WOPI/Parser.php’ line 41 Dec 26, 2024, 4:19:26 PM
Error PHP simplexml_load_string(): ^ at /var/www/html/custom_apps/richdocuments/lib/WOPI/Parser.php#39 Dec 26, 2024, 4:19:26 PM
Error PHP simplexml_load_string(): <input hidden type="text" name="redirect_url" value=‘’> at /var/www/html/custom_apps/richdocuments/lib/WOPI/Parser.php#39 Dec 26, 2024, 4:19:26 PM
Error PHP simplexml_load_string(): Entity: line 54: parser error : attributes construct error at /var/www/html/custom_apps/richdocuments/lib/WOPI/Parser.php#39 Dec 26, 2024, 4:19:26 PM
Error PHP simplexml_load_string(): ^ at /var/www/html/custom_apps/richdocuments/lib/WOPI/Parser.php#39 Dec 26, 2024, 4:19:26 PM
Error PHP simplexml_load_string(): <input hidden type="text" name="redirect_url" value=‘’> at /var/www/html/custom_apps/richdocuments/lib/WOPI/Parser.php#39 Dec 26, 2024, 4:19:26 PM
Error PHP simplexml_load_string(): Entity: line 54: parser error : Specification mandates value for attribute hidden at /var/www/html/custom_apps/richdocuments/lib/WOPI/Parser.php#39 Dec 26, 2024, 4:19:26 PM
Error PHP simplexml_load_string(): ^ at /var/www/html/custom_apps/richdocuments/lib/WOPI/Parser.php#39 Dec 26, 2024, 4:19:26 PM
Error PHP simplexml_load_string(): <input hidden type="text" name="connector_type" value=‘’> at /var/www/html/custom_apps/richdocuments/lib/WOPI/Parser.php#39 Dec 26, 2024, 4:19:26 PM
Error PHP simplexml_load_string(): Entity: line 53: parser error : Couldn’t find end of Start Tag input line 53 at /var/www/html/custom_apps/richdocuments/lib/WOPI/Parser.php#39 Dec 26, 2024, 4:19:26 PM
Error PHP simplexml_load_string(): ^ at /var/www/html/custom_apps/richdocuments/lib/WOPI/Parser.php#39 Dec 26, 2024, 4:19:26 PM
Error PHP simplexml_load_string(): <input hidden type="text" name="connector_type" value=‘’> at /var/www/html/custom_apps/richdocuments/lib/WOPI/Parser.php#39 Dec 26, 2024, 4:19:26 PM
Error PHP simplexml_load_string(): Entity: line 53: parser error : attributes construct error at /var/www/html/custom_apps/richdocuments/lib/WOPI/Parser.php#39 Dec 26, 2024, 4:19:26 PM

Hi there,

It sounds like you’re setting up Nextcloud AIO, which is a great choice for a self-hosted solution! However,
it would be helpful if you could provide more details about your setup and what you’re aiming to achieve. For example:

  • What kind of hardware or device are you installing it on?
  • What operating system or Linux distribution are you using?
  • Are you planning to use a domain or subdomain for access?
  • Will you be using a reverse proxy (e.g., NGINX or Apache)?
  • Are there specific goals you’re trying to accomplish, like external access, integration with other services, or specific features?

With a bit more context, it’ll be much easier to offer guidance tailored to your needs.

1 Like

I lost patient with this as I was spending whole day. I deleted all the docker volume folders, images, containers, stacks and re-installed. It worked fine this time.
I don’t know what was the issue or how it resolved, it works fine for now :slight_smile:

I create a new post if I run into any more issues while I explore my Nextcloud.

1 Like

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.