[Bug] Snap state and installation is deleted when rejecting an installation request for the same snap.
Open
Nobody has claimed this yet.
type-bug
- Dominant language
- TypeScript
- Stars
- 853
- Forks
- 662
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 8
Description
Replication:
- Install a snap from a locally served snap.
- Save state using manageState
- Request to install the same snap but reject it.
- The installed snap and the snap's state is now gone.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the sequence with a locally served snap: install it, save state with manageState, then reject a second installation request for the same snap. Trace the installation-request rejection path and the state cleanup it triggers. Done means rejecting the duplicate request leaves the installed snap and its saved state intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100