mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5118] [bug]: After Update to Version 25.5.1 Those saved APIs and responses appear to GET Untitled #1946
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#1946
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 @kwanjai-ob on GitHub (Jun 2, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5118
Originally assigned to: @nivedin on GitHub.
Is there an existing issue for this?
Current behavior
My collection has multiple apis which I have saved those in name, request body and response as well, But When I updated to version
25.5.1Those saved response has appear to GET Untitled and inside of my api endpoint is appears to https://echo.hoppscotch.io as default value of hoppscotch.But APIs that does not have save response as example display as normal
Steps to reproduce
25.5.1Logs and Screenshots
Environment
Production
Hoppscotch Version
Cloud
Interceptor
Native - Desktop App
Browsers Affected
No response
Operating System
None
Additional Information
No response
@kondohiroki commented on GitHub (Jun 2, 2025):
I got the same bug too.
@Kailegh commented on GitHub (Jun 2, 2025):
Same bug here, I have lost my saved requests and now I have a lot of Untitled GETs where I had mine
I also lost the enviroment variables I had saved:
@zyict commented on GitHub (Jun 2, 2025):
Same here. Luckily I kept one open before the update, when it reopens I can save it again and the saved response is back too.
@AbhishekPrajapati commented on GitHub (Jun 2, 2025):
We are getting the same issue all of sudden, leaving all our saved requests changed to Untitled - I think they are lost now. When reloading the page, getting below errors:
We got some exported collection(exported from Hoppscotch only, which has saved responses too) but when importing it, they are still showing Untitled requests, any thoughts on this?
@Kailegh commented on GitHub (Jun 3, 2025):
Investigating a bit, I think it has happend in all my resquests which had a response saved
@rizkydoang commented on GitHub (Jun 4, 2025):
I got the same bug :)
@agu3rra commented on GitHub (Jun 5, 2025):
In case anyone wishes to download a previous version until this gets sorted, they are all available at https://github.com/hoppscotch/releases/releases.
@AbhishekPrajapati commented on GitHub (Jun 6, 2025):
Can we use older version for web version?
@SezerOzyurek commented on GitHub (Jun 14, 2025):
I have no idea how to fix this issue, please help me. I need to deliver the endpoints to the mobile team, and right now I've lost all of them!
@imrinzzzz commented on GitHub (Jun 16, 2025):
I recovered most of them by installing the older version. However, anything that was created in the newer version (25.5.1) could not be recovered.
@david-danneker commented on GitHub (Jun 16, 2025):
I have the same problem. All of my routes are now
GET Untitledregardless of if they were GET/POST/PATCH/DELETE before the update. I'm assuming it was an update, at least the app told me it updated and now nothing works. Please fix ASAP. Thanks.@nivedin commented on GitHub (Jun 16, 2025):
@imrinzzzz @david-danneker a new version 25.5.2 was released last week, can you confirm if you are on that version and if the issue still persist
@david-danneker commented on GitHub (Jun 16, 2025):
For more information, I'm using the app version 25.5.2 but it seems like the web interface has the same problem after it auto updates. If I export my routes all the data appears to still be there (good news), so it may be a problem with the reading the routes into the browser.
@david-danneker commented on GitHub (Jun 16, 2025):
yes, I tried the new version this morning. It does not seem to help, Version 25.5.2 (20250613.104909).
@nivedin commented on GitHub (Jun 16, 2025):
@david-danneker are you facing this issue with personal or a shared workspace, and were you getting any error popup
@david-danneker commented on GitHub (Jun 16, 2025):
with a shared workspace, on a self served server
error popup:
@nivedin commented on GitHub (Jun 16, 2025):
@david-danneker thank you for the information, if possible can you share the exported collection with the secrets removed this can help with the debugging
@skarab42 commented on GitHub (Jun 16, 2025):
Experiencing the same bug here, in a self hosted instance with team workspace.
Here are some errors I've collected :
Login Complete page (console error) :
Failed parsing persisted REST_TABS: {"lastActiveTabID" ... }(Can't share the full payload due to private data)Online or local client (Snackbar on connexion) :
@rdavaillaud commented on GitHub (Jun 16, 2025):
I've just refreshed the web version, CTRL+R the page, got the 2025.5.2, and all seems to be returned to normal, no more "schema validation failed" nor "Untitled" endpoint.
@david-danneker commented on GitHub (Jun 16, 2025):
No, unfortunately I can not.
I can only export the original data if I click on the import/export button on top of all the collections. If I try to export just one of the collections, the export also has only has
GET Untitledroutes listed. I can also tell you that some collections to no appear to have problems.@nivedin commented on GitHub (Jun 16, 2025):
@david-danneker thank you for the information, can you share the value of
persistence.v1:restTabsandpersistence.v1:restTabs-backup@skarab42 commented on GitHub (Jun 16, 2025):
It seems to be fixed for me after reloading :)
@david-danneker commented on GitHub (Jun 16, 2025):
I could not find those values in the app, however in the web interface they were not complete json files.
I deleted the -backup and removed all of my open tabs except the default unknown. The app seems to be working again after this modification.
The json in
persistence.v1:restTabsended abruptly at the HTTP 200 response param order, after 'Optional parameter*':@nivedin commented on GitHub (Jun 16, 2025):
Were you able to retrieve the team requests that were lost
@david-danneker can you share the full
persistence.v1:restTabsjson that you are mentioning here@david-danneker commented on GitHub (Jun 23, 2025):
I never lost any team data. It was always there just not visible.
Looks like it was a caching issue. The
persistence.v1:restTabswas truncated and did not contain a full JSON file. I would imagine that when reading in the tabs data that was not complete causing the error, the application to not finish updating the routes data which is why all the routes were displayed with thedefaultdata. After deleting the cache in chrome and restarting the app everything seems to be working fine.@nivedin commented on GitHub (Jul 2, 2025):
Closing this issue since it's been fixed in v2025.5.3