Arno Welzel
Arno Welzel
Sorry, I can not reproduce this here. It works just fine as usual with Firefox, Edge, Chrome and Vivaldi. Can you please check in the web developer console if there...
Do yourself a favour and use OnlyOffice in a docker container or use a standalone OnlyOffice server and the integration app by Ascensio. The version provided by Nextcloud seems to...
Any updates here? Because of this issue I have to stick with version 24.0.4.13.3. Can I help with anything here?
It seems to be fixed with COOLWSD version 25.04.3.2. At least I can not reproduce this behaviour any longer.
When Nextrcloud Office also registers as handler vo vsdx, then there is little Draw.io can do here. As far I know, Nextcloud has no option to select which app should...
I tested it with my Nextcloud test server and did not find any issues. So I suggest to update `appinfo/info.xml` to support Nextcloud 32 as well.
Draw.io works fine in my Nextcloud 32 test environment: However on my production server which is still Nextcloud 31, the MIME type icons are missing - eventhough Draw.io itself seems...
Shared links trigger the following error here: ``` Call to a member function getPermissions() on null in file '/var/www/myserver.example/apps/drawio/lib/Controller/EditorController.php' line 856 ```
A workaround to get at least read-only shares working again - in `apps/drawio/lib/Controller/EditorController.php` update `checkPermissions()` as following: ``` protected function checkPermissions($share, $permissions) { if (!$share) { return false; } return...
> I have a production NC 31 where shared diagrams including editing are working. Ok,then something has changed in NC32 to aquire the token for editing. I will open a...