[GH-ISSUE #2390] [bug]: Trying to delete parameter hangs the application or doesn't work #811

Closed
opened 2026-03-16 17:16:51 +03:00 by kerem · 0 comments
Owner

Originally created by @JacekAndrzejewski on GitHub (Jun 2, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2390

Is there an existing issue for this?

  • I have searched the existing issues

I know this is two issues, but those are definitely connected. If it's required then we could divide this into two.

Current behavior

Issue 1
When I try to delete non last parameter from request body list the application hangs.
I expect parameter to be deleted from the list.

Issue 2
When I delete last one and then try to delete one that is now last I get the message, but parameter stays. After I try to change it then it dissapears.

Possibly important:

  • I use PWA on chrome
  • Request is saved in a team collection
  • Happens only with some parameters (last in the list works ok), at least when it's the first parameter I try to delete and don't try to delete more after deleting that one
  • This request is using body with multipart/form-data

Steps to reproduce

Issue 1

  1. Create new request
  2. Add body of type multipart/form-data
  3. Add two parameters
  4. Try to remove first one

Issue 2

  1. Create new request
  2. Add body of type multipart/form-data
  3. Add two parameters
  4. Remove last one
  5. Try to remove new last one

image

Environment

Production

Version

Cloud

Originally created by @JacekAndrzejewski on GitHub (Jun 2, 2022). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2390 ### Is there an existing issue for this? - [X] I have searched the existing issues I know this is two issues, but those are definitely connected. If it's required then we could divide this into two. ### Current behavior Issue 1 When I try to delete non last parameter from request body list the application hangs. I expect parameter to be deleted from the list. Issue 2 When I delete last one and then try to delete one that is now last I get the message, but parameter stays. After I try to change it then it dissapears. Possibly important: - I use PWA on chrome - Request is saved in a team collection - Happens only with some parameters (last in the list works ok), at least when it's the first parameter I try to delete and don't try to delete more after deleting that one - This request is using body with multipart/form-data ### Steps to reproduce Issue 1 1. Create new request 2. Add body of type multipart/form-data 3. Add two parameters 4. Try to remove first one Issue 2 1. Create new request 2. Add body of type multipart/form-data 3. Add two parameters 4. Remove last one 5. Try to remove new last one ![image](https://user-images.githubusercontent.com/29729811/171538151-2bc542b6-4e11-4c1a-b7ea-20700de42bf4.png) ### Environment Production ### Version Cloud
kerem 2026-03-16 17:16:51 +03:00
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#811
No description provided.