Closed petecarapetyan closed 2 years ago
As expected, does not happen on a production site, only in dev mode
Hah! Now I cannot replicate this bug - though no changes on my side would have affected this???
I am not closing the bug but it may be intermittent.
I am getting it too, picked rocket-01-hydration-starter from npx, did an npm install then start and it wont start at all
thanks for letting me know how you encountered the issue... I could now finally reproduce it consistently even via a test š
Seems a complex one but having a failing test is half the battle - so off to the debug corner it is - wish me luck š¬
ah yes, that was an interesting one... two web workers writing to the same file at the same time in parallel š let's hope something like this never returns š
It's fixed now via @rocket/engine@0.2.4
and I tested it with the hydration starter - which works fine now š
thanks again for reporting this - if there are any more bugs be sure to report them... it's bug hunting season š¬
next
branchThis rocket-03-minimal instance with dozen or so nested .md files crashes on navigation quite reliably, at least in development mode.
https://github.com/petecarapetyan/rocket_nav_iteration
Guessing it probably wouldn't crash in deployed production but will test separately.
To replicate:
rocket-03-minimal
using the usualnpx @rocket/create@latest
commandnpm start
from the above linked projectResult:
and the shell simply exits