I am using the Qwik framework, and I have encountered an issue where accessing the URL http://localhost:5173// (http://\<origin>\/\/) causes the server to crash.
Typically, URLs containing double slashes or relative paths should return a 400 Bad Request or a 404 Not Found response instead of crashing the server.
Thanks @canaria-computer for reporting your feedback and @JerryWu1234 for your help.
It's a duplicate of #6004 so I close this one. Let's continue there.
Which component is affected?
Qwik Runtime
Describe the bug
I am using the Qwik framework, and I have encountered an issue where accessing the URL http://localhost:5173// (http://\<origin>\/\/) causes the server to crash.
Reproduction
https://stackblitz.com/github/QwikDev/qwik-new-for-stackblitz?file=src%2Froutes%2Findex.tsx
Steps to reproduce
Typically, URLs containing double slashes or relative paths should return a 400 Bad Request or a 404 Not Found response instead of crashing the server.
System Info
Additional Information
No response