Skip to content
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

Web.dev - Lighthouse blocks network requests to Firebase, incorrectly flagging browser errors #12459

Open
ealmiladi opened this issue May 10, 2021 · 3 comments
Assignees
Labels

Comments

@ealmiladi
Copy link

ealmiladi commented May 10, 2021

Provide the steps to reproduce

  1. Run LH on https://artisanresume.com

What is the current behavior?

image

What is the expected behavior?

Either Lighthouse should permit these network requests, or ignore the browser errors related to them as they're not representative of the client experience.

Environment Information

  • Affected Channels: Web.dev
@patrickhulce
Copy link
Collaborator

Thanks for filing @ealmiladi! They're not being blocked (that would be indicated by net::ERR_BLOCKED_BY_CLIENT) but they do appear to consistently timeout only in web.dev/LR (example). Backend folks will need to take a look at what's going on here 👍

@patrickhulce patrickhulce removed their assignment May 10, 2021
@patrickhulce patrickhulce added bug needs-investigation PSI/LR PageSpeed Insights and Lightrider web.dev labels May 10, 2021
@ealmiladi
Copy link
Author

Thanks Patrick!

@PaulRudin
Copy link

PaulRudin commented May 19, 2021

Similarly I have web app that opens a websocket connection to a Google Cloud Run hosted backend (with a .run.app dns name). It works fine in the browser, but from the console log that lighthouse complains about, apparently there's a dns resolution failure.

Edit: to be clear - it works fine e.g. from lighthouse in devtools - it's just the web.dev hosted version that's problematic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6 participants