postman-app-support icon indicating copy to clipboard operation
postman-app-support copied to clipboard

RangeError: Invalid array length, with large files and post-response tests

Open HackJJ opened this issue 6 months ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed

Describe the Issue

Hi,

I have an endpoint that I am hitting that will download a large ZIP file. Around 185Mb. I have amended the limit to 0MB in settings. I can download smaller files without issue, using https://documenter.getpostman.com/view/3407886/RWgp1fB5

However, when trying to download anything over 100Mb, I get the following error in the console over and over again

RangeError: Invalid array length

Steps To Reproduce

  1. Open up a new request for a large ZIP file
  2. Send the request
  3. Open console
  4. See errors

Screenshots or Videos

image

Operating System

macOS

Postman Version

11.8.1

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

N/A

HackJJ avatar Aug 20 '24 10:08 HackJJ