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
If a user uploads a file and is prevented for uploads. For example as a Guest user or that a flow prevents the upload. The user is sent a quite cryptic internal server error instead of a more proper Not allowed error.
Nextcloud is throwing a not permitted exception. in the logs but the frontend doesnt handle that and shows a generic nextcloud error.
This exception should be caught and show a more descriptive error. For example could not create folder to upload (in the case of deck and guests) Or path not allowed to upload to in case of a blocking flow.
Steps to reproduce
Create a flow that prevents an upload
Try to upload a file
Get the internal server error
OR
login as guest user
try to upload a file in Deck for example.
Get the internal server error
Expected behavior
Get a permission denied error
Nextcloud Server version
30
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Bug description
If a user uploads a file and is prevented for uploads. For example as a Guest user or that a flow prevents the upload. The user is sent a quite cryptic internal server error instead of a more proper Not allowed error.
Nextcloud is throwing a not permitted exception. in the logs but the frontend doesnt handle that and shows a generic nextcloud error.
This exception should be caught and show a more descriptive error. For example could not create folder to upload (in the case of deck and guests) Or path not allowed to upload to in case of a blocking flow.
Steps to reproduce
OR
Expected behavior
Get a permission denied error
Nextcloud Server version
30
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: