When applying a filter or sorting the ListView, users can click a record and the DetailView is showing up. But when users click the browsers “Back Button” to navigate back to the filtered/sorted ListView, the browser shows the “ERR_CACHE_MISS” error. When clicking the “Back Button” for a second time, the page reloads successfully.
There are already discussions about this problem, but I can’t find a solution.
@Clermonts You can try few things the ERR_CACHE_MISS issue when using the browser’s back button after filtering or sorting is a common one in SuiteCRM 7.11.20, especially in Chrome.
It happens because the browser tries to re-submit form data, and SuiteCRM doesn’t always handle that well.
A few quick suggestions:
Try using Firefox — it tends to handle this better.
Use in-app navigation instead of the browser’s back button.
Refresh the page if the error shows up — it usually loads fine after that.
There’s no official fix in 7.11.20, but we can look into a custom tweak or discuss an upgrade if you’d like.