Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete app's local storage on uninstall #191

Open
mattyg opened this issue Aug 5, 2024 · 0 comments
Open

Delete app's local storage on uninstall #191

mattyg opened this issue Aug 5, 2024 · 0 comments

Comments

@mattyg
Copy link
Member

mattyg commented Aug 5, 2024

It looks like local storage is persisted after an app is uninstalled, keyed by app name. This can cause unexpected behavior if an instance of the app is then installed later with the same name.

To reproduce:

  • Install app with network seed "" and name "myapp"
  • Open app and have it write data to local storage
  • Uninstall app
  • Install same app with network seed "1" and name "myapp"
  • Open app
    (check local storage data and see it has been written to)
@mattyg mattyg changed the title Delete local storage on happ uninstall Delete app's local storage on uninstall Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant