-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
WebSocket server error: Port is already in use #72
Comments
Nevermind, this blocks I believe it's an issue in this line
Instead of one ampersand(&) it should be two (&&)
|
Hi, I looked into this a bit and this doesn't work on my end. I'll update this if I find any information that can get rid of error. EDIT: Just saw the edit above. Selective reading is an issue :/ |
I found the cause of this problem and it is related to the commit 4fe5084. I'll make a commit to resolve this issue. Thanks everyone. ✌🏻 |
Hi!
Thanks a lot for your work! But I meet strange behavior for a new app - when I start the app, I see message
WebSocket server error: Port is already in use
. What's wrong?It looks like there is a conflict between
astro check --watch
andastro dev
- when I run those commands separately, I see no error messageThe text was updated successfully, but these errors were encountered: