ONLYOFFICE / onlyoffice-nextcloud

The app which enables the users to edit office documents from Nextcloud using ONLYOFFICE Document Server, allows multiple users to collaborate in real time and to save back those changes to Nextcloud
GNU Affero General Public License v3.0
573 stars 162 forks source link

'Shared with you' sections in Nextcloud not working anymore #1046

Open solracsf opened 5 days ago

solracsf commented 5 days ago

Sections /apps/files/sharingin and /apps/files/sharingout are not working with console errors when this app is enabled.

Listener added for a 'DOMNodeRemoved' mutation event. Support for this event type has been removed, and this event will no longer be fired

https://github.com/ONLYOFFICE/onlyoffice-nextcloud/blob/5f481cef6be2df3fa9cc273abd9406470aae28bc/src/listener.js#L184

https://chromestatus.com/feature/5083947249172480

Once OnlyOffice app (9.5.0) is disabled in Nextcloud, 'Shared with ...' sections are working again and no more console errors.

v28.0.12

image

leManu commented 3 days ago

Same here with Onlyoffice app v9.4.0 and Nextcloud v28.0.11.

When we disable Onlyoffice app Nextcloud works fine.

The error in Firefox console is :

SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

leManu commented 2 days ago

A few precisions to reproduce the bug :

leManu commented 1 day ago

A few more precision : when clicking on Shared with me only folders are displayed, no files.

It seems that when processing files when displaying the list something breaks the app and Nextcloud becoms unresponsive...