Closed carlosjfcasero closed 5 months ago
Because of this, a 500 is returned when trying to upload files.
How do you try to upload the files? With Nextcloud clients? Web ui? Are you running a reverse proxy in front of the server?
Because the error in the log file is not about invalid space or quota, but about the Destination
header being null
on the PUT
request.
I'm trying to upload filed with Nextcloud client (iOS). I didn't try to upload with Android client or through web ui. In front of the server I'm running a Traefik, but I didn't change any config regarding Traefik. In fact, I'm able to upload small files (photos, for example) but the ones that fail are the heaviest (200-800MB videos)
EDIT: I uploaded a heavy file through web ui with no problem.
⚠️ This issue respects the following points: ⚠️
Bug description
The free space for nextcloud users is incorrect. In fact, it is correct in some views and incorrect in others. Data is mounted in docker volume:
In user settings it is shown as unlimited and free space is OK:
In "files" view, clicking in space used (bottom left) front doesn't print anything but in browser console call to /apps/files/api/v1/stats is done with following response:
where free space is OK.
Although it says unlimited, is not OK Because of this, a 500 is returned when trying to upload files.
Steps to reproduce
Expected behavior
Have the proper free space and allowing continue uploading files
Installation method
Community Docker image
Nextcloud Server version
29
Operating system
Debian/Ubuntu
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?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
Log is of the process of trying to upload a file. No logs for free space section is provided