Gridsome project hosted on netlify. On click, pages dont load even though the URL does update Gridsome project hosted on netlify. On click, pages dont load even though the URL does update vue.js vue.js

Gridsome project hosted on netlify. On click, pages dont load even though the URL does update


After going through the site, I found the issue was some invalid HTML, which the browser fixes [changes around], which changed the actual DOM from the virtual DOM, which caused the Vue hydration to break.

See Vue SSR hydration caveats