AIO: After updating to 26 Winter (33.0.3), several apps outdated/won't load

Support intro

Sorry to hear you’re facing problems. :slightly_frowning_face:

The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.

If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.

Getting help

In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.

Before clicking submit: Please check if your query is already addressed via the following resources:

(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can. :heart:

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
  • Operating system and version (e.g., Ubuntu 24.04):
    • Unraid 7.1.4
  • Web server and version (e.g, Apache 2.4.25):
    • replace me
  • Reverse proxy and version _(e.g. nginx 1.27.2)
    • replace me
  • PHP version (e.g, 8.3):
    • replace me
  • Is this the first time you’ve seen this error? (Yes / No):
    • YES
  • When did this problem seem to first start?
    • After upgrading with AIO
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • AIO
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • NO

Summary of the issue you are facing:

[As the title says, used the normal procedure on AIO to upgrade, but this time saw several errors on the nextcloud log.
After that, Nextcloud started, but I don’t have document editing available.
Also, Apps page shows Contacts, Nextcloud Office, with pending updates and the later, saying that it’s incompatible with v33. Memories shows as disabled.

I’ve been told that if using AIO one can’t happily go manually updating the apps.]

Steps to replicate it (hint: details matter!):

Log entries

Nextcloud

Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log located in your data directory). Feel free to use a pastebin/gist service if necessary.

2026-06-08T08:05:23.365882947Z contacts new version available: 8.3.12
2026-06-08T08:05:34.557474742Z contacts couldn't be updated
...
2026-06-08T08:05:41.576420705Z whiteboard new version available: 1.5.9
2026-06-08T08:05:52.945342677Z whiteboard couldn't be updated
...
2026-06-08T08:06:03.623934198Z Upgrading Nextcloud from 32.0.6.1 to 33.0.3.2...
2026-06-08T08:06:03.925550949Z Nextcloud or one of the apps require upgrade - only a limited number of commands are available
2026-06-08T08:06:03.925587452Z You may use your browser or the occ upgrade command to do the upgrade
2026-06-08T08:06:03.930122271Z System config value integrity.check.disabled deleted
...
2026-06-08T08:07:06.087369827Z memories new version available: 8.0.1
2026-06-08T08:07:06.422844153Z memories couldn't be updated
...
2026-06-08T08:07:34.379152678Z groupfolders new version available: 21.0.7
2026-06-08T08:07:41.793585243Z Error: Database error when running migration 21000Date20250925152053 for app groupfolders
2026-06-08T08:07:41.793605356Z Could not resolve OCA\GroupFolders\ACL\UserMapping\IUserMappingManager! Class can not be instantiated
2026-06-08T08:07:41.793620614Z groupfolders couldn't be updated
...
2026-06-08T08:07:42.895390863Z Enabling memories...
2026-06-08T08:07:44.713991941Z The memories app could not be re-enabled, probably because it is not compatible with the new Nextcloud version.
2026-06-08T08:07:45.065179733Z Posting notifications to users that are admins...
...
2026-06-08T08:08:34.509057753Z App "Nextcloud Office" cannot be installed because it is not compatible with this version of the server.
...
2026-06-08T08:08:56.225988328Z   There are no commands defined in the "richdocuments" namespace.  
...

Web Browser

If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.

PASTE

Web server / Reverse Proxy

The output of your Apache/nginx/system log in /var/log/____:

PASTE HERE

Configuration

Nextcloud

The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):

{
    "system": {
        "one-click-instance": true,
        "one-click-instance.user-limit": 100,
        "memcache.local": "\\OC\\Memcache\\APCu",
        "apps_paths": [
            {
                "path": "\/var\/www\/html\/apps",
                "url": "\/apps",
                "writable": false
            },
            {
                "path": "\/var\/www\/html\/custom_apps",
                "url": "\/custom_apps",
                "writable": true
            }
        ],
        "check_data_directory_permissions": false,
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "password": "***REMOVED SENSITIVE VALUE***",
            "port": 6379,
            "timeout": 3,
            "read_timeout": 10
        },
        "overwritehost": "nextcloud.thinknoff.com",
        "overwriteprotocol": "https",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "localhost",
            "nextcloud.thinknoff.com"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "pgsql",
        "version": "33.0.3.2",
        "overwrite.cli.url": "https:\/\/nextcloud.thinknoff.com\/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "maintenance": false,
        "loglevel": 2,
        "log_type": "file",
        "logfile": "\/var\/www\/html\/data\/nextcloud.log",
        "log_rotate_size": 10485760,
        "log.condition": {
            "apps": [
                "admin_audit"
            ]
        },
        "preview_max_x": 2048,
        "preview_max_y": 2048,
        "jpeg_quality": 60,
        "enabledPreviewProviders": {
            "0": "OC\\Preview\\Imaginary",
            "1": "OC\\Preview\\MarkDown",
            "2": "OC\\Preview\\MP3",
            "3": "OC\\Preview\\TXT",
            "4": "OC\\Preview\\OpenDocument",
            "5": "OC\\Preview\\Movie",
            "6": "OC\\Preview\\Krita",
            "7": "OC\\Preview\\ImaginaryPDF",
            "23": "OC\\Preview\\ImaginaryPDF"
        },
        "enable_previews": true,
        "upgrade.disable-web": true,
        "mail_smtpmode": "smtp",
        "trashbin_retention_obligation": "auto, 30",
        "versions_retention_obligation": "auto, 30",
        "activity_expire_days": 30,
        "simpleSignUpLink.shown": false,
        "share_folder": "\/Shared",
        "one-click-instance.link": "https:\/\/nextcloud.com\/all-in-one\/",
        "upgrade.cli-upgrade-link": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/2726",
        "updatedirectory": "\/nc-updater",
        "maintenance_window_start": 100,
        "allow_local_remote_servers": true,
        "davstorage.request_timeout": 7200,
        "htaccess.RewriteBase": "\/",
        "dbpersistent": false,
        "auth.bruteforce.protection.enabled": true,
        "ratelimit.protection.enabled": true,
        "files_external_allow_create_new_local": false,
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "forwarded_for_headers": [
            "HTTP_X_FORWARDED_FOR"
        ],
        "preview_imaginary_url": "***REMOVED SENSITIVE VALUE***",
        "preview_imaginary_key": "***REMOVED SENSITIVE VALUE***",
        "default_phone_region": "ES",
        "default_locale": "es_ES",
        "default_language": "es",
        "memories.db.triggers.fcu": true,
        "memories.exiftool": "\/var\/www\/html\/custom_apps\/memories\/bin-ext\/exiftool-amd64-musl",
        "memories.vod.path": "\/var\/www\/html\/custom_apps\/memories\/bin-ext\/go-vod-amd64",
        "memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
        "memories.vod.ffprobe": "\/usr\/bin\/ffprobe",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "587",
        "mail_smtpauth": 1,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "data-fingerprint": "428834707cc8cd6d8383e6a75d4b1bc0",
        "documentation_url.server_logs": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/5425",
        "updatechecker": false,
        "serverid": 445,
        "log_type_audit": "file",
        "logfile_audit": "\/var\/www\/html\/data\/audit.log",
        "AIO_VERSION": "v13.1.0",
        "DOMAIN": "nextcloud.thinknoff.com"
    }
}

Apps

The output of occ app:list (if possible).

Enabled:
  - activity: 6.0.0
  - admin_audit: 1.23.0
  - bookmarks: 16.1.4
  - bruteforcesettings: 6.0.0
  - calendar: 6.4.2
  - circles: 33.0.0
  - cloud_federation_api: 1.17.0
  - comments: 1.23.0
  - contacts: 8.3.5
  - contactsinteraction: 1.14.1
  - dashboard: 7.13.0
  - dav: 1.36.0
  - deck: 1.17.2
  - federatedfilesharing: 1.23.0
  - federation: 1.23.0
  - files: 2.5.0
  - files_downloadlimit: 5.1.0
  - files_pdfviewer: 6.0.0
  - files_reminders: 1.6.0
  - files_sharing: 1.25.2
  - files_trashbin: 1.23.0
  - files_versions: 1.26.0
  - firstrunwizard: 6.0.0
  - groupfolders: 21.0.7
  - logreader: 6.0.0
  - lookup_server_connector: 1.21.0
  - memories: 8.0.1
  - nextcloud-aio: 0.8.0
  - nextcloud_announcements: 5.0.0
  - notes: 6.0.0
  - notifications: 6.0.0
  - notify_push: 1.3.3
  - oauth2: 1.21.0
  - password_policy: 5.0.0
  - photos: 6.0.0
  - privacy: 5.0.0
  - profile: 1.2.0
  - provisioning_api: 1.23.0
  - recommendations: 6.0.0
  - related_resources: 4.0.0
  - serverinfo: 5.0.0
  - settings: 1.16.0
  - sharebymail: 1.23.0
  - support: 5.0.0
  - survey_client: 5.0.0
  - systemtags: 1.23.0
  - tasks: 0.17.1
  - text: 7.0.1
  - theming: 2.8.0
  - twofactor_backupcodes: 1.22.0
  - twofactor_totp: 15.0.0
  - updatenotification: 1.23.0
  - user_migration: 10.3.0
  - user_status: 1.13.0
  - viewer: 6.0.0
  - weather_status: 1.13.0
  - webhook_listeners: 1.5.0
  - whiteboard: 1.5.9
  - workflowengine: 2.15.0
