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

gatsby-plugin-offline serves stale data #13

Closed
Tracked by #37
jacobarriola opened this issue Mar 10, 2021 · 1 comment
Closed
Tracked by #37

gatsby-plugin-offline serves stale data #13

jacobarriola opened this issue Mar 10, 2021 · 1 comment

Comments

@jacobarriola
Copy link
Contributor

jacobarriola commented Mar 10, 2021

Repro steps:

  1. visit /blog
  2. publish a new post
  3. visit /blog

Expected results:

  1. newly published post appears as first entry

Actual results:

  1. post doesn't appear unless a user does a hard refresh

Looks like we're running gatsby-plugin-offline, which is causing caching issues. This is a known issue: see gatsbyjs/gatsby#11830

@moonmeister
Copy link
Collaborator

This will be resolved in the next.js version of the site comign with #37

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

2 participants