netlify-plugin-debug-cache icon indicating copy to clipboard operation
netlify-plugin-debug-cache copied to clipboard

Manifest no longer contains all files in cache

Open DavidWells opened this issue 5 years ago • 0 comments

It looks like using utils.cache.list() changed the default functionality here and this plugin no longer returns the full cache manifest.

[
  "/opt/build/repo/.next",
  "/opt/build/repo/.next/BUILD_ID",
  "/opt/build/repo/.next/build-manifest.json",
  "/opt/build/repo/.next/cache",
  "/opt/build/repo/.next/export-detail.json",
  "/opt/build/repo/.next/export-marker.json",
  "/opt/build/repo/.next/prerender-manifest.json",
  "/opt/build/repo/.next/react-loadable-manifest.json",
  "/opt/build/repo/.next/routes-manifest.json",
  "/opt/build/repo/.next/serverless",
  "/opt/build/repo/.next/static"
]

So I can see the directories but I need to know whats inside them for debugging.

Reverting to the original code will solve this issue.

DavidWells avatar Jul 20 '20 22:07 DavidWells