Hello,
when I try to upload a function tar.gz file, I get the error NetworkError when attempting to fetch resource."
I only get this error if the file is large, like 20Mb. If the tar.gz file is small, like 3Mb, its working.
In the log of the traefik docker container, I get:
2024/12/17 14:38:54 reverseproxy.go:677: httputil: ReverseProxy read error during body copy: read tcp 172.20.0.25:55796->172.20.0.21:80: read: connection reset by peer
Setup:
selfhosted Version 1.6.0
Every help is appreciated.
TL;DR
Error occurs when trying to upload large function tar.gz files, triggering a "NetworkError when attempting to fetch resource" message. The issue seems to be related to the file size, with smaller files working fine. Traefik log shows a "connection reset by peer" error. They are using self-hosted Version 1.6.0.