Open genki opened 1 month ago
Thanks @genki for the report This problem should be solved by #6855 🤔 cc @JerryWu1234
Is the #6855 title wrong? The implementation is doing a different thing 😅
Thanks @genki for the report This problem should be solved by #6855 🤔 cc @JerryWu1234
Is the #6855 title wrong? The implementation is doing a different thing 😅
I will take a look today. It seems like this problem isn't caused by PR
it's fine in local
@genki how to check log that from this website?
@JerryWu1234 I have no permission to see the log of that website. I have seen the log on one of my sites that is made of Qwik.
Here's an app that causes this error in local dev. https://github.com/genki/qwik-test/tree/invalid_url
@JerryWu1234 I have no permission to see the log of that website. I have seen the log on one of my sites that is made of Qwik.
Here's an app that causes this error in local dev. https://github.com/genki/qwik-test/tree/invalid_url
this error in this picture is right, and Astro and other platform is same way
@JerryWu1234
The URL http://localhost:5137//
is a valid URL.
I think the Astro and other platforms also have same bug.
The correct response should be 404 Not found or 400 Bad Request, not a server side error such as 5xx.
Which component is affected?
Qwik City (routing)
Describe the bug
I have found errors in the server log that explains an internal server error occurred when the visitor send a GET request to "//" pathname. I expect the response should be 404.
Reproduction
https://qwik.dev//
Steps to reproduce
Please visit the URL above. You can see it says 500.
System Info
Additional Information
No response