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

Infinite reloading page with dev build progress bars #10

Open
cyberz opened this issue Jul 23, 2019 · 4 comments
Open

Infinite reloading page with dev build progress bars #10

cyberz opened this issue Jul 23, 2019 · 4 comments

Comments

@cyberz
Copy link

cyberz commented Jul 23, 2019

OS: MacOS
Node: 10.15
Nuxt: 2.6.2

Steps to reproduce:

  • Enable module
  • Run in cli: nuxt
  • Open localhost:3000
    After build finished I have infinite reloads:
    Image of Yaktocat

Module settings:

export const cache = {
  useHostPrefix: true,
  store: {
    type: 'memory',
    // maximum number of pages to store in memory
    max: 100,
    // number of seconds to store this page in cache
    ttl: 3600,
  },
  pages: [
    '/',
  ],
}
@sonofmagic
Copy link

i have this issue too

OS: Win10
Node: 10.14.1
Nuxt:2.9.2

my cache config is almost same as cyberz

@clementroche
Copy link

clementroche commented Jun 17, 2020

Hi, you should try to :

  • shutdown the running server
  • delete .nuxt folder
  • run the server

It worked for me

@bokub
Copy link

bokub commented May 5, 2021

I have the same issue with the redis cache.

This is what was stored in the key causing the problem:

"false"

@kimyvgy
Copy link

kimyvgy commented Oct 5, 2021

It seems the author has not been working on it. This issue is fixed in my fork repo. I also added more features to it. You can try that fork: https://www.npmjs.com/package/@kimyvgy/nuxt-page-cache.

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

5 participants