You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my basic next.js portfolio website all reports return a score of 0/100 and printing out the error: **Something went wrong. Error: ERRORED_DOCUMENT_REQUEST
**
Tried reproducing the issue locally but to no avail. The tests pass even on an incognito tab.
Lighthouse is accurately reporting that the server is issuing a 401 response when it tries to load the page. If I had to guess, I would say that the server is doing this because the user agent contains HeadlessChrome instead of Chrome. Regardless, this doesn't appear to be an issue in Lighthouse.
@adamraine I understand that the issue isn't from lighthouse on the basis that the error is handled, what i don't understand is closing this thread based on a guess.
I've been trying to figure out the right steps for this, and opening an issue was my last hope.
What should i do? or where should this question be asked?
I closed the issue because Lighthouse is working as expected regardless of if my guess about headless chrome was correct or not.
I was only trying to point you in the right direction based on the conditions that would reproduce this error. The issue probably lies somewhere in your server configuration so I would suggest starting there.
Summary
In my basic next.js portfolio website all reports return a score of 0/100 and printing out the error: **Something went wrong. Error: ERRORED_DOCUMENT_REQUEST
**
Tried reproducing the issue locally but to no avail. The tests pass even on an incognito tab.
Repo Link
Any help is much appreciated!
The text was updated successfully, but these errors were encountered: