-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Hydration Mismatch. Unable to find DOM nodes for hydration key: 000000001000003 #1594
Comments
Try to refresh the cache by:
This might solve your problem |
I you happen to have the solid-start project inside a parent NPM project (f.e. a monorepo, etc), try moving the solid-start project outside of the parent NPM project. That's one thing that currently causes the error. |
same problem... |
I have been struggling with the same issue. Refreshing the page and the error goes away. Next time I relaunch vinxi, the first page load causes this error again. Can confirm I have the same package versions as author. |
Hydration issues can happen for a multitude of reasons so generally these issues are unrelated. There was a bug in 1.0.7 that impacted dev server startup. It was fixed in 1.0.8. @Nauxscript, @quimmer what you described sounds like that. Try force update to 1.0.8. |
I'm facing this at 1.0.8 but only in dev mode. Maybe it is my fault, is there a good way to debug such errors? UPD: 1.0.9 not reproducing anymore |
Duplicates
Latest version
Current behavior 😯
The page cannot be loaded normally, the console reports an error, and the page is incorrectly on an old version page that does not exist.
Expected behavior 🤔
Refresh and load the page normally.
Steps to reproduce 🕹
myapp.zip
I can't guarantee you can reproduce the issue, but this is the original file as it stands now.
Context 🔦
I don't know why this happens. I can't reproduce this bug in the Edge browser. The page can't be refreshed normally in the Google browser, the console reports an error, and the page is wrongly kept in an old version that no longer exists. And I have disabled the cache in the network panel of the developer tools of the Google browser.
I tried to delete the .node_modules folder but it didn't work.
When I posted this issue, it was the next day and the computer was shut down. The situation is still the same.
Error: Hydration Mismatch. Unable to find DOM nodes for hydration key: 000000001000005
at getNextElement (chunk-URGBOLR2.js?v=efa64b10:276:37)
at Footer2 (Footer.jsx:4:5)
at @solid-refresh:25:42
at untrack (chunk-5EMI7L6U.js?v=efa64b10:454:12)
at HMRComp.createMemo.name [as fn] (@solid-refresh:25:28)
at runComputation (chunk-5EMI7L6U.js?v=efa64b10:719:22)
at updateComputation (chunk-5EMI7L6U.js?v=efa64b10:701:3)
at Object.readSignal (chunk-5EMI7L6U.js?v=efa64b10:637:67)
at resolveChildren (chunk-5EMI7L6U.js?v=efa64b10:1014:84)
at resolveChildren (chunk-5EMI7L6U.js?v=efa64b10:1018:22)
Your environment 🌎
The text was updated successfully, but these errors were encountered: