We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://elk.zone/home/
i get this warning at the top:
The page may not be loading as expected because your test URL (https://elk.zone/home) was redirected to https://elk.zone/home/. Try testing the second URL directly.
dunno if this is weird URL handling on elk's part or we're being too stringent..
also i see our buddy in the console:
LH:Navigation:error Provided URL (https://elk.zone/home) did not match initial navigation URL (about:blank)
Chrome DevTools
11.2.0
120.0.0.0.0
The text was updated successfully, but these errors were encountered:
It looks like the trailing / is the difference. No trailing / does actually result in a redirect:
/
❯❯❯ curl -I https://elk.zone/home HTTP/2 301
The console warning is #15487
Sorry, something went wrong.
Lighthouse report shows it fine from CLI.
Quoting your OP, I see the above is what it you got too (GH rendering elides the trailing slash).
How did you get a redirect from DevTools (it should have already redirected, no?)
#13474 (comment) would help
paulirish
Successfully merging a pull request may close this issue.
URL
https://elk.zone/home/
What happened?
i get this warning at the top:
dunno if this is weird URL handling on elk's part or we're being too stringent..
also i see our buddy in the console:
How were you running Lighthouse?
Chrome DevTools
Lighthouse Version
11.2.0
Chrome Version
120.0.0.0.0
The text was updated successfully, but these errors were encountered: