The Basics
- Nextcloud Server version (e.g., 29.x.x):
31.0.4
- Operating system and version (e.g., Ubuntu 24.04):
Ubuntu 24.10
- Web server and version (e.g, Apache 2.4.25):
nginx 1.24.0
- Reverse proxy and version _(e.g. nginx 1.27.2)
nginx 1.24.0
- PHP version (e.g, 8.3):
8.3
- Is this the first time youâve seen this error? (Yes / No):
yes
- When did this problem seem to first start?
immediately after installation
- Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
snap
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
no
Summary of the issue you are facing:
Following this guide I installed NextCloud, Community Document Server and ONLYOFFICE app. After this I saw the items to create spreadsheets and the other documents, but I got an error ONLYOFFICE was not available. Then all these items disappeared, no matter if I reinstalled the apps.
Steps to replicate it (hint: details matter!):
Exactly what is described in the guide above
- from the admin account of NextCloud, install the Community Document Server app
- and ONLYOFFICE app
Log entries
Nextcloud
The only error I see is:
2025-05-16T10:29:39.000 -[-] INFO - â
â reqId: ZLjkjFi9FvbhEKnIf9YG â
â remoteAddr: â
â user: false â
â app: documentserver_community â
â method: â
â url: /nextcloud/occ â
â message: An exception occurred trying to rebuild fonts â
â userAgent: -- â
â version: 31.0.4.1 â
â exception: {"Exception":"Exception","Message":"Segmentation fault (core dumped)\n","Code":0,"Trace":[{"file":"/var/snap/nextcloud/47611/nextcloud/extra-apps/documentserver_communitâ
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 ryelevant output/errors here that appear.
No errors in console
Web server / Reverse Proxy
The output of your Apache/nginx/system log in /var/log/____
:
2025/05/16 12:44:37 [error] 580257#580257: *1348 open() "/usr/share/nginx/html/index.php/apps/documentserver_community/converter" failed (2: No such file or directory), client: <address>, server: <domain, request: "POST /index.php/apps/documentserver_community/converter?shardKey=2691061946 HTTP/1.1", host: "<address>"
2025/05/16 12:44:37 [error] 580257#580257: *1350 open() "/usr/share/nginx/html/index.php/apps/documentserver_community/converter" failed (2: No such file or directory), client: <address>, server: <domain, request: "POST /index.php/apps/documentserver_community/converter?shardKey=1707564071 HTTP/1.1", host: "<address>"
2025/05/16 12:44:43 [error] 580257#580257: *1363 open() "/usr/share/nginx/html/index.php/apps/documentserver_community/converter" failed (2: No such file or directory), client: <address>, server: <domain, request: "POST /index.php/apps/documentserver_community/converter?shardKey=1707564071 HTTP/1.1", host: "<address>"
2025/05/16 12:44:43 [error] 580257#580257: *1366 open() "/usr/share/nginx/html/index.php/apps/documentserver_community/converter" failed (2: No such file or directory), client: <address>, server: <domain, request: "POST /index.php/apps/documentserver_community/converter?shardKey=2691061946 HTTP/1.1", host: "<address>"
2025/05/16 12:44:44 [error] 580257#580257: *1372 open() "/usr/share/nginx/html/index.php/apps/documentserver_community/converter" failed (2: No such file or directory), client: <address>, server: <domain, request: "POST /index.php/apps/documentserver_community/converter?shardKey=1707564071 HTTP/1.1", host: "<address>"
2025/05/16 12:44:44 [error] 580257#580257: *1373 open() "/usr/share/nginx/html/index.php/apps/documentserver_community/converter" failed (2: No such file or directory), client: <address>, server: <domain, request: "POST /index.php/apps/documentserver_community/converter?shardKey=2691061946 HTTP/1.1", host: "<address>"
2025/05/16 12:47:57 [error] 580257#580257: *1453 open() "/usr/share/nginx/html/.well-known/webfinger" failed (2: No such file or directory), client: <address>, server: <domain, request: "GET /.well-known/webfinger HTTP/1.1", host: "<address>"
2025/05/16 12:50:32 [error] 580257#580257: *1491 open() "/usr/share/nginx/html/.well-known/webfinger" failed (2: No such file or directory), client: <address>, server: <domain, request: "GET /.well-known/webfinger HTTP/1.1", host: "<address>"
2025/05/16 16:29:49 [error] 580257#580257: *1691 open() "/usr/share/nginx/html/index.php/apps/documentserver_community/converter" failed (2: No such file or directory), client: <address>, server: <domain, request: "POST /index.php/apps/documentserver_community/converter?shardKey=2691061946 HTTP/1.1", host: "<address>"
2025/05/16 16:29:49 [error] 580257#580257: *1692 open() "/usr/share/nginx/html/index.php/apps/documentserver_community/converter" failed (2: No such file or directory), client: <address>, server: <domain, request: "POST /index.php/apps/documentserver_community/converter?shardKey=1707564071 HTTP/1.1", host: "<address>"
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": {
"apps_paths": [
{
"path": "\/snap\/nextcloud\/current\/htdocs\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/snap\/nextcloud\/current\/nextcloud\/extra-apps",
"url": "\/extra-apps",
"writable": true
}
],
"supportedDatabases": [
"mysql"
],
"memcache.locking": "\\OC\\Memcache\\Redis",
"memcache.local": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0
},
"log_type": "file",
"logfile": "\/var\/snap\/nextcloud\/current\/logs\/nextcloud.log",
"logfilemode": 416,
"maintenance_window_start": 1,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"<address>"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "31.0.4.1",
"overwrite.cli.url": "http:\/\/<address>\/nextcloud",
"overwritehost": "<address>",
"overwriteprotocol": "http",
"overwritewebroot": "\/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,
"default_phone_region": "IT",
"default_language": "it",
"default_locale": "it_IT",
"has_internet_connection": "true",
"skeletondirectory": "\/var\/snap\/nextcloud\/common\/skeleton",
"maintenance": false,
"app_install_overwrite": []
}
}
Apps
The output of occ app:list
(if possible).
Enabled:
- activity: 4.0.0
- app_api: 5.0.2
- bruteforcesettings: 4.0.0
- calendar: 5.2.4
- circles: 31.0.0
- cloud_federation_api: 1.14.0
- comments: 1.21.0
- contactsinteraction: 1.12.0
- dashboard: 7.11.0
- dav: 1.33.0
- deck: 1.15.1
- documentserver_community: 0.2.0
- federatedfilesharing: 1.21.0
- federation: 1.21.0
- files: 2.3.1
- files_downloadlimit: 4.0.0
- files_pdfviewer: 4.0.0
- files_reminders: 1.4.0
- files_sharing: 1.23.1
- files_trashbin: 1.21.0
- files_versions: 1.24.0
- firstrunwizard: 4.0.0
- logreader: 4.0.0
- lookup_server_connector: 1.19.0
- nextcloud_announcements: 3.0.0
- notifications: 4.0.0
- oauth2: 1.19.1
- onlyoffice: 9.8.0
- password_policy: 3.0.0
- photos: 4.0.0-dev.1
- privacy: 3.0.0
- profile: 1.0.0
- provisioning_api: 1.21.0
- recommendations: 4.0.0
- related_resources: 2.0.0
- richdocumentscode: 24.4.1303
- serverinfo: 3.0.0
- settings: 1.14.0
- sharebymail: 1.21.0
- support: 3.0.0
- survey_client: 3.0.0
- systemtags: 1.21.1
- text: 5.0.0
- theming: 2.6.1
- twofactor_backupcodes: 1.20.0
- user_status: 1.11.0
- viewer: 4.0.0
- weather_status: 1.11.0
- webhook_listeners: 1.2.0
- workflowengine: 2.13.0
Disabled:
- admin_audit: 1.21.0
- encryption: 2.19.0
- files_external: 1.23.0
- richdocumentscode_arm64: 24.4.1303
- suspicious_login: 9.0.1
- twofactor_nextcloud_notification: 5.0.0
- twofactor_totp: 13.0.0-dev.0
- user_ldap: 1.22.0
Iâm quite confused because I read a lot of threads about the integration of ONLYOFFICE in NextCloud and most of them say they have a separate installation of ONLYOFFICE, but the guide I found does not require this (actually only the two steps above are required).
Not sure if I missed something or I followed the wrong tutorial.