WebDav | HTTP 413 | HTTP 0
Hi guys,
I hope you're doing well.
I use my own WebDAV server, which I created using the Docker image dgraziotin/nginx-webdav-nononsense and exposed through my Zero Trust Cloudflare tunnel.
As I saw that the HTTP 413 error in 1609214751 is related to file size, I increased the maximum allowed file size from 500 MB to 50 GB (even though the largest zip file on my sync server is 93 MB). However, I encountered another error described by code 403001015, which indicates a request timed out and uploading failed since the WebDAV server returns an HTTP 0 error.
Debug ID:1609214751 and 403001015
Thank you in advance for your assistance. I appreciate your help!
Best Regards, Shahram
I hope you're doing well.
I use my own WebDAV server, which I created using the Docker image dgraziotin/nginx-webdav-nononsense and exposed through my Zero Trust Cloudflare tunnel.
As I saw that the HTTP 413 error in 1609214751 is related to file size, I increased the maximum allowed file size from 500 MB to 50 GB (even though the largest zip file on my sync server is 93 MB). However, I encountered another error described by code 403001015, which indicates a request timed out and uploading failed since the WebDAV server returns an HTTP 0 error.
Debug ID:1609214751 and 403001015
Thank you in advance for your assistance. I appreciate your help!
Best Regards, Shahram
-
dstillmanHTTP 0 just means the connection was reset or timed out. You'd have to debug this on your end. If you're trying to upload a large file, it's certainly conceivable that it's timing out.
-
shahram7thank you Dan, I could not find the reason. I had added some large epub files to my library which couldnt be synced. I have removed them and now everything works.