Disabled:
  - app_api: 33.0.0 (installed 4.0.5)
  - encryption: 2.21.0
  - files_external: 1.25.1
  - maps: 1.6.0 (installed 1.6.0)
  - richdocuments: 9.0.6 (installed 9.0.6)
  - suspicious_login: 11.0.0
  - testing: 1.23.0
  - twofactor_nextcloud_notification: 7.0.0
  - user_ldap: 1.24.0

Tips for increasing the likelihood of a response

  • Use the preformatted text formatting option in the editor for all log entries and configuration output.
  • If screenshots are useful, feel free to include them.
    • If possible, also include key error output in text form so it can be searched for.
  • Try to edit log output only minimally (if at all) so that it can be ran through analyzers / formatters by those trying to help you.

Hi, this looks like a bug in the groupfolders app which might be the underlying issue.

Feel free to report this to Issues · nextcloud/groupfolders · GitHub if not already done

I guess you upgraded from AIO 12.7.0 → 13.1.0 directly, correct?

Not sure this is GF specific given the other error messages for the other apps.

@SeRiusMe Can you check your nextcloud log from during this time period? Each of those “[app] couldn’t be updated” messages should have generated a logged stack trace starting with “Failure during update of app […]”.

Perhaps your instance couldn’t reach the app store or something.

The logs I posted are from the Nextcloud container during the update period. This is an AIO instance. Nextcloud was down during the containers update, then it started and that’s the available log. In any case, I looked at the interface logs, but as I suspected it is blank until the update ended.

It wasn’t a major upgrade, I already was at v13. I keep this instance more or less updated.
I doubt the problem was it couldn’t reach the store, because many other apps successfully upgraded.
Since then, I manually updated the apps that where kept back, but that didn’t make a difference. Still can’t open or edit documents in the interface.

Today I saw another Nextcloud documents version available (10.2.0) so I upgraded manually again, but still doesn’t work. When opening a document it says:

The connection to the socket could not be established, or the connection to the socket was unexpectedly closed. The reverse proxy may be misconfigured; please contact your IT department. For more information about proxy settings, see https://sdk.collaboraonline.com/docs/installation/Proxy_settings.html

Another AIO container update appeared (v13.2.1), so I stopped containers, updated AIO and then started and updated containers. It seemed to me that this time all went well.

All Apps appear updated. But still I don’t have document edit in Nextcloud.
I’m including the logs of both Nexcloud and office containers while trying to open an spreadsheet.

Sorry, doesn’t let me attach a *.log. Only images, so I’ll try to “embed” something of it.

Nextcloud:

