mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5591] [bug]: Crash when uploading large files via multipart/form-data #2163
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CAMB-dev on GitHub (Nov 18, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5591
Originally assigned to: @CuriousCorrelation on GitHub.
Is there an existing issue for this?
Platform
Desktop App
Browser
Chrome
Operating System
Windows
Bug Description
When sending a POST request to a LAN address using
multipart/form-data, one of the parameters includes a local file of approximately 287 MB (300,963,789 bytes). After submitting the request, the response panel displays “loading”, but the UI becomes unresponsive. Shortly afterward, the page crashes with an Out Of Memory error.This issue occurs every time the large file upload is attempted.
Steps to Reproduce
multipart/form-data.Environment
Deployment Type
Self-hosted (on-prem deployment)
Version
Hoppscotch 2025.10.1
@NDebx commented on GitHub (Jan 8, 2026):
I'm having the same issue :(
@jaclas commented on GitHub (Jan 22, 2026):
I confirm, I have, the same thing, but with a ZIP file.
The content-type header is not set. This is what the server sees:
Content-Type header is incomplete.
@bforsyt4 commented on GitHub (Feb 25, 2026):
Had same issue. I believe any version previous to v2025.8.1 did not support this.
Upgrade to v2025.8.1
Set Content Type to application/octet-stream
This worked for me up to 248mb file, but now having issues where it's getting out of memory splash page again, even on files as small as 50mb