You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
I'm busy trying to add a new headless CMS that we're building, but I find on my local machine that the project is not showing up after adding the relevant markdown file to content/projects. When I run the production build and serve locally it is showing, but it also shows an outdated version and not my latest changes. Seems like the caching is a bit sticky.
Even after deleting both the dist and tmp directories, it is not showing. Is this something that someone else has experienced as well? Any idea how to fix?
The text was updated successfully, but these errors were encountered:
For some reason React Static (or at least the version used here, which may be outdated) doesn't update things well when changes only happen to content files locally. If you change a JavaScript file, especially while running the local development server, that tends to get things moving.
Hi all,
Thanks for building this. Big Netlify here.
I'm busy trying to add a new headless CMS that we're building, but I find on my local machine that the project is not showing up after adding the relevant markdown file to
content/projects
. When I run the production build and serve locally it is showing, but it also shows an outdated version and not my latest changes. Seems like the caching is a bit sticky.Even after deleting both the
dist
andtmp
directories, it is not showing. Is this something that someone else has experienced as well? Any idea how to fix?The text was updated successfully, but these errors were encountered: