Empty OnlyOffice editor

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:

  • `Nextcloud 34.0.0`
    * Operating system and version:
  • `#1 SMP PREEMPT Debian 1:6.12.93-1+rpt1 (2026-06-12)`
    * Web server and version:
  • `Server version: Apache/2.4.67 (Debian)`
    * Reverse proxy and version:
  • `nginx version: openresty/1.29.2.5`
    * PHP version:
  • `PHP 8.4.22 (cli) (built: Jun 11 2026 00:28:28) (NTS)`
    * Is this the first time you’ve seen this error? (Yes / No):
  • `yes`
    * When did this problem seem to first start?
  • `recently`
    * Installation method _(e.g. AlO, NCP, Bare Metal/Archive, etc.)_
  • `OMV Container`
    * Are you using CloudfIare, mod_security, or similar? _(Yes / No)_
  • `No`

Summary of the issues you are facing:

Opening an office document shows an empty editor screen

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

  1. logon to nextcloud
  2. open a docx document

Log entries

Nextcloud

```
{“reqId”:“bHtZloy58dBkNGqo6Ky0”,“level”:2,“time”:“2026-06-17T12:50:06+00:00”,“remoteAddr”:“83.97.85.45”,“user”:“king_admin”,“app”:“no app in context”,“met
hod”:“GET”,“url”:“/ocs/v2.php/apps/notifications/api/v2/notifications”,“scriptName”:“/ocs/v2.php”,“message”:“OCA\\Dropbox\\Notification\\Notifier::prepare
() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to you
r notifier and otherwise handle all \\InvalidArgumentException yourself.”,“userAgent”:“Mozilla/5.0 (X11; Linux x86_64; rv:151.0) Gecko/20100101 Firefox/15
1.0”,“version”:“34.0.0.12”,“data”:[]}
```

Web Browser

Apps

Enabled:

  • activity: 7.0.0
  • admin_audit: 1.24.0
  • appstore: 1.0.0
  • bookmarks: 16.2.1
  • brewmemo: 0.7.0
  • bruteforcesettings: 7.0.0
  • calendar: 6.5.0
  • camerarawpreviews: 1.1.1
  • circles: 34.0.0
  • cloud_federation_api: 1.18.0
  • comments: 1.24.0
  • contacts: 8.7.0
  • contactsinteraction: 1.15.0
  • cookbook: 0.11.7
  • dashboard: 7.14.0
  • dav: 1.39.0
  • encryption: 2.22.0
  • eurooffice: 11.0.0
  • federatedfilesharing: 1.24.0
  • federation: 1.24.0
  • files: 2.6.0
  • files_downloadlimit: 5.2.0-dev.0
  • files_external: 1.26.0
  • files_lock: 34.0.0
  • files_pdfviewer: 7.0.0-dev.0
  • files_reminders: 1.7.0
  • files_sharing: 1.26.0
  • files_trashbin: 1.24.0
  • files_versions: 1.27.0
  • firstrunwizard: 7.0.0-dev.0
  • groupfolders: 22.0.1
  • integration_dropbox: 5.0.0
  • logreader: 7.0.0
  • lookup_server_connector: 1.22.0
  • nextcloud_announcements: 6.0.0
  • notes: 6.0.0
  • notifications: 7.0.0-dev.1
  • oauth2: 1.22.0
  • officeonline: 3.2.1
  • password_policy: 6.0.0-dev.0
  • photos: 7.0.0
  • privacy: 6.0.0-dev.1
  • profile: 1.3.0
  • provisioning_api: 1.24.0
  • recommendations: 7.0.0-dev.0
  • related_resources: 5.0.0-dev.0
  • sentry: 8.18.6
  • serverinfo: 6.0.0
  • settings: 1.17.0
  • sharebymail: 1.24.0
  • support: 6.0.0
  • survey_client: 6.0.0-dev.0
  • suspicious_login: 12.0.0-dev.0
  • systemtags: 1.24.0
  • tables: 2.2.0
  • text: 8.0.0
  • theming: 2.9.0
  • twofactor_backupcodes: 1.23.0
  • twofactor_nextcloud_notification: 8.0.0
  • twofactor_totp: 16.0.0
  • updatenotification: 1.24.0
  • uppush: 2.5.0
  • user_status: 1.14.0
  • viewer: 7.0.0-dev.0
  • weather_status: 1.14.0
  • webhook_listeners: 1.6.0
  • workflowengine: 2.16.0
    Disabled:
  • app_api: 34.0.0 (installed 32.0.0)
  • end_to_end_encryption: 2.1.1 (installed 2.1.1)
  • fulltextsearch: 33.0.0 (installed 33.0.0)
  • office: 1.0.0 (installed 1.0.0)
  • previewgenerator: 5.13.0 (installed 5.13.0)
  • user_ldap: 1.25.0 (installed 1.22.0)

We seem to have posted in parallel. Here is another thread about probably the same error:

can you try the following

open your onlyoffice url in your browser (not your nextcloud url!) and disable all script / add blocking features of your browser for that onlyoffice-server url.

I suppose the so called …Analytics.js is blocked and it is not a problem of the onlyoffice app 10.1.0 (but more a problem of the latest documentserver 9.4.x)

When done so, re-open nextcloud and try again to open onlyoffice by using existing or new documents.

have a look at this github issue

and this community post

cheers

P.S.: for test purposes you can try to open nextcloud in a private / inkognito window and test if the onlyoffice behave the same.

@ theking2

Could you please check the logs and get the same error (…/AppInfo/Application.php … could not boot document server…) as mentioned in the other thread?

After a bit of digging I found that I was looking in the wrong direction. Debugging the Service Worker for OnlyOffice reveals that a (new?) js file Analytics.js was generating 404 errors. The file does exist on the server. Than (with a bit of help from OnlyOffice forum AI) I found the culprit being uBlock Origin triggered by the name “Analytics”. Adding this line to uBlock Origin File Filter list finally allowed the proper JS library to be accepted:

@@||kingma.ch^$document

In my case both cloud and office run in a domain ending in kingma.ch.

EDIT: although this did work on one (Fedora44KDEPlasma) workstation it did not on another. Apparently uBlock origin does not allow whitelisting a domain with all subdomains it is required to open a link on both a the nextcloud server and click the Big Blue disable ublock on/off button on both the cloud and office sites.