Open solracsf opened 5 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
A few precisions to reproduce the bug :
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
with FirefoxSyntaxError: "undefined is not valid JSON"
with ChromeA 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...
Sections
/apps/files/sharingin
and/apps/files/sharingout
are not working with console errors when this app is enabled.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