Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
solracsf opened this issue Nov 25, 2024 · 3 comments
Open

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

solracsf opened this issue Nov 25, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@solracsf
Copy link
Contributor

solracsf commented Nov 25, 2024

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

window.addEventListener('DOMNodeRemoved', function(event) {

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
Copy link

leManu commented Nov 27, 2024

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
Copy link

leManu commented Nov 27, 2024

A few precisions to reproduce the bug :

  • click on Shared with me in the left menu (or go to /apps/files/sharingin)
  • the view show only shared folders, not shared files
  • the error message shows in the console :
    • SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data with Firefox
    • SyntaxError: "undefined is not valid JSON" with Chrome
  • the web interface seems to become unresponsive, when clicking on any element of the left menu or the file list in the page, but the URL changes in the address bar on click...
  • reloading the page discards the bug

@LinneyS LinneyS added the bug Something isn't working label Nov 28, 2024
@leManu
Copy link

leManu commented Nov 29, 2024

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants