yew icon indicating copy to clipboard operation
yew copied to clipboard

Port issue

Open vitezprchal opened this issue 1 year ago • 1 comments

This is about:

  • [ ] A typo
  • [ ] Innaccurate/misleading documentation (e.g. technically incorrect advice)
  • [ ] Undocumented code
  • [ ] Outdated documentation
  • [x] Other

Problem https://yew.rs/docs/getting-started/build-a-sample-app In the documentation that describes the configuration file for the server, it mentions port 8000. However, on Windows, port like 8000 cause conflicts.

[serve]
address = "127.0.0.1"
port = 3000

vitezprchal avatar Apr 22 '24 15:04 vitezprchal

It can cause problems on Linux or Mac systems too if you something actively running that uses port 8000. I might be wrong but by default on windows the port should not be actively used.

However maybe a little notice in the Info box that port 8000 is commonly used and might need to be changing could clear up any issues related to that.

De-Wohli avatar Apr 29 '24 12:04 De-Wohli