Replies: 2 comments 1 reply
-
do you need to open a port or something? the port is randomly selected, but you could run or maybe you just need to specify (no experience with WSL2..) |
Beta Was this translation helpful? Give feedback.
-
The underlying issue is likely that Chrome is running on the Windows side while Lighthouse is running on the WSL side, so 127.0.0.1 from WSL side does not actually point to the port+interface pair on which Chrome is listening. You can tunnel and expose a new port, or use Chromium on the WSL side if that's the case. Related microsoft/WSL#4982 |
Beta Was this translation helpful? Give feedback.
-
When running
lighthouse
in WSL2, a Chrome window opens, but it seems that beyond that nothing happens. This is the log:It seems
lighthouse
can't connect to Chome. Is there any way to get this running, like an option to configure the IP to bind to, instead of127.0.0.1
? Is there something specific to WSL2 or doeslighthouse
not work with WSL2?Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions