Jump to content

Nextcloud 404 error after upgrade from 6.9.2 to 6.12.8


Recommended Posts

I recently upgraded my unraid server to 6.12.8 from 6.9.2 due to other issues.

 

After the upgrade it seemed the docker settings slightly changed (i also accidentally upgraded to the latest version when I was on 22.2.2, but updated the tag to the version i'm currently running.)  The port switched back to 443 (default port). I had changed it back to the previous setting port 4445 (noted in the config file below).

 

I did run a new permissions as i found an issue with my plex server and upgrading past 6.10.

 

Since the upgrade my nextcloud is now returning a 404 error on any page I visit. 

 

I'm struggling to find any additional clues on where to look to find the problem.

 

The docker logs show:

Quote

GID/UID
-------------------------------------

User uid:    99
User gid:    100
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 20-config: executing...
[cont-init.d] 20-config: exited 0.
[cont-init.d] 30-keygen: executing...
using keys found in /config/keys
[cont-init.d] 30-keygen: exited 0.
[cont-init.d] 40-config: executing...
[cont-init.d] 40-config: exited 0.
[cont-init.d] 50-install: executing...
[cont-init.d] 50-install: exited 0.
[cont-init.d] 60-memcache: executing...
[cont-init.d] 60-memcache: exited 0.
[cont-init.d] 70-aliases: executing...
[cont-init.d] 70-aliases: exited 0.
[cont-init.d] 90-custom-folders: executing...
[cont-init.d] 90-custom-folders: exited 0.
[cont-init.d] 99-custom-files: executing...
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-files: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.

 

but then later i went to look at it and saw this repeatedly

 

Quote

s6-applyuidgid: fatal: unable to exec php: No such file or directory

 

 

The port on the docker container matches the config file

Quote

'trusted_domains' =>
  array (
    0 => 'x.x.x.x:4445',
    1 => 'cloud.<domain>.net',
  ),
  'dbtype' => 'mysql',
  'version' => '22.2.0.2',
  'overwrite.cli.url' => 'https://cloud.<domain>.net',
  'overwritehost' => 'cloud.<domain>.net',
  'overwriteprotocol' => 'https'

 

The access logs show regardless of where i go (nextcloud/log/ngix/access.log)

Quote

[18/Mar/2024:19:46:54 -0400] "GET /favicon.ico HTTP/1.1" 404 153 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0"

 

Any tips on where I can find the source of the problem here?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...