ONLYOFFICE DocSpace released: improve document collaboration with offices, customers, and partners. Use it for free!
ONLYOFFICE DocSpace released

Nextcloud server settings pass, but can't open document

Document Server version: 7.3.3.49
OS: Unraid 6.11.5 docker install
Browser version: Chrome 113.0.5672.126

I’ve got Nextcloud Hub 4 (26.0.1) running with OnlyOfficeDS. It has been operating stable for years now. It’s behind swag (nginx) self hosted. I’m not sure how I broke it, but now I get a good health check in nextcloud for ONLYOFFICE but I can’t open documents?

image

How do I diagnose?

Docker command:

docker run
  -d
  --name='OnlyOfficeDocumentServer'
  --net='proxynet'
  --cpuset-cpus='1,2,3,4,13,14,15,16'
  -e TZ="America/New_York"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="UnraidNAS"
  -e HOST_CONTAINERNAME="OnlyOfficeDocumentServer"
  -e 'JWT_SECRET'='XXXXXXXXXXXXXXXXXX'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:80]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/SiwatINC/unraid-ca-repository/master/icons/onlyoffice.png'
  -p '9090:80/tcp'
  -p '4430:443/tcp'
  -v '/mnt/user/appdata/onlyofficeds/logs':'/var/log/onlyoffice':'rw'
  -v '/mnt/user/appdata/onlyofficeds/Data':'/var/www/onlyoffice/Data':'rw'
  -v '/mnt/user/appdata/onlyofficeds/lib':'/var/lib/onlyoffice':'rw'
  -v '/mnt/user/appdata/onlyofficeds/database':'/var/lib/postgresql':'rw'
  -v '/mnt/user/appdata/onlyofficeds/fonts':'/usr/share/fonts/':'rw'
  --memory=16g 'onlyoffice/documentserver:latest'
b2f0c261369883ba8e95fd290eecd16c6555e66cdc4d990c13f674c720f90f72

Hello @bigbangus
I believe we have to start from scratch. Please point me to the guide which you used for Document server installation on UnRaid. We didn’t perform such tests so I assume the situation is related to UnRaid.