We use the download function on builds and have encountered the following error: “Error during download”
Looks like some files are getting this error:
{
“errorMessage”: “Response payload size exceeded maximum allowed payload size (6291556 bytes).”,
“errorType”: “Function.ResponseSizeTooLarge”
}
We were able to download the packages before today, so I suspect Netlify has reduced the size limit allowed for downloads?
Another post recommended using https://netlify-file-browser.netlify.app/ , however, this seems to have a bug when dealing with sites with a large amount of deploys. Ours has over 100, and when it tries to paginate onto the 2nd page it gets stuck in an endless loop and we can’t get anywhere:
deploys?page=2&per_page=100
deploys?page=2&per_page=100
deploys?page=2&per_page=100
deploys?page=2&per_page=100
deploys?page=2&per_page=100
deploys?page=2&per_page=100
deploys?page=2&per_page=100
[etc.]
Can someone please assist in fixing either the Netlify file browser, or increasing the download limit size to what it was before.
Thank you.