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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use a Ubuntu WSL2 install. Using etc/hosts i like to override my localhost domain to something like test.zesty.io
Recently using in
C:\Windows\System32\drivers\etc\hosts
Has failed, and it worked before! Maybe a docker or windows update changed this, if you have issues try this!
npm run dev
ip addr show eth0 | grep 'inet\b' | awk '{print $2}' | cut -d/ -f1
172.27.146.109
for exampleC:\Windows\System32\drivers\etc\hosts
172.27.146.109 test.zesty.io
(use your ip outputted from line 3.)Test-NetConnection test.zesty.io -p 3000
Beta Was this translation helpful? Give feedback.
All reactions