Automatic loading of new log data is disabled.
Enable
2026-06-10T08:45:10.699507456Z Connection to nextcloud-aio-database (172.18.0.6) 5432 port [tcp/postgresql] succeeded!
2026-06-10T08:45:12.732542212Z               now              
2026-06-10T08:45:12.732566646Z -------------------------------
2026-06-10T08:45:12.732571545Z  2026-06-10 10:45:12.732001+02
2026-06-10T08:45:12.732574798Z (1 row)
2026-06-10T08:45:12.732577701Z 
2026-06-10T08:45:12.739839611Z + '[' -f /dev-dri-group-was-added ']'
2026-06-10T08:45:12.740099166Z ++ find /dev -maxdepth 1 -mindepth 1 -name dri
2026-06-10T08:45:12.740614197Z + '[' -n '' ']'
2026-06-10T08:45:12.740643193Z + '[' warn '!=' debug ']'
2026-06-10T08:45:12.740655102Z + set +x
2026-06-10T08:45:12.758369378Z Connection to nextcloud-aio-redis (172.18.0.7) 6379 port [tcp/redis] succeeded!
2026-06-10T08:45:13.520707071Z Checking connection to the app store...
2026-06-10T08:45:14.123457172Z App store is reachable.
2026-06-10T08:45:16.336719718Z Maintenance mode already disabled
2026-06-10T08:45:16.350384997Z Getting and backing up the status of apps for later; this might take a while...
2026-06-10T08:45:16.351848538Z Disabling apps before the update to make the update procedure safer. This can take a while...
2026-06-10T08:45:20.669137285Z tasks 0.17.1 disabled
2026-06-10T08:45:21.573792255Z notify_push 1.3.3 disabled
2026-06-10T08:45:22.653035612Z bookmarks 16.1.4 disabled
2026-06-10T08:45:23.471845928Z user_migration 10.3.0 disabled
2026-06-10T08:45:26.544155025Z calendar 6.4.2 disabled
2026-06-10T08:45:29.534054152Z notes 6.0.0 disabled
2026-06-10T08:45:33.634929672Z groupfolders 21.0.7 disabled
2026-06-10T08:45:35.146565373Z memories 8.0.1 disabled
2026-06-10T08:45:36.111313017Z whiteboard 1.5.9 disabled
2026-06-10T08:45:38.220213414Z contacts 8.5.1 disabled
2026-06-10T08:45:38.944299604Z deck 1.17.3 disabled
2026-06-10T08:45:45.220198107Z maps 1.7.0 disabled
2026-06-10T08:45:45.918475144Z richdocuments 10.2.0 disabled
2026-06-10T08:45:48.887141277Z contacts new version available: 8.7.0
2026-06-10T08:45:52.126292364Z contacts updated
2026-06-10T08:45:52.807530672Z Initializing Nextcloud 33.0.5.1 ...
2026-06-10T08:46:08.105150774Z Initializing finished
2026-06-10T08:46:08.108651267Z Upgrading Nextcloud from 33.0.3.2 to 33.0.5.1...
2026-06-10T08:46:08.457165799Z Nextcloud or one of the apps require upgrade - only a limited number of commands are available
2026-06-10T08:46:08.457183565Z You may use your browser or the occ upgrade command to do the upgrade
2026-06-10T08:46:08.461960544Z System config value integrity.check.disabled deleted
2026-06-10T08:46:08.791875759Z Setting log level to debug
2026-06-10T08:46:08.792399672Z Turned on maintenance mode
2026-06-10T08:46:22.042947189Z Updating database schema
2026-06-10T08:46:22.079234080Z Updated database
2026-06-10T08:46:26.739555360Z Starting code integrity check...
2026-06-10T08:46:44.050001876Z Finished code integrity check
2026-06-10T08:46:44.050451602Z Update successful
2026-06-10T08:46:44.050647093Z Turned off maintenance mode
2026-06-10T08:46:44.050739537Z Resetting log level
2026-06-10T08:46:44.394954935Z Nextcloud 33.0.5
2026-06-10T08:46:44.838104020Z Posting notifications to users that are admins...
2026-06-10T08:46:46.447840972Z Posting 'Nextcloud update to 33.0.5.1 successful!' to: admin
2026-06-10T08:46:46.780143010Z Previous notification for update/Nextcloud update to 33.0.5.1 successful! marked as processed
2026-06-10T08:46:46.797926165Z Notification with ID 703
2026-06-10T08:46:46.813607911Z Posting 'Nextcloud update to 33.0.5.1 successful!' to: Sergio
2026-06-10T08:46:47.133126049Z Previous notification for update/Nextcloud update to 33.0.5.1 successful! marked as processed
2026-06-10T08:46:47.145781873Z Notification with ID 704
2026-06-10T08:46:47.159003856Z Done!
2026-06-10T08:46:47.524217348Z All apps are up-to-date or no updates could be found
2026-06-10T08:46:48.202483805Z Restoring app statuses. This may take a while...
2026-06-10T08:46:48.202510904Z Enabling deck...
2026-06-10T08:46:48.782095578Z Enabling memories...
2026-06-10T08:46:49.654930075Z Enabling notes...
2026-06-10T08:46:50.073006886Z Enabling calendar...
2026-06-10T08:46:50.463645911Z Enabling whiteboard...
2026-06-10T08:46:50.857252585Z Enabling notify_push...
2026-06-10T08:46:51.246922677Z Enabling richdocuments...
2026-06-10T08:46:51.642525355Z Enabling tasks...
2026-06-10T08:46:52.036784487Z Enabling user_migration...
2026-06-10T08:46:52.441720846Z Enabling groupfolders...
2026-06-10T08:46:52.878548614Z Enabling contacts...
2026-06-10T08:46:53.286155243Z Enabling maps...
2026-06-10T08:46:58.043026337Z Enabling bookmarks...
2026-06-10T08:46:58.981293456Z All apps are up-to-date or no updates could be found
2026-06-10T08:47:00.176173773Z System config value updatechecker set to boolean false
2026-06-10T08:47:00.554705913Z updatenotification already enabled
2026-06-10T08:47:00.951383370Z Config value were not updated
2026-06-10T08:47:00.965627956Z Performing some optimizations...
2026-06-10T08:47:01.349066409Z  - Repair MySQL collation
2026-06-10T08:47:01.349102906Z      - Not a mysql database -> nothing to do
2026-06-10T08:47:01.349127865Z  - Clean tags and favorites
2026-06-10T08:47:01.351803365Z      - 0 tags of deleted users have been removed.
2026-06-10T08:47:01.356500438Z      - 0 tags for delete files have been removed.
2026-06-10T08:47:01.356992347Z      - 0 tag entries for deleted tags have been removed.
2026-06-10T08:47:01.357489711Z      - 0 tags with no entries have been removed.
2026-06-10T08:47:01.357501799Z  - Repair invalid shares
2026-06-10T08:47:01.359356264Z  - Move .step file of updater to backup location
2026-06-10T08:47:01.359369666Z  - Add move avatar background job
2026-06-10T08:47:01.359380735Z      - Repair step already executed
2026-06-10T08:47:01.359385283Z  - Add preview cleanup background jobs
2026-06-10T08:47:01.359454208Z  - Migrate oc_properties table to nextcloud schema
2026-06-10T08:47:01.607998155Z      - oc_properties table does not exist.
2026-06-10T08:47:01.608503191Z  - Migrate oauth2_clients table to nextcloud schema
2026-06-10T08:47:01.794165600Z      - Update the oauth2_access_tokens table schema.
2026-06-10T08:47:01.794186548Z      - Update the oauth2_clients table schema.
2026-06-10T08:47:02.248222385Z      - Delete clients (and their related access tokens) with the redirect_uri starting with oc:// or ending with *
2026-06-10T08:47:02.251439124Z  - Repair language codes
2026-06-10T08:47:02.251457133Z  - Add log rotate job
2026-06-10T08:47:02.262083816Z  - Clear frontend caches
2026-06-10T08:47:02.262291278Z      - Image cache cleared
2026-06-10T08:47:02.279919704Z      - JS cache cleared
2026-06-10T08:47:02.279945513Z  - Clear every generated avatar
2026-06-10T08:47:02.279955346Z  - Add preview background cleanup job
2026-06-10T08:47:02.285874421Z  - Queue a one-time job to cleanup old backups of the updater
2026-06-10T08:47:02.291074878Z  - Cleanup invalid photocache files for carddav
2026-06-10T08:47:02.291091317Z  - Add background job to cleanup login flow v2 tokens
2026-06-10T08:47:02.339211545Z  - Remove potentially over exposing share links
2026-06-10T08:47:02.339230428Z      - No need to remove link shares.
2026-06-10T08:47:02.339234523Z  - Clear access cache of projects
2026-06-10T08:47:02.339237712Z  - Reset generated avatar flag
2026-06-10T08:47:02.339240977Z  - Keep legacy encryption enabled
2026-06-10T08:47:02.339244100Z  - Check encryption key format
2026-06-10T08:47:02.339248958Z  - Remove old dashboard app config data
2026-06-10T08:47:02.339316649Z  - Add job to cleanup the bruteforce entries
2026-06-10T08:47:02.344966345Z  - Queue a one-time job to check for user uploaded certificates
2026-06-10T08:47:02.344984681Z  - Repair DAV shares
2026-06-10T08:47:02.344988691Z  - Add background job to set the lookup server share state for users
2026-06-10T08:47:02.349988775Z  - Add token cleanup job
2026-06-10T08:47:02.354815135Z  - Clean up abandoned apps
2026-06-10T08:47:02.355463782Z  - Add possibly missing system config
2026-06-10T08:47:02.355477025Z  - Add AI tasks cleanup jobs
2026-06-10T08:47:02.403299955Z  - Queue a job to generate metadata
2026-06-10T08:47:02.407545288Z  - Cache logo dimension to fix size in emails on Outlook
2026-06-10T08:47:02.408772004Z      - Theming is not used to provide a logo
2026-06-10T08:47:02.408787325Z  - Remove legacy ".ocdata" file
2026-06-10T08:47:02.408822960Z  - Add cleanup-deleted-users background job
2026-06-10T08:47:02.445918178Z  - Validate account properties and store phone numbers in a known format for search
2026-06-10T08:47:02.451700198Z      - Queued background to validate account properties.
2026-06-10T08:47:02.451714389Z  - Queue a job to move the preview
2026-06-10T08:47:02.455943691Z  - Migrate config keys
2026-06-10T08:47:02.504806482Z  - Remove shares of old group memberships
2026-06-10T08:47:02.505606618Z  - Remove broken DAV object properties
2026-06-10T08:47:02.506707063Z      - 0 broken object properties removed
2026-06-10T08:47:02.506768133Z  - Repair mime types
2026-06-10T08:47:02.510967982Z  - Handle outdated scheduling events
2026-06-10T08:47:02.510980643Z      - Cleaning up old scheduling events
2026-06-10T08:47:02.512468208Z  - Remove invalid object properties
2026-06-10T08:47:02.513009902Z      - 0 invalid object properties removed.
2026-06-10T08:47:02.513022755Z  - Cleanup share names with false conflicts
2026-06-10T08:47:02.515022660Z  - Deduplicate shared bookmark folders
2026-06-10T08:47:02.516370346Z      - Removed 0 duplicate shares
2026-06-10T08:47:02.516382462Z  - Remove superfluous shared bookmark folders
2026-06-10T08:47:02.519166776Z      - Removed 0 superfluous shares
2026-06-10T08:47:02.519177671Z  - Remove orphaned bookmark shares
2026-06-10T08:47:02.519843428Z      - Removed 0 orphaned shares
2026-06-10T08:47:02.520571902Z      - Removed 0 orphaned public links
2026-06-10T08:47:02.520582514Z  - Remove orphaned bookmark tree items
2026-06-10T08:47:02.522796212Z      - Removed 0 orphaned bookmarks entries
2026-06-10T08:47:02.524085083Z      - Removed 0 orphaned folders entries
2026-06-10T08:47:02.524738642Z      - Reinserted 0 orphaned children entries
2026-06-10T08:47:02.525243556Z      - Removed 0 orphaned bookmark folders
2026-06-10T08:47:02.526200531Z      - Reinserted 0 orphaned bookmarks
2026-06-10T08:47:02.526213184Z  - Update bookmark group shares
2026-06-10T08:47:02.526541672Z      - Removed 0 users and added 0 users to 0 groups
2026-06-10T08:47:02.526566510Z      - Removed 0 shares
2026-06-10T08:47:02.526572842Z  - Upgrading Circles App
2026-06-10T08:47:02.585266129Z  - Fix component of birthday calendars
2026-06-10T08:47:02.590876066Z      - 4 birthday calendars updated.
2026-06-10T08:47:02.590893294Z  - Regenerating birthday calendars to use new icons and fix old birthday events without year
2026-06-10T08:47:02.590943105Z      - Repair step already executed
2026-06-10T08:47:02.590954598Z  - Fix broken values of calendar objects
2026-06-10T08:47:02.602824463Z     0 [>---------------------------]
2026-06-10T08:47:02.602941373Z  - Registering building of calendar search index as background job
2026-06-10T08:47:02.602986510Z      - Repair step already executed
2026-06-10T08:47:02.603029445Z  - Register building of social profile search index as background job
2026-06-10T08:47:02.603126259Z      - Repair step already executed
2026-06-10T08:47:02.603142048Z  - Disable system address book
2026-06-10T08:47:02.604637418Z      - Skipping repair step system address book has less then the threshold 5000 of contacts no need to disable
2026-06-10T08:47:02.604650201Z  - Registering background jobs to update cache for webcal calendars
2026-06-10T08:47:02.605950220Z      - Added 0 background jobs to update webcal calendars
2026-06-10T08:47:02.605966003Z  - Registering building of calendar reminder index as background job
2026-06-10T08:47:02.606003130Z      - Repair step already executed
2026-06-10T08:47:02.606018742Z  - Register a background job to update rooms and resources
2026-06-10T08:47:02.610959471Z  - Queue jobs to clean up orphan event and contact data
2026-06-10T08:47:02.816156063Z  - Remove activity entries of private events
2026-06-10T08:47:02.847779239Z      - Removed 0 activity entries
2026-06-10T08:47:02.847804542Z  - Clean up old calendar subscriptions from deleted users that were not cleaned-up
2026-06-10T08:47:02.848285563Z     0 [->--------------------------]
2026-06-10T08:47:02.848314700Z      - 0 calendar subscriptions without an user have been cleaned up
2026-06-10T08:47:02.848341816Z  - Migrate labels with wrong board mapping
2026-06-10T08:47:02.851794113Z  - Fix the share type of guest shares when migrating from ownCloud
2026-06-10T08:47:02.851821838Z  - Copy the share password into the dedicated column
2026-06-10T08:47:02.851864894Z  - Set existing shares as accepted
2026-06-10T08:47:02.851906841Z  - Adjust Groupfolders with wrong default quotas
2026-06-10T08:47:02.857626158Z  - Register Maps MIME types
2026-06-10T08:47:02.857646059Z      - Registering the mimetype...
2026-06-10T08:47:04.795963953Z      - The mimetype was successfully registered.
2026-06-10T08:47:04.795980661Z  - Repair steps for Memories
2026-06-10T08:47:04.995135923Z      - External table schema seems up to date
2026-06-10T08:47:05.015402370Z      - Recreated filecache trigger with: postgres
2026-06-10T08:47:05.022077352Z      - exiftool binary is configured: /var/www/html/custom_apps/memories/bin-ext/exiftool-amd64-musl
2026-06-10T08:47:05.022093291Z      - go-vod binary is configured: /var/www/html/custom_apps/memories/bin-ext/go-vod-amd64
2026-06-10T08:47:05.022121044Z      - ffmpeg binary is configured: /usr/bin/ffmpeg
2026-06-10T08:47:05.022133946Z  - Clean up meta table
2026-06-10T08:47:05.023045707Z  - Show a hint about the new editor to existing users
2026-06-10T08:47:05.023058378Z  - Set binary permissions
2026-06-10T08:47:05.023096764Z  - Update OAuth token expiration times
2026-06-10T08:47:05.023621255Z  - init metadata
2026-06-10T08:47:05.024289898Z  - Switches from default updater server to the customer one if a valid subscription is available
2026-06-10T08:47:05.024325793Z      - Repair step already executed
2026-06-10T08:47:05.024418969Z  - Migrate some config values to lazy loading
2026-06-10T08:47:05.024514579Z  - Send an admin notification if monthly report is disabled
2026-06-10T08:47:05.033480879Z  - Force-reset all Text document sessions
2026-06-10T08:47:05.033493104Z  - Initialize migration of background images from dashboard to theming app
2026-06-10T08:47:05.077613720Z  - Add background job to check for backup codes
2026-06-10T08:47:05.086688838Z  - Populating added database structures for workflows
2026-06-10T08:47:06.132704917Z Done.
2026-06-10T08:47:06.763508819Z Done.
2026-06-10T08:47:07.395862311Z All tables already up to date!
2026-06-10T08:47:08.580585295Z Applying one-click-instance settings...
2026-06-10T08:47:08.948903200Z System config value one-click-instance set to boolean true
2026-06-10T08:47:09.335783926Z System config value one-click-instance.user-limit set to integer 100
2026-06-10T08:47:09.715630921Z System config value one-click-instance.link set to string https://nextcloud.com/all-in-one/
2026-06-10T08:47:10.104172629Z support already enabled
2026-06-10T08:47:10.118442916Z Adjusting log files...
2026-06-10T08:47:10.492260518Z System config value upgrade.cli-upgrade-link set to string https://github.com/nextcloud/all-in-one/discussions/2726
2026-06-10T08:47:10.878500862Z System config value loglevel set to integer 2
2026-06-10T08:47:11.277899145Z System config value log_type set to string file
2026-06-10T08:47:11.658919309Z System config value log_type_audit set to string file
2026-06-10T08:47:12.038595358Z logreader already enabled
2026-06-10T08:47:12.423491910Z System config value logfile set to string /var/www/html/data/nextcloud.log
2026-06-10T08:47:12.804293874Z System config value logfile_audit set to string /var/www/html/data/audit.log
2026-06-10T08:47:13.182331246Z System config value updatedirectory set to string /nc-updater
2026-06-10T08:47:13.575458055Z System config value maintenance_window_start set to integer 100
2026-06-10T08:47:13.589214223Z Applying network settings...
2026-06-10T08:47:13.953462714Z System config value allow_local_remote_servers set to boolean true
2026-06-10T08:47:14.337820870Z System config value davstorage.request_timeout set to integer 7200
2026-06-10T08:47:14.720719646Z System config value trusted_domains => 1 set to string nextcloud.REDACTED.com
2026-06-10T08:47:15.099210795Z System config value overwrite.cli.url set to string https://nextcloud.REDACTED.com/
2026-06-10T08:47:15.485797380Z System config value documentation_url.server_logs set to string https://github.com/nextcloud/all-in-one/discussions/5425
2026-06-10T08:47:15.864332506Z System config value htaccess.RewriteBase set to string /
2026-06-10T08:47:16.250019745Z .htaccess has been updated
2026-06-10T08:47:16.630879957Z System config value dbpersistent set to boolean false
2026-06-10T08:47:17.011718799Z System config value auth.bruteforce.protection.enabled set to boolean true
2026-06-10T08:47:17.388575248Z System config value ratelimit.protection.enabled set to boolean true
2026-06-10T08:47:17.771665463Z System config value files_external_allow_create_new_local set to boolean false
2026-06-10T08:47:18.980677088Z notify_push is up-to-date or no updates could be found
2026-06-10T08:47:19.364499949Z System config value trusted_proxies => 0 set to string 127.0.0.1
2026-06-10T08:47:19.751041626Z System config value trusted_proxies => 1 set to string ::1
2026-06-10T08:47:20.189996826Z System config value trusted_proxies => 10 set to string 172.18.0.0/16
2026-06-10T08:47:20.581639683Z Config value were not updated
2026-06-10T08:47:20.598180522Z + echo nextcloud-aio-collabora
2026-06-10T08:47:20.598433933Z + grep -q 'nextcloud-.*-collabora'
2026-06-10T08:47:20.599184964Z + COLLABORA_HOST=nextcloud.REDACTED.com
2026-06-10T08:47:20.599195016Z + '[' warn '!=' debug ']'
2026-06-10T08:47:20.599217484Z + set +x
2026-06-10T08:47:21.396113361Z richdocuments is up-to-date or no updates could be found
2026-06-10T08:47:21.881960965Z Config value 'wopi_url' for app 'richdocuments' is now set to 'https://nextcloud.REDACTED.com/', stored as mixed in fast cache
2026-06-10T08:47:22.328441698Z No IPv6 address found for nextcloud.REDACTED.com.
2026-06-10T08:47:22.705655949Z Config value were not updated
2026-06-10T08:47:23.095208808Z System config value enabledPreviewProviders => 0 set to string OC\Preview\Imaginary
2026-06-10T08:47:23.479936623Z System config value enabledPreviewProviders => 23 set to string OC\Preview\ImaginaryPDF
2026-06-10T08:47:23.874382906Z System config value preview_imaginary_url set to string http://nextcloud-aio-imaginary:9000
2026-06-10T08:47:24.263406412Z System config value preview_imaginary_key set to string d6a13183cbe2e23a6aa6bf491688f46273792fb2e48ddafb
2026-06-10T08:47:25.480884154Z whiteboard is up-to-date or no updates could be found
2026-06-10T08:47:25.864660223Z Config value were not updated
2026-06-10T08:47:26.262934854Z Config value were not updated
2026-06-10T08:47:26.293017319Z + '[' true = true ']'
2026-06-10T08:47:26.293037315Z + '[' 11000 = 443 ']'
2026-06-10T08:47:26.293041229Z + '[' warn '!=' debug ']'
2026-06-10T08:47:26.293044426Z + set +x
2026-06-10T08:47:27.599000708Z Waiting for nextcloud-aio-apache to become available...
2026-06-10T08:47:27.782957895Z [10-Jun-2026 10:47:27] NOTICE: fpm is running, pid 526
2026-06-10T08:47:27.782983671Z [10-Jun-2026 10:47:27] NOTICE: ready to handle connections
2026-06-10T08:47:27.997052753Z Task processing worker will stop after 300 seconds
2026-06-10T08:47:42.603472906Z Connection to nextcloud-aio-apache (172.18.0.10) 11000 port [tcp/*] succeeded!
2026-06-10T08:47:42.606059094Z Activating Collabora config...
2026-06-10T08:47:43.009766225Z ✓ Set WOPI url to http://nextcloud-aio-apache.nextcloud-aio:23973
2026-06-10T08:47:43.009872975Z ✓ Set callback url to http://nextcloud-aio-apache.nextcloud-aio:23973
2026-06-10T08:47:43.009890234Z Checking configuration
2026-06-10T08:47:43.009896118Z 🛈 Configured WOPI URL: http://nextcloud-aio-apache.nextcloud-aio:23973
2026-06-10T08:47:43.009899693Z 🛈 Configured public WOPI URL: https://nextcloud.REDACTED.com
2026-06-10T08:47:43.009903094Z 🛈 Configured callback URL: http://nextcloud-aio-apache.nextcloud-aio:23973
2026-06-10T08:47:43.009906485Z 
2026-06-10T08:47:43.144126396Z ✓ Fetched /hosting/discovery endpoint
2026-06-10T08:47:43.145883004Z ✓ Valid mimetype response
2026-06-10T08:47:43.147506409Z ✓ Valid capabilities entry
2026-06-10T08:47:43.217948106Z ✓ Fetched /hosting/capabilities endpoint
2026-06-10T08:47:43.218034979Z ✓ Detected WOPI server: Collabora Online Development Edition 26.04.1.3
2026-06-10T08:47:43.220737174Z 
2026-06-10T08:47:43.220788538Z Collabora URL (used for Nextcloud to contact the Collabora server):
2026-06-10T08:47:43.220795798Z   http://nextcloud-aio-apache.nextcloud-aio:23973
2026-06-10T08:47:43.220799304Z Collabora public URL (used in the browser to open Collabora):
2026-06-10T08:47:43.220802497Z   https://nextcloud.REDACTED.com
2026-06-10T08:47:43.220805558Z Callback URL (used by Collabora to connect back to Nextcloud):
2026-06-10T08:47:43.220848948Z   http://nextcloud-aio-apache.nextcloud-aio:23973

Office logs when trying to edit a document:

Automatic loading of new log data is disabled.
Enable
2026-06-10T08:42:26.061248128Z wsd-00010-00010 2026-06-10 08:42:26.061067 [ coolwsd ] WRN  Jails root directory [/opt/cool/child-roots/] is not empty. Will not remove it.|common/JailUtil.cpp:458
2026-06-10T08:42:26.061294225Z wsd-00010-00010 2026-06-10 08:42:26.061250 [ coolwsd ] WRN  Cleaned legacy jail without pid prefix after upgrade /opt/cool/child-roots/7-E63AE212/systmp|common/JailUtil.cpp:445
2026-06-10T08:42:28.383554795Z wsd-00007-00007 2026-06-10 08:42:28.383405 [ coolwsd ] WRN  File not found: Private key file: /etc/coolwsd/proof_key
2026-06-10T08:42:28.383586845Z No proof-key will be present in discovery.
2026-06-10T08:42:28.383600832Z If you need to use WOPI security, generate an RSA key using this command:
2026-06-10T08:42:28.383604004Z     sudo coolconfig generate-proof-key
2026-06-10T08:42:28.383607049Z or if your config dir is not /etc, you can run ssh-keygen manually:
2026-06-10T08:42:28.383610047Z     ssh-keygen -t rsa -N "" -m PEM -f "/etc/coolwsd/proof_key"
2026-06-10T08:42:28.383613293Z Note: the proof_key file must be readable by the coolwsd process.|wsd/ProofKey.cpp:136
2026-06-10T08:42:28.392402365Z coolforkit version details: 26.04.1.3 - f0f0f2a66a
2026-06-10T08:42:28.526221008Z Init vcl
2026-06-10T08:42:29.150271372Z preload: merged testuno vbaswobj swd sw sm msword pdfimport sdui sd vbaobj scd sc pcr migrationoo2 sdd smd PresentationMinimizer stocservices invocation sw_writerfilter io reflection calc uuresolver bootstrap scn scfilt introspection deploymentgui writer binaryurp LanguageTool namingservice migrationoo3 invocadapt proxyfac
2026-06-10T08:42:29.150293378Z Disabled: cmdmail dbp abp 
2026-06-10T08:42:29.446757757Z Preload textencodings
2026-06-10T08:42:29.456171406Z Allowlisted languages: en_US es_ES 
2026-06-10T08:42:29.537439182Z Preloading local dictionaries: en-US es-ES 
2026-06-10T08:42:29.561742635Z Preloading local thesauri: en-US es-ES 
2026-06-10T08:42:29.572499317Z Preloading local hyphenators: en-US es-ES 
2026-06-10T08:42:29.572515954Z Preloading breakiterator
2026-06-10T08:42:29.573121810Z Preload icons
2026-06-10T08:42:29.584069842Z Preload short cut accelerators
2026-06-10T08:42:29.674326760Z Preload languages
2026-06-10T08:42:29.737793282Z Preload fonts
2026-06-10T08:42:29.933170471Z Preload config
2026-06-10T08:42:30.158831195Z frk-00014-00014 2026-06-10 08:42:30.158705 [ coolforkit-ns ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:42:30.158854794Z frk-00014-00014 2026-06-10 08:42:30.158727 [ coolforkit-ns ] WRN  Failed to update the dynamic files in [/opt/cool/systemplate]. Will clone dynamic elements of systemplate to the jails.|common/JailUtil.cpp:703
2026-06-10T08:42:30.159337370Z frk-00014-00014 2026-06-10 08:42:30.159234 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:42:30.176241529Z office version details: { "ProductName": "Collabora Office", "ProductVersion": "26.04", "ProductExtension": ".1.3", "BuildId": "f0f0f2a66a15a13673f64d5ad61db2369a00cb39", "BuildConfig": "'--enable-hardening-flags' '--enable-mpl-subset' '--with-vendor=Collabora Productivity Limited' '--with-branding=icon-themes/galaxy/brand_cp' '--with-system-dicts' '--with-myspell-dicts' '--with-system-zlib' '--enable-cairo-rgba' '--without-system-cairo' '--without-system-fontconfig' '--without-system-freetype' '--without-system-graphite' '--without-system-harfbuzz' '--without-system-openssl' '--without-system-libpng' '--without-system-libxml' '--without-system-jpeg' '--without-system-expat' '--without-system-curl' '--without-system-icu' '--without-system-nss' '--without-system-jars' '--without-java' '--without-junit' '--without-help' '--disable-xmlhelp' '--with-linker-hash-style=both' '--with-fonts' '--with-docrepair-fonts' '--enable-noto-font' '--with-galleries=no' '--with-theme=colibre colibre_svg' '--with-external-thes-dir=/usr/share/mythes' '--with-external-hyph-dir=/usr/share/hyphen' '--with-external-dict-dir=/usr/share/hunspell' '--disable-dbus' '--disable-extension-integration' '--disable-kf5' '--disable-gtk3' '--disable-qt5' '--disable-gstreamer-1-0' '--disable-evolution2' '--disable-gio' '--disable-gui' '--disable-scripting-javascript' '--disable-sdremote' '--disable-sdremote-bluetooth' '--disable-randr' '--enable-epm' '--enable-python=internal' '--disable-online-update' '--disable-dconf' '--enable-mergelibs=more' '--with-package-format=deb rpm' '--enable-release-build' '--with-lang=ar bg ca cs cy da de el en-US en-GB eo es eu fi fr ga gl he hr hu hy id is it ja kk ko lo nb nl oc pl pt pt-BR ro ru sk sl sq sv tr uk vi zh-CN zh-TW' '--disable-lpsolve' '--enable-symbols' '--enable-sal-log' '--without-templates' '--with-buildconfig-recorded' '--disable-librelogo' '--without-gssapi' '--disable-ldap' '--enable-quickjs' '--srcdir=/home/collabora/jenkins/workspace/online/engine' '--enable-option-checking=fatal' 'PKG_CONFIG_PATH=/opt/rh/devtoolset-12/root/usr/lib64/pkgconfig'" }
2026-06-10T08:42:30.177033799Z Ready to accept connections on port 9980.
2026-06-10T08:42:30.177056217Z 
2026-06-10T08:42:30.177902890Z frk-00014-00014 2026-06-10 08:42:30.177831 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:42:30.182007226Z frk-00014-00014 2026-06-10 08:42:30.181875 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:42:30.185805702Z frk-00014-00014 2026-06-10 08:42:30.185679 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:42:30.203173739Z wsd-00007-00019 2026-06-10 08:42:30.203042 [ remotefontconfig_poll ] ERR  Remote config server has response status code: 502 (Bad Gateway)|wsd/RemoteConfig.cpp:142
2026-06-10T08:43:30.270419961Z wsd-00007-00019 2026-06-10 08:43:30.270276 [ remotefontconfig_poll ] ERR  Remote config server has response status code: 502 (Bad Gateway)|wsd/RemoteConfig.cpp:142
2026-06-10T08:44:30.350654951Z wsd-00007-00019 2026-06-10 08:44:30.350588 [ remotefontconfig_poll ] ERR  Remote config server has response status code: 502 (Bad Gateway)|wsd/RemoteConfig.cpp:142
2026-06-10T08:45:30.429794814Z wsd-00007-00019 2026-06-10 08:45:30.429679 [ remotefontconfig_poll ] ERR  Remote config server has response status code: 502 (Bad Gateway)|wsd/RemoteConfig.cpp:142
2026-06-10T08:46:30.508137844Z wsd-00007-00019 2026-06-10 08:46:30.507996 [ remotefontconfig_poll ] ERR  Remote config server has response status code: 502 (Bad Gateway)|wsd/RemoteConfig.cpp:142
2026-06-10T08:47:30.587221818Z wsd-00007-00019 2026-06-10 08:47:30.587127 [ remotefontconfig_poll ] ERR  Remote config server has response status code: 502 (Bad Gateway)|wsd/RemoteConfig.cpp:142
2026-06-10T08:48:31.451611458Z wsd-00007-00013 2026-06-10 08:48:31.451461 [ prisoner_poll ] WRN  #29: Unassociated Kit (24) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:31.451953258Z wsd-00007-00013 2026-06-10 08:48:31.451873 [ prisoner_poll ] WRN  #24: Unassociated Kit (25) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:31.451967993Z wsd-00007-00013 2026-06-10 08:48:31.451927 [ prisoner_poll ] WRN  #27: Unassociated Kit (23) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:31.451977469Z wsd-00007-00013 2026-06-10 08:48:31.451961 [ prisoner_poll ] WRN  #17: Unassociated Kit (18) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:31.454021295Z frk-00014-00014 2026-06-10 08:48:31.452084 [ forkit ] WRN  No live Kits exist, and we are not terminating yet.|kit/ForKit.cpp:387
2026-06-10T08:48:31.469208070Z frk-00014-00014 2026-06-10 08:48:31.469074 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:31.550335268Z frk-00014-00014 2026-06-10 08:48:31.550192 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:31.552820593Z wsd-00007-00013 2026-06-10 08:48:31.552727 [ prisoner_poll ] WRN  #17: Unassociated Kit (110) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:31.554302266Z frk-00014-00014 2026-06-10 08:48:31.554178 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:31.558147647Z frk-00014-00014 2026-06-10 08:48:31.558024 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:31.693068995Z frk-00014-00014 2026-06-10 08:48:31.692926 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:31.694155970Z wsd-00007-00013 2026-06-10 08:48:31.694045 [ prisoner_poll ] WRN  #17: Unassociated Kit (111) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:31.694179320Z wsd-00007-00013 2026-06-10 08:48:31.694143 [ prisoner_poll ] WRN  #28: Unassociated Kit (112) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:31.694383779Z wsd-00007-00013 2026-06-10 08:48:31.694327 [ prisoner_poll ] WRN  #30: Unassociated Kit (113) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:31.805018274Z frk-00014-00014 2026-06-10 08:48:31.804858 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:31.806611920Z wsd-00007-00013 2026-06-10 08:48:31.806526 [ prisoner_poll ] WRN  #17: Unassociated Kit (114) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:31.809120162Z frk-00014-00014 2026-06-10 08:48:31.808998 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:31.813727620Z frk-00014-00014 2026-06-10 08:48:31.813568 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:31.958671426Z frk-00014-00014 2026-06-10 08:48:31.958544 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:31.960666584Z wsd-00007-00013 2026-06-10 08:48:31.960568 [ prisoner_poll ] WRN  #17: Unassociated Kit (115) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:31.961040326Z wsd-00007-00013 2026-06-10 08:48:31.960980 [ prisoner_poll ] WRN  #28: Unassociated Kit (116) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:31.961070890Z wsd-00007-00013 2026-06-10 08:48:31.961034 [ prisoner_poll ] WRN  #30: Unassociated Kit (117) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.061746710Z frk-00014-00014 2026-06-10 08:48:32.061605 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.064354987Z wsd-00007-00013 2026-06-10 08:48:32.064222 [ prisoner_poll ] WRN  #17: Unassociated Kit (118) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.065689694Z frk-00014-00014 2026-06-10 08:48:32.065560 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.070511994Z frk-00014-00014 2026-06-10 08:48:32.070369 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.171453008Z frk-00014-00014 2026-06-10 08:48:32.171313 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.172806301Z wsd-00007-00013 2026-06-10 08:48:32.172707 [ prisoner_poll ] WRN  #30: Unassociated Kit (121) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.172859785Z wsd-00007-00013 2026-06-10 08:48:32.172805 [ prisoner_poll ] WRN  #17: Unassociated Kit (119) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.173119641Z wsd-00007-00013 2026-06-10 08:48:32.173079 [ prisoner_poll ] WRN  #28: Unassociated Kit (120) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.279364949Z frk-00014-00014 2026-06-10 08:48:32.279233 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.282146847Z wsd-00007-00013 2026-06-10 08:48:32.282019 [ prisoner_poll ] WRN  #17: Unassociated Kit (122) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.283061133Z frk-00014-00014 2026-06-10 08:48:32.282910 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.286497210Z frk-00014-00014 2026-06-10 08:48:32.286386 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.400827379Z frk-00014-00014 2026-06-10 08:48:32.400704 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.402545449Z wsd-00007-00013 2026-06-10 08:48:32.402457 [ prisoner_poll ] WRN  #28: Unassociated Kit (124) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.402996464Z wsd-00007-00013 2026-06-10 08:48:32.402915 [ prisoner_poll ] WRN  #30: Unassociated Kit (125) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.403010650Z wsd-00007-00013 2026-06-10 08:48:32.402967 [ prisoner_poll ] WRN  #17: Unassociated Kit (123) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.497766182Z frk-00014-00014 2026-06-10 08:48:32.497604 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.500162517Z wsd-00007-00013 2026-06-10 08:48:32.500044 [ prisoner_poll ] WRN  #17: Unassociated Kit (126) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.500906958Z frk-00014-00014 2026-06-10 08:48:32.500776 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.505288052Z frk-00014-00014 2026-06-10 08:48:32.505150 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.596860756Z frk-00014-00014 2026-06-10 08:48:32.596682 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.598262401Z wsd-00007-00013 2026-06-10 08:48:32.598155 [ prisoner_poll ] WRN  #28: Unassociated Kit (128) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.598319922Z wsd-00007-00013 2026-06-10 08:48:32.598254 [ prisoner_poll ] WRN  #17: Unassociated Kit (127) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.598515879Z wsd-00007-00013 2026-06-10 08:48:32.598469 [ prisoner_poll ] WRN  #30: Unassociated Kit (129) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.725933691Z frk-00014-00014 2026-06-10 08:48:32.725788 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.728366567Z wsd-00007-00013 2026-06-10 08:48:32.728198 [ prisoner_poll ] WRN  #17: Unassociated Kit (130) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.729657105Z frk-00014-00014 2026-06-10 08:48:32.729526 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.734482955Z frk-00014-00014 2026-06-10 08:48:32.734319 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.848318431Z frk-00014-00014 2026-06-10 08:48:32.848198 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.850362041Z wsd-00007-00013 2026-06-10 08:48:32.850240 [ prisoner_poll ] WRN  #30: Unassociated Kit (133) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.850422774Z wsd-00007-00013 2026-06-10 08:48:32.850328 [ prisoner_poll ] WRN  #28: Unassociated Kit (132) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.850435732Z wsd-00007-00013 2026-06-10 08:48:32.850359 [ prisoner_poll ] WRN  #17: Unassociated Kit (131) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.961068305Z frk-00014-00014 2026-06-10 08:48:32.960933 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.963011939Z wsd-00007-00013 2026-06-10 08:48:32.962921 [ prisoner_poll ] WRN  #17: Unassociated Kit (134) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:32.964769680Z frk-00014-00014 2026-06-10 08:48:32.964635 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:32.970133156Z frk-00014-00014 2026-06-10 08:48:32.969969 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:33.085087320Z wsd-00007-00013 2026-06-10 08:48:33.084973 [ prisoner_poll ] WRN  #30: Unassociated Kit (137) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:33.085122289Z wsd-00007-00013 2026-06-10 08:48:33.085047 [ prisoner_poll ] WRN  #28: Unassociated Kit (136) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:33.085147576Z wsd-00007-00013 2026-06-10 08:48:33.085082 [ prisoner_poll ] WRN  #17: Unassociated Kit (135) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:33.090088491Z frk-00014-00014 2026-06-10 08:48:33.089992 [ forkit ] WRN  No live Kits exist, and we are not terminating yet.|kit/ForKit.cpp:387
2026-06-10T08:48:33.098293395Z frk-00014-00014 2026-06-10 08:48:33.098153 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:33.258451151Z frk-00014-00014 2026-06-10 08:48:33.258312 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:33.259169085Z wsd-00007-00013 2026-06-10 08:48:33.259088 [ prisoner_poll ] WRN  #17: Unassociated Kit (138) disconnected unexpectedly|wsd/COOLWSD.cpp:3101
2026-06-10T08:48:33.262211237Z frk-00014-00014 2026-06-10 08:48:33.262076 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:48:33.265680583Z frk-00014-00014 2026-06-10 08:48:33.265551 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:50:59.209659637Z frk-00014-00014 2026-06-10 08:50:59.209522 [ forkit ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:50:59.221431001Z frk-00178-00178 2026-06-10 08:50:59.221285 [ subforkit_001 ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:50:59.226057528Z frk-00178-00178 2026-06-10 08:50:59.225947 [ subforkit_001 ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:50:59.230234487Z frk-00178-00178 2026-06-10 08:50:59.230111 [ subforkit_001 ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:50:59.234404306Z frk-00178-00178 2026-06-10 08:50:59.234284 [ subforkit_001 ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:50:59.238619437Z frk-00178-00178 2026-06-10 08:50:59.238475 [ subforkit_001 ] WRN  The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.|common/JailUtil.cpp:628
2026-06-10T08:51:01.066564995Z wsd-00007-00021 2026-06-10 08:51:01.066422 [ websrv_poll ] ERR  #52: Bad request: GET HTTP/1.1 /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=0MRwLGZNOLganJSc1364FVbZUJvuYudb&access_token_ttl=0&no_auth_header=, content-length: -1, chunked: false, Host: nextcloud.REDACTED.com / User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 / Accept-Encoding: gzip, deflate, br, zstd / Accept-Language: es-ES,es;q=0.9,en;q=0.8,ca;q=0.7 / Cache-Control: no-cache / Cookie: __Host-nc_sameSiteCookielax=true; __Host-nc_sameSiteCookiestrict=true; oc_sessionPassphrase=2aQPUoGQuwA6EK4qBt%2Frols%2FF2EJkrh3%2FrFbAYhV%2F65Pafny2VY8Vw51Qvingi6S0r4z%2BxMkcANlyCr1SKsfAxQNt2%2Bv0cZCtc9g5Yf9xU8vrOsutTidF2Juovx5LVuz; ocpo0zgiuijt=7519d2c279d189143ad2f50a29e4e316 / Origin: https://nextcloud.REDACTED.com / Pragma: no-cache / Sec-Websocket-Extensions: permessage-deflate; client_max_window_bits / Sec-Websocket-Key: GT0XuZ7fDbOg/+JJyqm3gg== / Sec-Websocket-Version: 13 / Via: 1.1 Caddy / X-Forwarded-For: 10.10.0.100, 10.10.0.10 / X-Forwarded-Host: nextcloud.REDACTED.com / X-Forwarded-Proto: https / X-Forwarded-Scheme: https / X-Real-Ip: 10.10.0.100, closeConnection: false, socket-data: [GET /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=0MRwLGZNOLganJSc1364FVbZUJvuYudb&access_token_ttl=0&no_auth_header= HTTP/1.1
valid or unknown request.|wsd/ClientRequestDispatcher.cpp:1401
2026-06-10T08:51:06.039044051Z wsd-00007-00021 2026-06-10 08:51:06.038902 [ websrv_poll ] ERR  #52: Bad request: GET HTTP/1.1 /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=0MRwLGZNOLganJSc1364FVbZUJvuYudb&access_token_ttl=0&permission=edit, content-length: -1, chunked: false, Host: nextcloud.REDACTED.com / User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 / Accept-Encoding: gzip, deflate, br, zstd / Accept-Language: es-ES,es;q=0.9,en;q=0.8,ca;q=0.7 / Cache-Control: no-cache / Cookie: __Host-nc_sameSiteCookielax=true; __Host-nc_sameSiteCookiestrict=true; oc_sessionPassphrase=2aQPUoGQuwA6EK4qBt%2Frols%2FF2EJkrh3%2FrFbAYhV%2F65Pafny2VY8Vw51Qvingi6S0r4z%2BxMkcANlyCr1SKsfAxQNt2%2Bv0cZCtc9g5Yf9xU8vrOsutTidF2Juovx5LVuz; ocpo0zgiuijt=7519d2c279d189143ad2f50a29e4e316 / Origin: https://nextcloud.REDACTED.com / Pragma: no-cache / Sec-Websocket-Extensions: permessage-deflate; client_max_window_bits / Sec-Websocket-Key: SSu9PJUmE+vhtmAmvQNgLw== / Sec-Websocket-Version: 13 / Via: 1.1 Caddy / X-Forwarded-For: 10.10.0.100, 10.10.0.10 / X-Forwarded-Host: nextcloud.REDACTED.com / X-Forwarded-Proto: https / X-Forwarded-Scheme: https / X-Real-Ip: 10.10.0.100, closeConnection: false, socket-data: [GET /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=0MRwLGZNOLganJSc1364FVbZUJvuYudb&access_token_ttl=0&permission=edit HTTP/1.1
valid or unknown request.|wsd/ClientRequestDispatcher.cpp:1401
2026-06-10T08:51:08.358812414Z wsd-00007-00021 2026-06-10 08:51:08.358694 [ websrv_poll ] ERR  #52: Bad request: GET HTTP/1.1 /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=0MRwLGZNOLganJSc1364FVbZUJvuYudb&access_token_ttl=0&permission=edit, content-length: -1, chunked: false, Host: nextcloud.REDACTED.com / User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 / Accept-Encoding: gzip, deflate, br, zstd / Accept-Language: es-ES,es;q=0.9,en;q=0.8,ca;q=0.7 / Cache-Control: no-cache / Cookie: __Host-nc_sameSiteCookielax=true; __Host-nc_sameSiteCookiestrict=true; oc_sessionPassphrase=2aQPUoGQuwA6EK4qBt%2Frols%2FF2EJkrh3%2FrFbAYhV%2F65Pafny2VY8Vw51Qvingi6S0r4z%2BxMkcANlyCr1SKsfAxQNt2%2Bv0cZCtc9g5Yf9xU8vrOsutTidF2Juovx5LVuz; ocpo0zgiuijt=7519d2c279d189143ad2f50a29e4e316 / Origin: https://nextcloud.REDACTED.com / Pragma: no-cache / Sec-Websocket-Extensions: permessage-deflate; client_max_window_bits / Sec-Websocket-Key: RpF6574aCOHdD8XFP41ArQ== / Sec-Websocket-Version: 13 / Via: 1.1 Caddy / X-Forwarded-For: 10.10.0.100, 10.10.0.10 / X-Forwarded-Host: nextcloud.REDACTED.com / X-Forwarded-Proto: https / X-Forwarded-Scheme: https / X-Real-Ip: 10.10.0.100, closeConnection: false, socket-data: [GET /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=0MRwLGZNOLganJSc1364FVbZUJvuYudb&access_token_ttl=0&permission=edit HTTP/1.1
valid or unknown request.|wsd/ClientRequestDispatcher.cpp:1401
2026-06-10T08:51:10.289013838Z wsd-00007-00021 2026-06-10 08:51:10.288930 [ websrv_poll ] ERR  #52: Bad request: GET HTTP/1.1 /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=0MRwLGZNOLganJSc1364FVbZUJvuYudb&access_token_ttl=0&permission=edit, content-length: -1, chunked: false, Host: nextcloud.REDACTED.com / User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 / Accept-Encoding: gzip, deflate, br, zstd / Accept-Language: es-ES,es;q=0.9,en;q=0.8,ca;q=0.7 / Cache-Control: no-cache / Cookie: __Host-nc_sameSiteCookielax=true; __Host-nc_sameSiteCookiestrict=true; oc_sessionPassphrase=2aQPUoGQuwA6EK4qBt%2Frols%2FF2EJkrh3%2FrFbAYhV%2F65Pafny2VY8Vw51Qvingi6S0r4z%2BxMkcANlyCr1SKsfAxQNt2%2Bv0cZCtc9g5Yf9xU8vrOsutTidF2Juovx5LVuz; ocpo0zgiuijt=7519d2c279d189143ad2f50a29e4e316 / Origin: https://nextcloud.REDACTED.com / Pragma: no-cache / Sec-Websocket-Extensions: permessage-deflate; client_max_window_bits / Sec-Websocket-Key: hHgAR6aHSf9fomInDyE8uA== / Sec-Websocket-Version: 13 / Via: 1.1 Caddy / X-Forwarded-For: 10.10.0.100, 10.10.0.10 / X-Forwarded-Host: nextcloud.REDACTED.com / X-Forwarded-Proto: https / X-Forwarded-Scheme: https / X-Real-Ip: 10.10.0.100, closeConnection: false, socket-data: [GET /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=0MRwLGZNOLganJSc1364FVbZUJvuYudb&access_token_ttl=0&permission=edit HTTP/1.1
valid or unknown request.|wsd/ClientRequestDispatcher.cpp:1401
2026-06-10T08:51:14.885555966Z wsd-00007-00021 2026-06-10 08:51:14.885425 [ websrv_poll ] ERR  #29: Bad request: GET HTTP/1.1 /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=0MRwLGZNOLganJSc1364FVbZUJvuYudb&access_token_ttl=0&permission=edit, content-length: -1, chunked: false, Host: nextcloud.REDACTED.com / User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 / Accept-Encoding: gzip, deflate, br, zstd / Accept-Language: es-ES,es;q=0.9,en;q=0.8,ca;q=0.7 / Cache-Control: no-cache / Cookie: __Host-nc_sameSiteCookielax=true; __Host-nc_sameSiteCookiestrict=true; oc_sessionPassphrase=2aQPUoGQuwA6EK4qBt%2Frols%2FF2EJkrh3%2FrFbAYhV%2F65Pafny2VY8Vw51Qvingi6S0r4z%2BxMkcANlyCr1SKsfAxQNt2%2Bv0cZCtc9g5Yf9xU8vrOsutTidF2Juovx5LVuz; ocpo0zgiuijt=7519d2c279d189143ad2f50a29e4e316 / Origin: https://nextcloud.REDACTED.com / Pragma: no-cache / Sec-Websocket-Extensions: permessage-deflate; client_max_window_bits / Sec-Websocket-Key: SWKntAwJhGKbunSD7KPeUQ== / Sec-Websocket-Version: 13 / Via: 1.1 Caddy / X-Forwarded-For: 10.10.0.100, 10.10.0.10 / X-Forwarded-Host: nextcloud.REDACTED.com / X-Forwarded-Proto: https / X-Forwarded-Scheme: https / X-Real-Ip: 10.10.0.100, closeConnection: false, socket-data: [GET /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=0MRwLGZNOLganJSc1364FVbZUJvuYudb&access_token_ttl=0&permission=edit HTTP/1.1
valid or unknown request.|wsd/ClientRequestDispatcher.cpp:1401
2026-06-10T08:51:39.963987097Z wsd-00007-00021 2026-06-10 08:51:39.963852 [ websrv_poll ] ERR  #29: Bad request: GET HTTP/1.1 /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=C0VzEpQEVJVU07uJJ3O6TpM6vyqW189R&access_token_ttl=0&no_auth_header=, content-length: -1, chunked: false, Host: nextcloud.REDACTED.com / User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 / Accept-Encoding: gzip, deflate, br, zstd / Accept-Language: es-ES,es;q=0.9,en;q=0.8,ca;q=0.7 / Cache-Control: no-cache / Cookie: __Host-nc_sameSiteCookielax=true; __Host-nc_sameSiteCookiestrict=true; oc_sessionPassphrase=2aQPUoGQuwA6EK4qBt%2Frols%2FF2EJkrh3%2FrFbAYhV%2F65Pafny2VY8Vw51Qvingi6S0r4z%2BxMkcANlyCr1SKsfAxQNt2%2Bv0cZCtc9g5Yf9xU8vrOsutTidF2Juovx5LVuz; ocpo0zgiuijt=7519d2c279d189143ad2f50a29e4e316 / Origin: https://nextcloud.REDACTED.com / Pragma: no-cache / Sec-Websocket-Extensions: permessage-deflate; client_max_window_bits / Sec-Websocket-Key: 54SjZ8PQGp8l9/wU4QJCXQ== / Sec-Websocket-Version: 13 / Via: 1.1 Caddy / X-Forwarded-For: 10.10.0.100, 10.10.0.10 / X-Forwarded-Host: nextcloud.REDACTED.com / X-Forwarded-Proto: https / X-Forwarded-Scheme: https / X-Real-Ip: 10.10.0.100, closeConnection: false, socket-data: [GET /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=C0VzEpQEVJVU07uJJ3O6TpM6vyqW189R&access_token_ttl=0&no_auth_header= HTTP/1.1
valid or unknown request.|wsd/ClientRequestDispatcher.cpp:1401
2026-06-10T08:51:41.278963453Z wsd-00007-00021 2026-06-10 08:51:41.278739 [ websrv_poll ] ERR  #29: Bad request: GET HTTP/1.1 /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=C0VzEpQEVJVU07uJJ3O6TpM6vyqW189R&access_token_ttl=0&permission=edit, content-length: -1, chunked: false, Host: nextcloud.REDACTED.com / User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 / Accept-Encoding: gzip, deflate, br, zstd / Accept-Language: es-ES,es;q=0.9,en;q=0.8,ca;q=0.7 / Cache-Control: no-cache / Cookie: __Host-nc_sameSiteCookielax=true; __Host-nc_sameSiteCookiestrict=true; oc_sessionPassphrase=2aQPUoGQuwA6EK4qBt%2Frols%2FF2EJkrh3%2FrFbAYhV%2F65Pafny2VY8Vw51Qvingi6S0r4z%2BxMkcANlyCr1SKsfAxQNt2%2Bv0cZCtc9g5Yf9xU8vrOsutTidF2Juovx5LVuz; ocpo0zgiuijt=7519d2c279d189143ad2f50a29e4e316 / Origin: https://nextcloud.REDACTED.com / Pragma: no-cache / Sec-Websocket-Extensions: permessage-deflate; client_max_window_bits / Sec-Websocket-Key: mq8UR+H2ONyRhudN7DamWw== / Sec-Websocket-Version: 13 / Via: 1.1 Caddy / X-Forwarded-For: 10.10.0.100, 10.10.0.10 / X-Forwarded-Host: nextcloud.REDACTED.com / X-Forwarded-Proto: https / X-Forwarded-Scheme: https / X-Real-Ip: 10.10.0.100, closeConnection: false, socket-data: [GET /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=C0VzEpQEVJVU07uJJ3O6TpM6vyqW189R&access_token_ttl=0&permission=edit HTTP/1.1
valid or unknown request.|wsd/ClientRequestDispatcher.cpp:1401
2026-06-10T08:51:42.849835520Z wsd-00007-00021 2026-06-10 08:51:42.849625 [ websrv_poll ] ERR  #29: Bad request: GET HTTP/1.1 /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=C0VzEpQEVJVU07uJJ3O6TpM6vyqW189R&access_token_ttl=0&permission=edit, content-length: -1, chunked: false, Host: nextcloud.REDACTED.com / User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 / Accept-Encoding: gzip, deflate, br, zstd / Accept-Language: es-ES,es;q=0.9,en;q=0.8,ca;q=0.7 / Cache-Control: no-cache / Cookie: __Host-nc_sameSiteCookielax=true; __Host-nc_sameSiteCookiestrict=true; oc_sessionPassphrase=2aQPUoGQuwA6EK4qBt%2Frols%2FF2EJkrh3%2FrFbAYhV%2F65Pafny2VY8Vw51Qvingi6S0r4z%2BxMkcANlyCr1SKsfAxQNt2%2Bv0cZCtc9g5Yf9xU8vrOsutTidF2Juovx5LVuz; ocpo0zgiuijt=7519d2c279d189143ad2f50a29e4e316 / Origin: https://nextcloud.REDACTED.com / Pragma: no-cache / Sec-Websocket-Extensions: permessage-deflate; client_max_window_bits / Sec-Websocket-Key: AUrtFuCb+/xKHxLU2myDDQ== / Sec-Websocket-Version: 13 / Via: 1.1 Caddy / X-Forwarded-For: 10.10.0.100, 10.10.0.10 / X-Forwarded-Host: nextcloud.REDACTED.com / X-Forwarded-Proto: https / X-Forwarded-Scheme: https / X-Real-Ip: 10.10.0.100, closeConnection: false, socket-data: [GET /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=C0VzEpQEVJVU07uJJ3O6TpM6vyqW189R&access_token_ttl=0&permission=edit HTTP/1.1
valid or unknown request.|wsd/ClientRequestDispatcher.cpp:1401
2026-06-10T08:51:45.619357830Z wsd-00007-00021 2026-06-10 08:51:45.619251 [ websrv_poll ] ERR  #29: Bad request: GET HTTP/1.1 /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=C0VzEpQEVJVU07uJJ3O6TpM6vyqW189R&access_token_ttl=0&permission=edit, content-length: -1, chunked: false, Host: nextcloud.REDACTED.com / User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 / Accept-Encoding: gzip, deflate, br, zstd / Accept-Language: es-ES,es;q=0.9,en;q=0.8,ca;q=0.7 / Cache-Control: no-cache / Cookie: __Host-nc_sameSiteCookielax=true; __Host-nc_sameSiteCookiestrict=true; oc_sessionPassphrase=2aQPUoGQuwA6EK4qBt%2Frols%2FF2EJkrh3%2FrFbAYhV%2F65Pafny2VY8Vw51Qvingi6S0r4z%2BxMkcANlyCr1SKsfAxQNt2%2Bv0cZCtc9g5Yf9xU8vrOsutTidF2Juovx5LVuz; ocpo0zgiuijt=7519d2c279d189143ad2f50a29e4e316 / Origin: https://nextcloud.REDACTED.com / Pragma: no-cache / Sec-Websocket-Extensions: permessage-deflate; client_max_window_bits / Sec-Websocket-Key: CWh5ZoeEswfleNc2Nk7LRA== / Sec-Websocket-Version: 13 / Via: 1.1 Caddy / X-Forwarded-For: 10.10.0.100, 10.10.0.10 / X-Forwarded-Host: nextcloud.REDACTED.com / X-Forwarded-Proto: https / X-Forwarded-Scheme: https / X-Real-Ip: 10.10.0.100, closeConnection: false, socket-data: [GET /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=C0VzEpQEVJVU07uJJ3O6TpM6vyqW189R&access_token_ttl=0&permission=edit HTTP/1.1
valid or unknown request.|wsd/ClientRequestDispatcher.cpp:1401

Looking at the logs, it seems to me that is trying to reach Office at the main domain of nextcloud, Could it be?

I don’t see anything wrong in the Office config:

The allow list is:
192.168.0.81,
127.0.0.1/8,
192.168.0.0/16,
172.16.0.0/12,
10.0.0.0/8,
fd00::/8,::1,
127.0.0.0/8,
192.168.0.0/16,
172.16.0.0/12,
10.0.0.0/8,
100.64.0.0/10,
fd00::/8,::1/128,
10.10.0.10

I think it’s all covered here. But could someone that understands take a look at the failing request:

2026-06-10T08:51:01.066564995Z wsd-00007-00021 2026-06-10 08:51:01.066422 [ websrv_poll ] ERR  #52: Bad request: GET HTTP/1.1 /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=0MRwLGZNOLganJSc1364FVbZUJvuYudb&access_token_ttl=0&no_auth_header=, content-length: -1, chunked: false, Host: nextcloud.REDACTED.com / User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 / Accept-Encoding: gzip, deflate, br, zstd / Accept-Language: es-ES,es;q=0.9,en;q=0.8,ca;q=0.7 / Cache-Control: no-cache / Cookie: __Host-nc_sameSiteCookielax=true; __Host-nc_sameSiteCookiestrict=true; oc_sessionPassphrase=2aQPUoGQuwA6EK4qBt%2Frols%2FF2EJkrh3%2FrFbAYhV%2F65Pafny2VY8Vw51Qvingi6S0r4z%2BxMkcANlyCr1SKsfAxQNt2%2Bv0cZCtc9g5Yf9xU8vrOsutTidF2Juovx5LVuz; ocpo0zgiuijt=7519d2c279d189143ad2f50a29e4e316 / Origin: https://nextcloud.REDACTED.com / Pragma: no-cache / Sec-Websocket-Extensions: permessage-deflate; client_max_window_bits / Sec-Websocket-Key: GT0XuZ7fDbOg/+JJyqm3gg== / Sec-Websocket-Version: 13 / Via: 1.1 Caddy / X-Forwarded-For: 10.10.0.100, 10.10.0.10 / X-Forwarded-Host: nextcloud.REDACTED.com / X-Forwarded-Proto: https / X-Forwarded-Scheme: https / X-Real-Ip: 10.10.0.100, closeConnection: false, socket-data: [GET /cool/ws?WOPISrc=http%3A%2F%2Fnextcloud-aio-apache.nextcloud-aio%3A23973%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F779327_ocpo0zgiuijt&access_token=0MRwLGZNOLganJSc1364FVbZUJvuYudb&access_token_ttl=0&no_auth_header= HTTP/1.1
valid or unknown request.|wsd/ClientRequestDispatcher.cpp:1401

Edit: See proper solution instead this one.

I managed to fix it. For anyone more having this issue:

The problem was that the Collabora 26.04 update (which came with AIO 13.x) introduced stricter validation of the Host header on WebSocket connections to the /cool/ws endpoint. Collabora expects the Host to match its own domain/internal configuration, or for the proxy to correctly forward the upgrade headers.
Nginx Proxy Manager, that I use for my domain management, by default wasn’t passing the Upgrade/Connection headers for that specific endpoint.

For documentation purposes, the fix was to add the following to the Advanced tab of the Nextcloud Proxy Host in NPM:

location /cool/ws {
    proxy_pass http://<Nextcloud-IP>:11000;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "Upgrade";
    proxy_set_header Host $host;
    proxy_read_timeout 36000s;
}

Perhaps Websockets Support was toggled off in NPM?

Refs: AIO - NPM

Yep! Just noticed. With websockets checked should the advanced config be unnecessary?

EDIT: Yes, the proposed configuration in the link works and the settings I shared aren’t necesssary.