Skip to content

File upload freezes the app #9112

Description

@kisljak

Internal - [BRU-4439]

I have checked the following:

  • I have searched existing issues and found nothing related to my issue.

This bug is:

  • Making Bruno unusable for me.
  • Slowing me down but I'm able to continue working.
  • Annoying.
  • This feature was working in a previous version but is broken in the current release.

Bruno version

4.1.0

💻 Operating System

macOS

Specific OS Version / Distro

26.6.1

🐞 Describe the bug

When I try to send put request to S3 storage with a file larger than 20 MB, the app freezes (timer goes on, but app is not responding, Mac labels it as frozen) and needs to be killed

📝 Steps to reproduce

  • Prepare request to s3 pre-signed put
  • Select file larger than 20 MB
  • Send the request
Image

📁 Collection to reproduce

meta {
  name: upload_bundle
  type: http
  seq: 3
}

put {
  url: {{bundle_upload_url}}
  body: file
  auth: none
}

headers {
  Content-Type: application/zip
}

body:multipart-form {
  upload-file: @file(/Users/kisljak/code/Archive.zip) @contentType(application/zip)
}

body:file {
  file: @file(/Users/kisljak/code/Archive.zip) @contentType(application/zip)
}

script:post-response {
  const etag = res.headers && (res.headers.etag || res.headers.ETag);
  if (etag) {
    bru.setEnvVar('bundle_etag', etag.replace(/"/g, ''));
  }
}

📷 Screenshots/Live demo link

Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions