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
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request.
Uh oh!
There was an error while loading. Please reload this page.
Version
10.0.22000.978
WSL Version
Kernel Version
5.10.16
Distro Version
Ubuntu 22.04
Other Software
No response
Repro Steps
WSL static IP address: <wsl_ip>
Execute commands in WSL:
npm i -g docsify-cli
docsify init ./docs
docsify serve docs
Got unexcepted behaviour:
On Windows, open browser, then visit:
<wsl_ip>:3000 => Can load the site
localhost:3000 => Can't load the site
Execute commands in WSL:
python -m http.server 3000
Got excepted behaviour:
On Windows, open browser, then visit:
<wsl_ip>:8000 => Can load the site
localhost:8000 => Can load the site
python3 -m http.server 3000 --bind 127.0.0.1
Got excepted behaviour:
On Windows, open browser, then visit:
<wsl_ip>:8000 => Can't load the site
localhost:8000 => Can load the site
Expected Behavior
.
Actual Behavior
.
Diagnostic Logs
WslLogs-2022-09-28_15-29-59.zip
The text was updated successfully, but these errors were encountered: