Hi, I am facing issues uploading a system image (with .mender
extension) both in the Mender Hosted dashboard (eu region) and through the mender-cli interface.
The file is 4.1GB.
- If I try to use the Mender Hosted web interface to uplad it as a release, the upload progress resets each time it reaches 5-7% for several times and then it stops trying and states
Artifact couldn't be uploaded. Network Error
. - If I try instead through
mender-cli
, each time that it reaches exaclty 97% it throwsFAILURE: artifact upload to 'eu.hosted.mender.io' failed with status 413
.
For the latter case, the error code 413 is, afaik, “content too large”, and indeed the 97% of the file is exactly 4096MB… so I think there is some max size limitation for an artifact, at least if using mender-cli
.
For the web intereface issue instead, I tried to upload the file from many networks (both from work, home and in a third place), but the error remains. It is probably on the server side, then.
How this two issues can be solved? I need at least a working procedure to update my devices.