Tobias Malkmus
Tobias Malkmus
i'm facing a similar problem. On my setup both owncloud and collabora ar hosted on the same machine, installed versions are: ownCloud: 10.13.4.1 richdocuments: 4.1.0 collabora: 23.05.6 Opening a file...
Thanks @pako81 for the reply, I did the suggested changes manually: apps/richdocuments/lib/AppInfo/Application.php ``` 'href' => $container->query('ServerContainer')->getURLGenerator()->linkToRoute('richdocuments.Document.index'), ``` core/Controller/AppRegistryController.php ``` if ($app_name === 'richdocuments') { $link = $this->generator->linkToRoute('richdocuments.Document.index', [ 'fileId' =>...