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

http-server silently bind to wrong port #80

Closed
manekinekko opened this issue Feb 15, 2021 · 0 comments · Fixed by #81
Closed

http-server silently bind to wrong port #80

manekinekko opened this issue Feb 15, 2021 · 0 comments · Fixed by #81
Assignees
Labels
priority: high (P0) High priority scope: app Issues related to the user's application static app scope: cli Issues happened a the ./src/cli level type: bug Something isn't working
Projects

Comments

@manekinekko
Copy link
Member

If user already has a dev server running on port, eg., 4200, when starting the cli:

swa start dist/angular-web-bluetooth-starter

http-server will silently bind to existing dev server, hence serving the wrong content.

@manekinekko manekinekko added type: bug Something isn't working priority: high (P0) High priority scope: app Issues related to the user's application static app scope: cli Issues happened a the ./src/cli level labels Feb 15, 2021
@manekinekko manekinekko self-assigned this Feb 15, 2021
@manekinekko manekinekko added this to To do in Post-GA via automation Feb 15, 2021
manekinekko added a commit that referenced this issue Feb 15, 2021
Post-GA automation moved this from To do to Done Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high (P0) High priority scope: app Issues related to the user's application static app scope: cli Issues happened a the ./src/cli level type: bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

1 participant