-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Weird caching issues #21493
Comments
@nehalist have you had a chance to look through the caching docs? https://www.gatsbyjs.org/docs/caching/ |
Yes, my |
I don't see entries for the mentioned page data and app data? |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Should do the trick in this case, right? |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Hey again! It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Thanks again for being part of the Gatsby community! 💪💜 |
Summary
My blog has a weird caching bug, and I'm running out of ideas on how to fix it. After publishing (or changing/deleting) a post my blog is rebuild via GitHub actions and rsync'd to my server. When the rebuild is done a very weird behavior occurs:
When heading to my blog I can see my new post for a very brief moment, but it disappears within a second afterwards.
Relevant information
static/.htaccess
file with the following contents:gatsby-plugin-remove-serviceworker
plugin insteadEnvironment (if relevant)
File contents (if changed)
gatsby-config.js
:package.json
:gatsby-node.js
:gatsby-browser.js
: N/Agatsby-ssr.js
: N/AThe text was updated successfully, but these errors were encountered: