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

Cannot use port 8080 -- Aleady in use. #58

Closed
Casteele72 opened this issue Apr 16, 2021 · 1 comment
Closed

Cannot use port 8080 -- Aleady in use. #58

Casteele72 opened this issue Apr 16, 2021 · 1 comment

Comments

@Casteele72
Copy link

On my system,port 8080 is already in use by my LAN proxy server, and I cannot change that without breaking my LAN.

Since I cannot find where in Hauberk it sets port 8080, I am guessing that Dart needs to be modified, not Hauberk. However, you should include information in the README about such a potential conflict, and how to resolve it.

@Casteele72
Copy link
Author

Note: I figured out how to make it work...

In the Makefile, modify the line:
pub run build_runner serve
to something like:
pub run build_runner serve web:8085
(Change the 8085 to any desired port.)

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

No branches or pull requests

2 participants