Problem Nextcloud 32.0 install

I have the same issue, reported it here: NextCloud Install Issues Ubuntu 24.04 - #5 by honduken but here are the details:

Nextcloud 32, Ubuntu 24.04, Apache 2.4.58, PHP 8.4, running in proxmox.

Interestingly, now I’m getting a log in nextcloud.log whereas before I wasn’t: (I’m thinking this has to do with adding trusted domains in the config.php file as a troubleshooting step. I removed it from the config.php file and it is not generating a log anymore)

{"reqId":"7DXJ1zsCuhqC6Xz54IbQ","level":2,"time":"2025-10-15T12:16:32+00:00","remoteAddr":"192.168.1.182","user":"--","app":"no app in context","method":"POST","url":"/nextcloud/","message":"Host 192.168.1.37 was not connected to because it violates local access rules","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0","version":"","data":[]}

There is nothing in the access or error.log files.

This is a fresh install following the administration guide here: Introduction — Nextcloud latest Administration Manual latest documentation

Other things I’ve tried:

  1. chown www-data:www-data on the nextcloud directory as a whole
  2. chmod 755 on the nextcloud directory as a whole
  3. adding trusted domains in the config.php file

Let me know if you need me to run anything on the new server to gain more logs. I already have a running instance that I use all the time, this is just me trying to move things to a new server. I’ll be happy to provide anything you need to help.

1 Like