We are getting "There were issues affecting this run of Lighthouse" error when we generate the lighthouse report for the page. #13064
Unanswered
GopinathS89
asked this question in
Q&A
Replies: 1 comment
-
If the page redirects, Lighthouse will follow the redirect. Lighthouse loads the page in Chrome mostly normally, so it acts just like a load in the browser would. For testing, you could consider sniffing the UA string (it ends with |
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
-
FAQ
URL
its happening local as well as in testing environment
What happened?
There were issues affecting this run of Lighthouse:
The page may not be loading as expected because your test URL (https://www.test.com/testpage/add) was redirected to https://www.test.com/testpage/login?code=ere434343&grant-id=123sdfs443erewr423er. Try testing the second URL directly.
What did you expect?
Is there any possibility to disable the page reload in the lighthouse?
What have you tried?
No response
How were you running Lighthouse?
Chrome DevTools
Lighthouse Version
8.1.0
Chrome Version
No response
Node Version
No response
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions