Description
In this umbrella issue, I'd like to provide a means for others to share any issues encountered regarding caching, specifically in instances when the solution to a problem you were facing was remediated by removing the cache (e.g. rm -rf .cache).
Issues that we have seen before (but generally have not been able to reproduce) can usually be classified as one of the following:
- Remote content sourced by a plugin is available (e.g. in the database, CMS, etc.) but is not available after a local re-build
- A local plugin source code changed, but the change(s) do not seem to have taken effect
- Local content (e.g. images, Markdown, etc.) were changed, but the changes do not seem to show up after a build
If any of these scenarios, or more broadly speaking, if you've ran into a problem where content wasn't appearing appropriately and deleting the cache solved this problem--then please chime in!
Intent
If we can reliably reproduce these types of issues and scenarios, we can harden our cache and improve the experience for all Gatsby users. Specifically, if we can reliably reproduce we can fix the underlying issue and then author end-to-end tests to ensure that the caching issue remains fixed.
Template
Please use the following template to report an issue so that we can most effectively debug the underlying issue.
Note: it is extremely important that you provide as much information as possible for the reproduction step. The more info and clearer the reproduction, the better we will be able to debug and ship fixes to these issues!
## Description
<!-- What led you to delete the cache? What was the exact problem that deleting the cache seemed to have fixed? -->
## Reproduction
<!-- Please, please provide detailed steps to reproduce. Ideally a Github repository where we can reproduce the issue(s) ourselves, as well. -->
## Environment Info
<!-- Run `npx gatsby info --clipboard` in the root of your Gatsby app and paste the output here -->
Description
In this umbrella issue, I'd like to provide a means for others to share any issues encountered regarding caching, specifically in instances when the solution to a problem you were facing was remediated by removing the cache (e.g.
rm -rf .cache).Issues that we have seen before (but generally have not been able to reproduce) can usually be classified as one of the following:
If any of these scenarios, or more broadly speaking, if you've ran into a problem where content wasn't appearing appropriately and deleting the cache solved this problem--then please chime in!
Intent
If we can reliably reproduce these types of issues and scenarios, we can harden our cache and improve the experience for all Gatsby users. Specifically, if we can reliably reproduce we can fix the underlying issue and then author end-to-end tests to ensure that the caching issue remains fixed.
Template
Please use the following template to report an issue so that we can most effectively debug the underlying issue.
Note: it is extremely important that you provide as much information as possible for the reproduction step. The more info and clearer the reproduction, the better we will be able to debug and ship fixes to these issues!