[GH-ISSUE #4041] [bug]: Pasting a long base64 string will freeze the interface #1434

Open
opened 2026-03-16 20:19:21 +03:00 by kerem · 0 comments
Owner

Originally created by @4285f4 on GitHub (May 7, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4041

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When I paste a long base64 string into a request body or query parameter of a specific content type, the program interface freezes and does not respond to any of my operation.

Steps to reproduce

  1. Create an arbitrary request
  2. Paste the base64 string at the end of the text in the Query Parameters, or in the Request Body of ContentType = application/x-www-urlencoded
  3. The interface freezes and does not respond to any operation

The base64 string for the test is in the following text file:
base64.txt

Environment

Production

Version

Local

Originally created by @4285f4 on GitHub (May 7, 2024). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4041 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When I paste a long base64 string into a request body or query parameter of a specific content type, the program interface freezes and does not respond to any of my operation. ### Steps to reproduce 1. Create an arbitrary request 2. Paste the base64 string at the end of the text in the Query Parameters, or in the Request Body of ContentType = application/x-www-urlencoded 3. The interface freezes and does not respond to any operation The base64 string for the test is in the following text file: [base64.txt](https://github.com/hoppscotch/hoppscotch/files/15228646/base64.txt) ### Environment Production ### Version Local
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1434
No description provided.