gatsby-plugin-offline serves stale data
jacobarriola opened this issue · 1 comments
jacobarriola commented
Repro steps:
- visit /blog
- publish a new post
- visit /blog
Expected results:
- newly published post appears as first entry
Actual results:
- 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 commented
This will be resolved in the next.js version of the site comign with #37