System Information
- Strapi Version: 5.0.3
- Operating System: Ventura 13.5.2
- Database: sqlite
- Node Version: v20.14.0
- NPM Version: 10.7.0
- Yarn Version:
Steps to recreate the issue:
- open up two browser windows to Content Manager → “Author” (http://localhost:1337/admin/content-manager/collection-types/api::author.author) loaded
- go to one of the windows and update one of the sample users (e.g. change “David Doe” to “David Doe1”).
- go to the other browser window, click to a different section (e.g. Article) and then click back to “Author”
- The list will still show “David Doe” (e.g. the code does not try to pull the updated users). Looking at the Network tab in the chrome developer console shows it’s not even issuing an API call to get the data, implying it’s used cached data.
How to disable this cache and force the data to upload each time the user visits a Content Manager page?