nextcloud / all-in-one

📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.
https://hub.docker.com/r/nextcloud/all-in-one
GNU Affero General Public License v3.0
5.07k stars 587 forks source link

Multiple warnings since Mastercontainer upgrade, mostly webserver can't connect to itself. #4997

Closed msrv closed 1 month ago

msrv commented 1 month ago

Steps to reproduce

  1. Upgrade mastercontainer to v9.1.0
  2. Go to NC 29 Admin interface

Expected behavior

No warnings shown as there were no warnings before the upgrade

Actual behavior

Multiple warnings given: Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory. To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one itstrusted_domainsor theoverwrite.cli.url. Your webserver is not set up to serve.js.mapfiles. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise. Could not check for JavaScript support via any of yourtrusted_domainsnoroverwrite.cli.url. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves.mjsfiles using the JavaScript MIME type. To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one itstrusted_domainsor theoverwrite.cli.url. Could not check if your web server properly resolves the OCM and OCS provider URLs. To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one itstrusted_domainsor theoverwrite.cli.url. One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the commandocc maintenance:repair --include-expensiveto perform the migrations.

Host OS

Ubuntu jammy

Nextcloud AIO version

9.1.0

Current channel

latest

Other valuable info