OnlyOffice 7.2 secure_link_secret error

I’ve solved the issue after finding this thread, on one server on which I have reinstalled onlyoffice-documentservers the secret string for filesystem access in local.json didn’t match the other secret strings and this can be fixed using the documentserver-update-securelink.sh script, perhaps this needs to be documented somewhere?

On other upgraded servers the /etc/onlyoffice/documentserver/local.json didn’t contain the secret string for filesystem access (the same secret string as used elsewhere in the file), for example:

  "storage": {
    "fs": {
      "secretString": "usieh0oeXe7Boo2aey4ieph0iey8paiqu"
    }
  }

Again this can be set using the script, for example:

documentserver-update-securelink.sh usieh0oeXe7Boo2aey4ieph0iey8paiqu

Perhaps something about this could be added to the troubleshooting or updating documentation?

1 Like