Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: [authz_core:error] AH01630: client denied by server configuration: /var/www/apps (dav/cloud/etc) #37115

Closed
6 of 9 tasks
wpwentzell opened this issue Mar 7, 2023 · 4 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 25-feedback bug

Comments

@wpwentzell
Copy link

⚠️ This issue respects the following points: ⚠️

  • This is a bug, not a question or a configuration/webserver/proxy issue.
  • This issue is not already reported on Github (I've searched it).
  • Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
  • Nextcloud Server is running on 64bit capable CPU, PHP and OS.
  • I agree to follow Nextcloud's Code of Conduct.

Bug description

Let me start by saying that I am not sure if this issue is more applicable to the server or desktop client repositories, so I am starting here.

When I restrict root directory access (/var/www; require all denied) within and Apache and subsequently open the Nextcloud directory access (/var/www/nextcloud; require all granted) with the same directives as applied to the root directory, I get tons of 403 errors to my install. These 403 errors are all coming from my many clients and the web interface. What makes this harder to troubleshoot is that everything actually works as expected: clients all sync properly, and can access the server. I can access the server from the web interface without issue. The server logs are clean and do not show any errors related to this behavior. Client logs all show correct routing requests to the /nextcloud directory.

I have made extensive issue reports about this behavior in the Nextcloud community and in the DietPi (OS) community without resolution.

directory paths that are 403’d:
/var/www/apps
/var/www/cloud
/var/www/dav
/var/www/204
/var/www/avatar
etc…

Many of these directories that are 403'd do not actually even exist, even in /var/www/nextcloud. The vast majority of the 403'd directories are /dav, /cloud, and /apps

The clients are indeed querying the correct URLs as I’ve taken a log dump of the Windows client.
2023-03-02 16:22:12:422 [ info nextcloud.sync.networkjob.jsonapi C:\Users\sysadmin\AppData\Local\Temp\2\windows-13476\client-building\desktop\src\libsync\networkjobs.cpp:829 ]: JsonApiJob of QUrl("https://xxx.xxx.xxx/nextcloud/ocs/v1.php/cloud/user?format=json") FINISHED WITH STATUS "OK"

There are parallel 403s that align with these requests. In the case of the above, it looks like this:
Mar 02 16:21:46 DietPi apache2[1947977]: [authz_core:error] [pid 1947977:tid 140460974655232] [client 192.168.1.4:53370] AH01630: client denied by server configuration: /var/www/cloud

Steps to reproduce

  1. Restrict root directory (/var/www) access (require all denied) in Apache config, opening (require all granted) only directories with running services (/var/www/nextcloud).
  2. journalctl -f
  3. See tons of 403 errors where my internal IPs are getting denied from certain Nextcloud directories that do not exist. E.G. [authz_core:error] [pid 222383:tid 140497423161088] [client X.X.X.X:55662] AH01630: client denied by server configuration: /var/www/dav

Expected behavior

No 403 errors should appear for clients accessing the Nextcloud server

Installation method

Other Community project

Operating system

Debian/Ubuntu

PHP engine version

PHP 7.4

Web server

Apache (supported)

Database engine version

MariaDB

Is this bug present after an update or on a fresh install?

Updated to a major version (ex. 22.2.3 to 23.0.1)

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "localhost",
            "*"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "25.0.4.1",
        "hashingThreads": 4,
        "memcache.local": "\\OC\\Memcache\\APCu",
        "filelocking.enabled": true,
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0
        },
        "overwrite.cli.url": "https:\/\/sauce.hopto.org\/nextcloud",
        "htaccess.RewriteBase": "\/nextcloud",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "twofactor_enforced": "true",
        "twofactor_enforced_groups": [],
        "twofactor_enforced_excluded_groups": [],
        "mail_smtpmode": "smtp",
        "mail_sendmailmode": "smtp",
        "maintenance": false,
        "theme": "",
        "loglevel": 2,
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "587",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpauthtype": "LOGIN",
        "mail_smtpauth": 1,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpsecure": "tls",
        "default_phone_region": "US",
        "memories.exiftool": "\/var\/www\/nextcloud\/apps\/memories\/exiftool-bin\/exiftool-amd64-glibc",
        "memories.ffmpeg_path": "\/usr\/bin\/ffmpeg",
        "memories.ffprobe_path": "\/usr\/bin\/ffprobe",
        "memories.transcoder": "\/var\/www\/nextcloud\/apps\/memories\/exiftool-bin\/go-vod-amd64",
        "memories.no_transcode": true,
        "memories.qsv": true
    }
}

