Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port issue #3653

Open
1 of 5 tasks
vitezprchal opened this issue Apr 22, 2024 · 1 comment
Open
1 of 5 tasks

Port issue #3653

vitezprchal opened this issue Apr 22, 2024 · 1 comment

Comments

@vitezprchal
Copy link

This is about:

  • A typo
  • Innaccurate/misleading documentation (e.g. technically incorrect advice)
  • Undocumented code
  • Outdated documentation
  • 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
@De-Wohli
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants