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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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\hostsHas failed, and it worked before! Maybe a docker or windows update changed this, if you have issues try this!
npm run devip addr show eth0 | grep 'inet\b' | awk '{print $2}' | cut -d/ -f1172.27.146.109for exampleC:\Windows\System32\drivers\etc\hosts172.27.146.109 test.zesty.io(use your ip outputted from line 3.)Test-NetConnection test.zesty.io -p 3000Beta Was this translation helpful? Give feedback.
All reactions