- site
https://clicktherapeutics.com
We recently changed our build plugins from netlify-plugin-gatsby-cache to @netlify/gatsby-plugin to help resolve some issues where users on certain browsers were getting cached (and thus broken) versions of the site rather than updated site with updated data.
In the process, now for even more browsers on more devices the page is cached and thus broken. If the site is opened incognito is loads as expected.
Can you please help?
We don’t know what do to, what needs to be updated for fixed. Whether its our heading settings or something with the plugin.
Here is a video of what users are experiencing: https://drive.google.com/file/d/1i1RjVqWk5IGijPDHrU-93sDB_pZ-oIjA/view
A user confirmed on MacOS Chrome that old versions of the site are still being served. Error The result of this StaticQuery could not be fetched
indicates an old version of the site. Since Gatsby v5, StaticQuery
has been deprecated and the codebase replaced all instances with the useStaticQuery
hook.