Univention 5.0-4 errata726 + Nextcloud 25.0.8-0 + Onlyoffice 7.4.0.1: Error while downloading the document file to be converted

on my end the following fixed it:
shell into the onlyoffice docker container by:
univention-app shell onlyoffice-ds
then edit /etc/onlyoffice/documentserver/local.json to include the following under:
{
“services”: {
“CoAuthoring”: {

"request-filtering-agent": {
"allowPrivateIPAddress": true,
"allowMetaIPAddress": false
},

nano is conveniently available in the onlyoffice-ds docker image.
for a good measure I restart docker container after exiting the shell
with docker restart <containerid>

3 Likes