-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐞] GET request to "//" causes internal server error #6911
Comments
Thanks @genki for the report 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 |
@genki how to check log that from this website? |
@JerryWu1234 I have no permission to see the log of that website. Here's an app that causes this error in local dev. |
this error in this picture is right, and Astro and other platform is same way |
@JerryWu1234 |
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
The text was updated successfully, but these errors were encountered: