nuxt / nuxt/devtools

fix: storage does not show internal `cache` storage of Nitro

Open
#785 0 comments 1 reaction 0 assignees View on GitHub

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:

  1. Open any Nuxt app
  2. Open the Devtools
  3. Select the Storage Tab
  4. See that cache is not there.
🛠️ To reproduce

https://stackblitz.com/github/nuxt/starter/tree/v3

🌈 Expected behavior

The nuxt devtools should show the cache storage.

ℹ️ Additional context

Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.