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

Manifest no longer contains all files in cache #8

Open
DavidWells opened this issue Jul 20, 2020 · 0 comments
Open

Manifest no longer contains all files in cache #8

DavidWells opened this issue Jul 20, 2020 · 0 comments

Comments

@DavidWells
Copy link
Contributor

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.

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