fix: storage does not show internal `cache` storage of Nitro
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 3.3k
- Forks
- 214
- Avg merge
- 13h 22m
- Merged PRs (30d)
- 18
Description
🐛 The bug
When opening the devtools, no cache storage is shown even though it is there by default due to Nitro. It would be helpful to see the storage so one can manage cache entries from the devtools
Steps to reproduce:
- Open any Nuxt app
- Open the Devtools
- Select the Storage Tab
- See that
cacheis not there.
🛠️ To reproduce
https://stackblitz.com/github/nuxt/starter/tree/v3
🌈 Expected behavior
The nuxt devtools should show the cache storage.
ℹ️ Additional context
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
Start with the linked Nuxt starter reproduction and open the Devtools Storage Tab to confirm that Nitro's default cache storage is absent. Trace how storages are discovered and displayed, then verify that the cache storage appears and can be managed from the Devtools.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxt, typescript
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100