#650·gridsome

<g-link> doesn't actually change pages on build - Hydration issue

Author: LukeXFCreated Sep 9, 2019Updated Sep 9, 2025
## Description updates the page title (in the browser tabs) and loads things like the console log but it does not change what I see on the page without reloading. In `gridsome develop` this is not an issue but `gridsome build` it fails. I'm assuming I might have invalid HTML somewhere, but perhaps it could be something else, any suggestions? I've looked at a lot of other similar g-link issues like https://github.com/gridsome/gridsome/issues/337 but to no prevail. ### Steps to reproduce https://github.com/element-softworks/atobtyres ### Expected result `` should hydrate the pages without having to reload the page manually ### Actual result The page does visually not change unless I reload the page, I do think the code is loaded, just the view doesn't seem to change. ### Environment

Libs:
- gridsome version: 0.6.6
- @gridsome/cli version: 0.2.0


Browser:
- [x] Chrome (desktop) version
- [x] Chrome (iOS) version
- [x] Safari (desktop) version
 
For Tooling issues:
- Node version: 10.13  
- Platform: Mac