Has anyone else run into this issue?
Setup:
- Windows 10 Enterprise v1909
- Ubuntu 20.04.1 LTS
- Docker 2.5.0.1 stable
Steps to replicate:
- Clone GitHub repo into WSL2
- Run
make server
command- Attempt to connect to
127.0.0.1:4000
in Windows Chrome browser- Result: “host refused to connect”
Any ideas out there as to how I might be able to preview my fastpages
build served from WSL2 via my Windows browser?
Note: This problem does NOT occur when running
jupyter notebook
on it’s own, but thejupyter
server run via theMakefile
from thefastpages
template also refuses to connect.