Dev server crash
#14794
Replies: 1 comment
-
For any other peruses, this was caused by a vulnerability scanner on the network trying to analyze the server with an XSS attack. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some reason my vite dev server is crashing over the weekend and I have no idea why.
During the week while i work on the project I get no errors (outside of what i create in code), but on the weekend while nobody is using it and there are no scripts doing anything, suddenly at a seemingly random time, vite crashes with the terminal output:
It spams
Internal server error: URI malformed
a ton, then
a ton, then
and finally:
I come back to my project on Monday and the server has crashed with that output.
Anyone have any idea what is causing this?
Beta Was this translation helpful? Give feedback.
All reactions