List of activated Apps

Enabled:
  - activity: 2.17.0
  - bruteforcesettings: 2.5.0
  - circles: 25.0.0
  - cloud_federation_api: 1.8.0
  - comments: 1.15.0
  - contactsinteraction: 1.6.0
  - dashboard: 7.5.0
  - dav: 1.24.0
  - federatedfilesharing: 1.15.0
  - federation: 1.15.0
  - files: 1.20.1
  - files_pdfviewer: 2.6.0
  - files_rightclick: 1.4.0
  - files_sharing: 1.17.0
  - files_trashbin: 1.15.0
  - files_versions: 1.18.0
  - firstrunwizard: 2.14.0
  - logreader: 2.10.0
  - lookup_server_connector: 1.13.0
  - nextcloud_announcements: 1.14.0
  - notifications: 2.13.1
  - oauth2: 1.13.0
  - password_policy: 1.15.0
  - photos: 2.0.1
  - privacy: 1.9.0
  - provisioning_api: 1.15.0
  - recommendations: 1.4.0
  - related_resources: 1.0.4
  - serverinfo: 1.15.0
  - settings: 1.7.0
  - sharebymail: 1.15.0
  - support: 1.8.0
  - survey_client: 1.13.0
  - suspicious_login: 4.3.0
  - systemtags: 1.15.0
  - text: 3.6.0
  - theming: 2.0.1
  - twofactor_backupcodes: 1.14.0
  - twofactor_totp: 7.0.0
  - updatenotification: 1.15.0
  - user_status: 1.5.0
  - viewer: 1.9.0
  - weather_status: 1.5.0
  - workflowengine: 2.7.0
Disabled:
  - admin_audit
  - encryption
  - files_external
  - user_ldap

Nextcloud Signing status

No errors have been found.

Nextcloud Logs

