Doctave / doctave

A batteries-included developer documentation site generator
https://cli.doctave.com
MIT License
549 stars 33 forks source link

Tell user to point the browser to localhost instead of 0.0.0.0 on Windows #44

Open enzo33peralta opened 2 years ago

enzo33peralta commented 2 years ago

Running "doctave serve" in the command prompt gives me this:

image

Although, the browser does not seem to connect:

image

Is there any way to address this? Am using Windows 10 :) Thank you!

enzo33peralta commented 2 years ago

I've found that I just needed to use "localhost:4001". Apologies for the newbie mistake :D

begleynk commented 2 years ago

Ah no worries at all! Thanks for reporting this - I think this is actually a legit (usability?) bug.

Maybe we need to change the message on Windows to say you need to go to localhost instead - that's definitely confusing.