mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3587] [bug]: When add or update something the list in the left is not update automatically added but need a refresh of the page #1232
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#1232
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 @giosueDelgado on GitHub (Nov 23, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3587
Is there an existing issue for this?
Current behavior
When I add a request, collection, update the name of some other action, the list is not updated automatically but needs a refresh of the page to update the section:
Steps to reproduce
Add a collection:

After click on save:

The list is not updated. After the refresh, I see that the list is updated correctly
Environment
Production
Version
Self-hosted
@Xor767 commented on GitHub (Dec 5, 2023):
Same here, very annoying issue.
Even on the official cloud version of hoppscotch.io, it starts to happen when you sync your teams.
@giosueDelgado commented on GitHub (Dec 5, 2023):
Agree is very annoying issue because it seem there is something not work and then you refresh the page and appear! If is possible to give some priority I think is very common to see this issue
@Xor767 commented on GitHub (Dec 7, 2023):
I made it work by modifying VITE_BACKEND_WS_URL=wss://localhost:3170/graphql to VITE_BACKEND_WS_URL=ws://localhost:3170/graphql in the hoppscotch.env file
@giosueDelgado commented on GitHub (Dec 7, 2023):
I have my installation under https / SSL so I don't think in production can work this, what do you think?
@KatyaGolyagina commented on GitHub (Feb 14, 2024):
https://github.com/hoppscotch/hoppscotch/issues/3331 same
@giosueDelgado commented on GitHub (Feb 15, 2024):
Yes... I not found when I search, in this way can be closed in favor of #3331
Thanks
@energyaccountnr1 commented on GitHub (Oct 15, 2024):
Faced the same issue. Works now with 9.1 and wss