mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #4066] [bug]: Lost all saved data after recent update #1452
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#1452
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 @praveenprem on GitHub (May 15, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4066
Is there an existing issue for this?
Current behavior
After recent update, all of the saved data has been deleted.
Is any of this recoverable?
Is there anywhere I can find this data in the filesystem.
Steps to reproduce
N/A, it happened after clicking yes to the updated prompt.
Environment
Production
Version
Local
@thetronjohnson commented on GitHub (May 15, 2024):
Hi @praveenprem are you using Hoppscotch with an account?
@praveenprem commented on GitHub (May 15, 2024):
@thetronjohnson Unfortunately not, for security reasons I'm not allowed to use anything that logs activity to the cloud. It was all saved on the device and I didn't even bother making a backup. I've assumed it saved the data to the file system.
@liyasthomas commented on GitHub (May 16, 2024):
Hi @praveenprem, can you confirm whether you cleared the browser's local storage?
@praveenprem commented on GitHub (May 16, 2024):
Hi @liyasthomas I don't recall clearing up the browser storage, but I'm using the Arc browser with multiple spaces so not sure if the app decided to change the space its using 😕
@liyasthomas commented on GitHub (May 16, 2024):
Hoppscotch by default store and persist all data in browser’s localstorage. Since cloud sync was disabled in your case — chances are locally stored data is wiped out manually or via any extension or browser workflows.
We’d be happy to assist you if this happens again. Let me know when f you can reproduce the same behaviour again and let us know.
@praveenprem commented on GitHub (May 16, 2024):
Thanks @liyasthomas, I'll update the thread of this happens again. I'll make sure to backup the stuff this time 🤣
@jobslee1024 commented on GitHub (Mar 17, 2025):
The same to you. I just updated the version from the last version of 24 to the latest version of 25, which caused the old data in the software to no longer display, and then after updating the version back, it recovered, which seems to be a compatibility issue.
@richard-hajek commented on GitHub (Mar 17, 2025):
Also have this issue. Downgrading 25.2.2-0 => 24.12.0-0 helped.
Workaround: export data in 24.12 and import in 25.2
EDIT: Workaround doesn't work, importing the data forgets all data in individual requests (URL, name, ... )
EDIT2: Downgrade also doesn't help, shows only the corrupted collections with missing data
@cs12110 commented on GitHub (Apr 3, 2025):
I got the same problems on here. when I upgrade the app to v2025.3.0, lost all the collection data.
Can we find a way to persist these data on local disk instead persist on browse local storage?