Replies: 2 comments 1 reply
-
So, I get this dev server freezing more often now and I can't find the cause. I checked for usage of browser APIs but it's still happening. Always after saving changes to |
Beta Was this translation helpful? Give feedback.
0 replies
-
About the unexpected and unexplainable freezing, I raised this issue in the Vite repo some time ago, which is still open : vitejs/vite#11468 There are some suggestions there (but none of them worked for me). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Edit: see also comment below, crashes come erratically and hard to track down
Pretty much the title, if you use e.g.
localStorage
outside abrowser
check withssr = true
in a .ts file let the dev server silently freezes. Which makes sense but I wonder if there could come some warning and the possibilty to continue without the need to restart the server (even after fixing the bug).Beta Was this translation helpful? Give feedback.
All reactions