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
Describe the bug
A clear and concise description of what the bug is.
I am using lhci server behind a webproxy (corporate) and am unable to use the PSI strategy. The request keeps timing out. I suppose it is happening because:
Here's another issue (matthew-andrews/isomorphic-fetch#171) that outlines that isomorphic-fetch does have this problem and it doesn't automatically read HTTP_PROXY and HTTPS_PROXY variables from env.
Describe the bug
A clear and concise description of what the bug is.
I am using lhci server behind a webproxy (corporate) and am unable to use the PSI strategy. The request keeps timing out. I suppose it is happening because:
lighthouse-ci/packages/utils/src/psi-client.js
Line 42 in 2ca0b86
Here's another issue (matthew-andrews/isomorphic-fetch#171) that outlines that isomorphic-fetch does have this problem and it doesn't automatically read
HTTP_PROXY
andHTTPS_PROXY
variables from env.In that issue, this is also referenced: outline/outline#1893
In this issue, they fixed it here by removing
isomorphic-fetch
and adding https://github.com/outline/outline/pull/2044/files.Can we do this here as well?
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: