Describe the bug
Recently I recognised that the upload is not working anymore.
It does not look like it is a file size issue since I can manually upload the file and also if I reduce the file size by excluding the add-ons it still fails.
It start to upload and generates an error 400 always at 93%
System information
- Home Assistant Version : latest
- Home Assistant Supervisor Version : latest
- Nextcloud Version : 32.0.3
- Addon version : latest
- If any, reverse proxy in fort on Nextcloud : n/a
Additional context
Error log:
[2026-01-01 16:07:43] [error]: Fail to upload snapshot to nextcloud (HTTPError: Response code 400 (Bad Request)) !
[2026-01-01 16:07:43] [error]: HTTPError: Response code 400 (Bad Request)
at Request._onResponseBase (file:///opt/nextcloud_backup/node_modules/got/dist/source/core/index.js:684:31)
at Request._onResponse (file:///opt/nextcloud_backup/node_modules/got/dist/source/core/index.js:743:24)
at ClientRequest. (file:///opt/nextcloud_backup/node_modules/got/dist/source/core/index.js:761:23)
at Object.onceWrapper (node:events:628:26)
at ClientRequest.emit (node:events:525:35)
at HTTPParser.parserOnIncomingClient (node:_http_client:693:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
at TLSSocket.socketOnData (node:_http_client:534:22)
at TLSSocket.emit (node:events:513:28)
at addChunk (node:internal/streams/readable:324:12)