Internal Server Error - AIO Installation

Hi All,

I’ve been searching for a solution to my problem but so far without any success… So I thought to give it a go launching a new topic. I will warn you on beforehand, I’m by no means an expert, so bear with me…

Some background of the system that I am running

  • Nextcloud AIO v10.12.0
  • Running in Dockge
  • TrueNAS Scale ElectricEel-24.10.1
  • Using Nginx app on TrueNAS scale as a reverse proxy

All was working well, but after a reinstallation of my TrueNAS box I got the following message from my Nextcloud.

Compose.yaml

services:
  nextcloud:
    image: nextcloud/all-in-one:latest # Must be changed to 'nextcloud/all-in-one:latest-arm64' when used with an arm64 CPU
    restart: always
    container_name: nextcloud-aio-mastercontainer
    volumes:
      - nextcloud_aio_mastercontainer:/mnt/docker-aio-config
      - /var/run/docker.sock:/var/run/docker.sock:ro
    ports:
      - 8080:8080
    environment:
      - APACHE_PORT=11000
      - NEXTCLOUD_DATADIR=/mnt/tank/docker/nextcloud_aio/data # Allows to set the host directory for Nextcloud's datadir. See https://github.com/nextcloud/all-in-one#how-to-change-the-default-location-of-nextclouds-datadir
      - NEXTCLOUD_MOUNT=/mnt/tank/docker/nextcloud_aio # Allows the Nextcloud container to access the chosen directory on the host. See https://github.com/nextcloud/all-in-one#how-to-allow-the-nextcloud-container-to-access-directories-on-the-host
      - NEXTCLOUD_MEMORY_LIMIT=4096M
networks: {}
volumes:
  nextcloud_aio_mastercontainer:
    name: nextcloud_aio_mastercontainer

I tried the following to retrieve my log file, but it appears the resulting log was somewhat to large to put in a single post?

sudo docker exec nextcloud-aio-nextcloud tail data/nextcloud.log

Thank you in advance!

Bart

The request ID in the internal server error output can be used to find the relevant entries (and/or you can cross-reference the time of the transactions).

Hi All,

I just went ahead and did a fresh installation. All seems to be working as it should.

Thanks!

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