You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
have files named with %20 or %28 in their name in a folder, e.g. %28ebook%20-%20german%29%20Gesetzestexte%20-%20Betriebsverfassungsgesetz%20%28.pdf
Try to show that folder in nextcloud
no profit.
Expected behaviour
The File List should be displayed.-
Actual behaviour
The Loading circle rotates endlessly, whilst in the console this error appears:
Uncaught (in promise) URIError: URI malformed
at decodeURIComponent ()
at Client.parseFileInfo (client.js:283)
at client.js:407
at Function..map._.collect (core.js:185)
at Client._parseResult (client.js:406)
at client.js:488
Server configuration
Nextcloud version: (see Nextcloud admin page)
14.something, bug appeared with update to 14.
The text was updated successfully, but these errors were encountered:
GitMate.io thinks possibly related issues are #3738 (Webdav), #1502 (There were some problems with the code integrity check), #7365 (WebDAV PROPFIND results in 503 from browser), #5088 (Bearer auth backend causes problems with several dav clients), and #5947 (webDAV PROPFIND).
I have user user with 2 folders in his root folder named Job 90% CD
Job 100% CD
so his root folder would not load at all - just a spinning wheel, even if you let it run all day
I renamed the folders to Job 90percent CD
Job 100percent CD
and the problem is solved.
But it wasted 2 hours of my time to figure this out.
These folders have existed since Version 12 so this error is new with Version 14.
Steps to reproduce
%28ebook%20-%20german%29%20Gesetzestexte%20-%20Betriebsverfassungsgesetz%20%28.pdf
Expected behaviour
The File List should be displayed.-
Actual behaviour
The Loading circle rotates endlessly, whilst in the console this error appears:
Uncaught (in promise) URIError: URI malformed
at decodeURIComponent ()
at Client.parseFileInfo (client.js:283)
at client.js:407
at Function..map._.collect (core.js:185)
at Client._parseResult (client.js:406)
at client.js:488
Server configuration
Nextcloud version: (see Nextcloud admin page)
14.something, bug appeared with update to 14.
The text was updated successfully, but these errors were encountered: