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
When using a publicly shared directory, if a user tries to upload a file with the same name as another one in the directory, he gets an error promp Error loading file exists template.
It seems that the popup that's normally used when logged in can't be fetched as I get a 401 fetching it: /apps/files/templates/fileexists.html
I don't know much of how it works, but maybe that file could be beside a public endpoint?
To note, when using a share in filedrop mode (create only), the file is automatically renamed.
Thank you!
Steps to reproduce
Create directory
Create public share link with read and create
Reach that link, upload a file once
Try to upload that file a second time, see the error prompt and the 401 error in the network console
Expected behavior
Either we should get the prompt, or better yet, if only create and read are allowed the file should be auto-renamed.
Installation method
Community Docker image
Nextcloud Server version
29
Operating system
None
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Bug description
When using a publicly shared directory, if a user tries to upload a file with the same name as another one in the directory, he gets an error promp
Error loading file exists template
.It seems that the popup that's normally used when logged in can't be fetched as I get a 401 fetching it:
/apps/files/templates/fileexists.html
I don't know much of how it works, but maybe that file could be beside a public endpoint?
To note, when using a share in filedrop mode (create only), the file is automatically renamed.
Thank you!
Steps to reproduce
Expected behavior
Either we should get the prompt, or better yet, if only create and read are allowed the file should be auto-renamed.
Installation method
Community Docker image
Nextcloud Server version
29
Operating system
None
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: