mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #2455] [bug]: Multiple request created #833
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#833
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 @umesh27kukreti on GitHub (Jun 24, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2455
Originally assigned to: @nivedin on GitHub.
Is there an existing issue for this?
Current behavior
when I'm trying to create a new request it will make multiple requests with the same name.
Steps to reproduce
Environment
Release
Version
Cloud
@liyasthomas commented on GitHub (Jun 24, 2022):
Can you explain a bit more about the issue you’ve faced? Do produce a screen record of the bug.
@mateo-m commented on GitHub (Sep 6, 2022):
I still have this issue when creating requests in a Team I created a few months back.
I can't reproduce the issue in a newly-created Team.
Would you mind re-opening this issue please @nivedin ?
@nivedin commented on GitHub (Sep 6, 2022):
@mateo-m is this happening when saving a request from the 'save as' popup ?
@mateo-m commented on GitHub (Sep 6, 2022):
Yes @nivedin, it happens when using the "Save as" popup, but it also happens when clicking the "New request" icon (which opens a popup) and saving said new request.
Strangely enough, it doesn't seem to happen when duplicating an existing request, and refreshing the website/PWA makes the non-existant duplicates disappear.
@AndrewBastin commented on GitHub (Sep 6, 2022):
@mateo-m I have implemented an intermittent patch for it (should be live after like 10 minutes), which should hopefully stop this from happening.
Please do confirm and feel free to reopen the issue if this still persists.
@mateo-m commented on GitHub (Sep 7, 2022):
Thank you @AndrewBastin, the bug seems to be fixed!
I am not able to replicate it in the "Save as" nor the "New request" popups anymore.