Closed pepone closed 1 year ago
What page were you getting this on? I just tested some pages locally and on docs.testing.zeroc.com and did not get any rehydration errors.
I got this on Windows, clean build.
Fails with all pages I tried
Clean build as in git clean -dfX
then npm i
, then npm run dev
?
Clean build as in git clean -dfX then npm i, then npm run dev?
Yes, maybe a Windows issue.
Yes, maybe a Windows issue.
That is my current thought as well. I will see if I can reproduce the issue later on today.
I can confirm works fine on my macOS machine
Yes, I was able to get it to reproduce on Austins widows machine locally too, I suspect it may be how we load the markdown files not playing well with the windows file sys.
The issue was with assuming the file path would be using /
whereas on windows it is \
. Fixed by https://github.com/icerpc/icerpc-docs/commit/32aeb15005eb3e2b06604dd6ad8a9f710fb07847