Sebclem / hassio-nextcloud-backup

Hass.io Add-on: Backup your snapshots to Nextcloud
GNU General Public License v3.0
122 stars 16 forks source link

Fail to upload snapshot to nextcloud (HTTPError: Response code 413 (Request Entity Too Large)) ! #187

Closed GD-Dal closed 1 year ago

GD-Dal commented 1 year ago

Topic says it all I guess. I get this error both while uploading existing snapshots and when creating new ones. Snapshots are created, and the backup directory in NC as well, but when it comes to actually uploading the backup, it says: Fail to upload snapshot to nextcloud (HTTPError: Response code 413 (Request Entity Too Large)) !

The settings has been set up to use the app password, as the doc describes.

One thing that could be worth mentioning, though: I use SWAG nginx proxy in front of the Nextcloud server.

Sebclem commented 1 year ago

Please check this pined issue: https://github.com/Sebclem/hassio-nextcloud-backup/issues/9 This can be caused by your nginx config

GD-Dal commented 1 year ago

Please check this pined issue: #9 This can be caused by your nginx config

Following the instructions on that link seems to have solved the problem for me. Thanks.