Info	updater	\OC\Updater::resetLogLevel: Reset log level to Warning(2)		2023-03-02T16:20:08-0700
Info	updater	\OC\Updater::maintenanceDisabled: Turned off maintenance mode		2023-03-02T16:20:08-0700
Info	updater	\OC\Updater::updateEnd: Update successful		2023-03-02T16:20:08-0700
Info	updater	\OC\Updater::finishedCheckCodeIntegrity: Finished code integrity check		2023-03-02T16:20:08-0700
Info	no app in context	Symfony\Component\Routing\Exception\RouteNotFoundException: Unable to generate a URL for the named route "photos.page.index" as such route does not exist.		2023-03-02T16:20:07-0700
Info	no app in context	Symfony\Component\Routing\Exception\RouteNotFoundException: Unable to generate a URL for the named route "files.view.index" as such route does not exist.		2023-03-02T16:20:07-0700
Info	no app in context	Symfony\Component\Routing\Exception\RouteNotFoundException: Unable to generate a URL for the named route "files.view.index" as such route does not exist.		2023-03-02T16:20:07-0700
Info	no app in context	Symfony\Component\Routing\Exception\RouteNotFoundException: Unable to generate a URL for the named route "dashboard.dashboard.index" as such route does not exist.		2023-03-02T16:20:07-0700
Info	no app in context	Symfony\Component\Routing\Exception\RouteNotFoundException: Unable to generate a URL for the named route "activity.Activities.showList" as such route does not exist.		2023-03-02T16:20:07-0700
Info	no app in context	Symfony\Component\Routing\Exception\RouteNotFoundException: Unable to generate a URL for the named route "theming.Theming.getManifest" as such route does not exist.		2023-03-02T16:20:07-0700
Info	no app in context	Symfony\Component\Routing\Exception\RouteNotFoundException: Unable to generate a URL for the named route "theming.Icon.getTouchIcon" as such route does not exist.		2023-03-02T16:20:07-0700
Info	no app in context	Symfony\Component\Routing\Exception\RouteNotFoundException: Unable to generate a URL for the named route "theming.Icon.getFavicon" as such route does not exist.		2023-03-02T16:20:07-0700
Info	no app in context	Symfony\Component\Routing\Exception\RouteNotFoundException: Unable to generate a URL for the named route "ocs.password_policy.API.validate" as such route does not exist.		2023-03-02T16:20:07-0700
Info	no app in context	Symfony\Component\Routing\Exception\RouteNotFoundException: Unable to generate a URL for the named route "ocs.password_policy.API.generate" as such route does not exist.		2023-03-02T16:20:07-0700
Info	no app in context	Symfony\Component\Routing\Exception\RouteNotFoundException: Unable to generate a URL for the named route "cloud_federation_api.RequestHandler.addShare" as such route does not exist.		2023-03-02T16:20:07-0700
Info	updater	\OC\Updater::startCheckCodeIntegrity: Starting code integrity check...		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add possibly missing system config		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Clean up abandoned apps		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add token cleanup job		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add background job to set the lookup server share state for users		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Repair DAV shares		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Queue a one-time job to check for user uploaded certificates		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add job to cleanup the bruteforce entries		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Remove old dashboard app config data		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Check encryption key format		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Keep legacy encryption enabled		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Reset generated avatar flag		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Clear access cache of projects		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: No need to remove link shares.		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Remove potentially over exposing share links		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add background job to cleanup login flow v2 tokens		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Cleanup invalid photocache files for carddav		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Queue a one-time job to cleanup old backups of the updater		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add preview background cleanup job		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Clear every generated avatar on major updates		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: JS cache cleared		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: Image cache cleared		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Clear frontend caches		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add log rotate job		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Repair language codes		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: No mounts updated		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Fix potential broken mount points		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: Update the oauth2_clients table schema.		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: Update the oauth2_access_tokens table schema.		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Migrate oauth2_clients table to nextcloud schema		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add preview cleanup background jobs		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: Repair step already executed		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add move avatar background job		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: .step file moved to .step-previous-update		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: .step-previous-update removed		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: .step file exists		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Move .step file of updater to backup location		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Repair invalid shares		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: 0 tags with no entries have been removed.		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: 0 tag entries for deleted tags have been removed.		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: 0 tags for delete files have been removed.		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: 0 tags of deleted users have been removed.		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Clean tags and favorites		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Repair mime types		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: All tables already have the correct collation -> nothing to do		2023-03-02T16:20:04-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Repair MySQL collation		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "workflowengine" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "workflowengine" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "weather_status" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "weather_status" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "viewer" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "viewer" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "user_status" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "user_status" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "updatenotification" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "updatenotification" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "twofactor_totp" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "twofactor_totp" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "twofactor_backupcodes" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "twofactor_backupcodes" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "theming" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "theming" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "text" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "text" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "systemtags" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "systemtags" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "suspicious_login" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "suspicious_login" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "survey_client" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "survey_client" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "support" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "support" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "sharebymail" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "sharebymail" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "settings" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "settings" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "serverinfo" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "serverinfo" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "related_resources" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "related_resources" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "recommendations" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "recommendations" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "provisioning_api" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "provisioning_api" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "privacy" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "privacy" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "photos" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "photos" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "password_policy" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "password_policy" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "oauth2" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "oauth2" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "notifications" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "notifications" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "nextcloud_announcements" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "nextcloud_announcements" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "lookup_server_connector" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "lookup_server_connector" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "logreader" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "logreader" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "firstrunwizard" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "firstrunwizard" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "files_versions" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_versions" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "files_trashbin" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_trashbin" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "files_sharing" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_sharing" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "files_rightclick" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_rightclick" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "files_pdfviewer" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_pdfviewer" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "files" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "federation" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "federation" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "federatedfilesharing" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "federatedfilesharing" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "dav" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "dav" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "dashboard" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "dashboard" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "contactsinteraction" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "contactsinteraction" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "comments" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "comments" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "cloud_federation_api" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "cloud_federation_api" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "circles" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "circles" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "bruteforcesettings" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "bruteforcesettings" in appstore		2023-03-02T16:20:04-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "activity" in appstore		2023-03-02T16:20:04-0700
Debug	cron	Update required, skipping cron		2023-03-02T16:20:02-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "activity" in appstore		2023-03-02T16:20:02-0700
Info	updater	\OC\Updater::appUpgrade: Updated <related_resources> to 1.0.4		2023-03-02T16:20:02-0700
Info	updater	\OC\Updater::appUpgradeStarted: Updating <related_resources> ...		2023-03-02T16:20:02-0700
Info	updater	\OC\Updater::dbUpgrade: Updated database		2023-03-02T16:20:02-0700
Info	updater	\OC\Updater::dbUpgradeBefore: Updating database schema		2023-03-02T16:20:02-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Drop account terms table when migrating from ownCloud		2023-03-02T16:20:02-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Copy data from accounts table when migrating from ownCloud		2023-03-02T16:20:01-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Repair SQLite autoincrement		2023-03-02T16:20:01-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: All tables already have the correct collation -> nothing to do		2023-03-02T16:20:01-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Repair MySQL collation		2023-03-02T16:20:01-0700
Debug	core	starting upgrade from 25.0.3.2 to 25.0.4.1		2023-03-02T16:20:01-0700
Info	updater	\OC\Updater::maintenanceEnabled: Turned on maintenance mode		2023-03-02T16:20:01-0700
Warning	suspicious_login	Could not predict suspiciousness: No models found		2023-03-02T16:15:28-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-03-01T16:06:24-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-03-01T16:06:23-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-02-18T01:44:21-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-02-18T01:44:20-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-02-10T08:21:01-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-02-10T08:21:01-0700
Warning	appstoreFetcher	Could not connect to appstore: cURL error 28: Operation timed out after 60002 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://apps.nextcloud.com/api/v1/apps.json		2023-02-10T07:01:47-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-02-05T01:01:38-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-02-05T01:01:37-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-02-03T19:46:10-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-02-03T19:46:09-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-31T14:43:39-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-31T14:43:39-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-30T10:50:11-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-30T10:50:11-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-28T15:06:34-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-25T10:53:24-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-25T10:53:24-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-20T12:59:14-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-20T12:59:13-0700
Error	settings	GuzzleHttp\Exception\ConnectException: cURL error 28: Operation timed out after 120000 milliseconds with 28557312 out of 32266802 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://objects.githubusercontent.com/github-production-release-asset-2e65be/524272985/bd4bfc28-359b-4170-833a-9ae11fcec1c4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230119%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230119T230820Z&X-Amz-Expires=300&X-Amz-Signature=8668f5e3c8d2344cb20dd9ae8f321aa6aedbf67b21966140b193d52c9dc7675a&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=524272985&response-content-disposition=attachment%3B%20filename%3Dmemories.tar.gz&response-content-type=application%2Foctet-stream		2023-01-19T16:09:54-0700
Error	settings	GuzzleHttp\Exception\ConnectException: cURL error 35: OpenSSL SSL_connect: Connection reset by peer in connection to objects.githubusercontent.com:443 (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://objects.githubusercontent.com/github-production-release-asset-2e65be/524272985/bd4bfc28-359b-4170-833a-9ae11fcec1c4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230119%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230119T230518Z&X-Amz-Expires=300&X-Amz-Signature=595995d1042879aa7fb4e34a0d4e467c4116b936b29e9db81c06b98539408595&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=524272985&response-content-disposition=attachment%3B%20filename%3Dmemories.tar.gz&response-content-type=application%2Foctet-stream		2023-01-19T16:05:00-0700
Error	settings	GuzzleHttp\Exception\ConnectException: cURL error 35: OpenSSL SSL_connect: Connection reset by peer in connection to objects.githubusercontent.com:443 (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://objects.githubusercontent.com/github-production-release-asset-2e65be/524272985/bd4bfc28-359b-4170-833a-9ae11fcec1c4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230119%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230119T230448Z&X-Amz-Expires=300&X-Amz-Signature=b0d137d28405b4cde6bd7cfe04a740aaa42754af8a0095bd27c90d68a374c5d4&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=524272985&response-content-disposition=attachment%3B%20filename%3Dmemories.tar.gz&response-content-type=application%2Foctet-stream		2023-01-19T16:04:31-0700
Info	updater	\OC\Updater::resetLogLevel: Reset log level to Warning(2)		2023-01-19T16:03:30-0700
Info	updater	\OC\Updater::maintenanceDisabled: Turned off maintenance mode		2023-01-19T16:03:30-0700
Info	updater	\OC\Updater::updateEnd: Update successful		2023-01-19T16:03:30-0700
Info	updater	\OC\Updater::finishedCheckCodeIntegrity: Finished code integrity check		2023-01-19T16:03:30-0700
Info	updater	\OC\Updater::startCheckCodeIntegrity: Starting code integrity check...		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add possibly missing system config		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Clean up abandoned apps		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add token cleanup job		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add background job to set the lookup server share state for users		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Repair DAV shares		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Queue a one-time job to check for user uploaded certificates		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add job to cleanup the bruteforce entries		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Remove old dashboard app config data		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Check encryption key format		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Keep legacy encryption enabled		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Reset generated avatar flag		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Clear access cache of projects		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: No need to remove link shares.		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Remove potentially over exposing share links		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add background job to cleanup login flow v2 tokens		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Cleanup invalid photocache files for carddav		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Queue a one-time job to cleanup old backups of the updater		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add preview background cleanup job		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Clear every generated avatar on major updates		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: JS cache cleared		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: Image cache cleared		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Clear frontend caches		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add log rotate job		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Repair language codes		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: No mounts updated		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Fix potential broken mount points		2023-01-19T16:03:28-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: Update the oauth2_clients table schema.		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: Update the oauth2_access_tokens table schema.		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Migrate oauth2_clients table to nextcloud schema		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add preview cleanup background jobs		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: Repair step already executed		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Add move avatar background job		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: .step file moved to .step-previous-update		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: .step-previous-update removed		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: .step file exists		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Move .step file of updater to backup location		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Repair invalid shares		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: 0 tags with no entries have been removed.		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: 0 tag entries for deleted tags have been removed.		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: 0 tags for delete files have been removed.		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: 0 tags of deleted users have been removed.		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Clean tags and favorites		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Repair mime types		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: All tables already have the correct collation -> nothing to do		2023-01-19T16:03:27-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Repair MySQL collation		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "workflowengine" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "workflowengine" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "weather_status" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "weather_status" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "viewer" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "viewer" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "user_status" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "user_status" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "updatenotification" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "updatenotification" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "twofactor_totp" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "twofactor_totp" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "twofactor_backupcodes" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "twofactor_backupcodes" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "theming" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "theming" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "text" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "text" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "systemtags" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "systemtags" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "survey_client" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "survey_client" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "support" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "support" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "sharebymail" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "sharebymail" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "settings" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "settings" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "serverinfo" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "serverinfo" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "related_resources" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "related_resources" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "recommendations" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "recommendations" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "provisioning_api" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "provisioning_api" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "privacy" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "privacy" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "photos" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "photos" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "password_policy" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "password_policy" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "oauth2" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "oauth2" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "notifications" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "notifications" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "nextcloud_announcements" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "nextcloud_announcements" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "lookup_server_connector" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "lookup_server_connector" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "logreader" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "logreader" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "firstrunwizard" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "firstrunwizard" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "files_versions" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_versions" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "files_trashbin" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_trashbin" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "files_sharing" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_sharing" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "files_rightclick" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_rightclick" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "files_pdfviewer" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_pdfviewer" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "files" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "federation" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "federation" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "federatedfilesharing" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "federatedfilesharing" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "dav" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "dav" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "dashboard" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "dashboard" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "contactsinteraction" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "contactsinteraction" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "comments" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "comments" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "cloud_federation_api" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "cloud_federation_api" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "circles" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "circles" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreApp: Checked for update of app "activity" in appstore		2023-01-19T16:03:27-0700
Debug	updater	\OC\Updater::checkAppStoreAppBefore: Checking for update of app "activity" in appstore		2023-01-19T16:03:25-0700
Info	updater	\OC\Updater::dbUpgrade: Updated database		2023-01-19T16:03:25-0700
Info	updater	\OC\Updater::dbUpgradeBefore: Updating database schema		2023-01-19T16:03:25-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Drop account terms table when migrating from ownCloud		2023-01-19T16:03:25-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Copy data from accounts table when migrating from ownCloud		2023-01-19T16:03:25-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Repair SQLite autoincrement		2023-01-19T16:03:25-0700
Info	updater	OC\Repair\Events\RepairInfoEvent: Repair info: All tables already have the correct collation -> nothing to do		2023-01-19T16:03:25-0700
Info	updater	OC\Repair\Events\RepairStepEvent: Repair step: Repair MySQL collation		2023-01-19T16:03:25-0700
Debug	core	starting upgrade from 25.0.2.3 to 25.0.3.2		2023-01-19T16:03:25-0700
Info	updater	\OC\Updater::maintenanceEnabled: Turned on maintenance mode		2023-01-19T16:03:25-0700
Error	files	OC\User\NoUserException: Backends provided no user object		2023-01-13T21:51:50-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T21:20:39-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T21:20:38-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T21:20:38-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:38-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:37-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:37-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:37-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:36-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:36-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:36-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:36-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:35-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:35-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:35-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:35-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:34-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:34-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:34-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:34-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:33-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:33-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:33-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:33-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:32-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:32-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:31-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:31-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:31-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:31-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:31-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:30-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:30-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:30-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:30-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:29-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:29-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:29-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:28-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:27-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:27-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:27-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:26-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:25-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:25-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:24-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:24-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:24-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:24-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:23-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:21-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:21-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:20-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:20-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:19-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:19-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:19-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:18-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:17-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:17-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:17-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:17-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:16-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:16-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:15-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:15-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:15-0700
Error	PHP	Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59		2023-01-13T20:14:13-0700
Error	no app in context	App token login name does not match		2023-01-13T19:16:54-0700
Error	no app in context	App token login name does not match		2023-01-13T19:16:54-0700
Error	no app in context	App token login name does not match		2023-01-13T19:16:54-0700
Error	no app in context	App token login name does not match		2023-01-13T19:16:53-0700
Error	no app in context	App token login name does not match		2023-01-13T19:16:53-0700
Error	no app in context	App token login name does not match		2023-01-13T19:16:53-0700
Error	no app in context	App token login name does not match		2023-01-13T19:16:53-0700
Error	no app in context	App token login name does not match		2023-01-13T19:16:53-0700
Error	no app in context	App token login name does not match		2023-01-13T19:16:52-0700
Error	no app in context	App token login name does not match		2023-01-13T19:16:52-0700

Additional info

Using DietPi OS for automated install for Nextcloud. I have raised this issue with them first: https://dietpi.com/forum/t/nextcloud-authz-core-error-ah01630-client-denied-by-server-configuration-var-www-apps-dav-cloud-etc/15778/11

@wpwentzell wpwentzell added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Mar 7, 2023
@wpwentzell
Copy link
Author

Doing a bit more digging, this bug report seems related to my issue: #15688

It appears as though the requests are indeed making it through, but something is triggering a 403 regardless.

@kesselb
Copy link
Contributor

kesselb commented Mar 8, 2023

https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html#logging is a good start to debug mod rewrite rules.

@al-9000
Copy link

al-9000 commented Oct 4, 2023

Same issue on ubuntu 22.04, apache 2.4.57, php fpm 8.2.10
nextcloud 27.1.1 installed in subdirectory, let's say domain.tld/nextcloud/

with minimal configuration of document root directory (access is denied at a higher level) :

<Directory /var/www/domain.tld>
  AllowOverride All
</Directory>

apache reports many 403 when using app or browsing directly to https://domain.tld/dav :
[Wed Oct 04 22:27:07.351600 2023] [authz_core:error] [pid 95039:tid 140496124933696] [client 2a01:xx:xx:xx:xx:58993] AH01630: client denied by server configuration: /var/www/domain.tld/dav

changing to:

<Directory /var/www/domain.tld>
  SetEnvIf REQUEST_URI "^/(apps|dav|avatar|cloud|error|search|204|core)" nc_workaround
  Require env nc_workaround
</Directory>

now browsing to https://domain.tld/dav is allowed (reports 404 of course), but 403 from app continue to flow.

change again:

<Directory /var/www/domain.tld>
  <FilesMatch "(apps|dav|avatar|cloud|error|search|204|core)">
    Require all granted
  </FilesMatch>
</Directory>

no 403 anymore.

I guess it's not http request (client) but a file system issue, probably server side php code.

hope this helps to debug.

@joshtrichards joshtrichards closed this as not planned Won't fix, can't repro, duplicate, stale Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 25-feedback bug
Projects
None yet
Development

No branches or pull requests

5 participants