-
-
Notifications
You must be signed in to change notification settings - Fork 432
Dev server fails to reload with "address already in use :::3000" #920
Comments
Hi @jakubsacha , maybe other process are using the port 3000 Inside the server.js file I hope you are still well |
this happens on the dev server. My best bet is that issue is here: dev.ts
We don't have a lock here. I think it happens when user hits ctrl+s multiple times in small interval. Possibly trigger this twice and introduce race condition. when two servers are started at the same time. |
To confirm, I got the issue recently. I had to kill everything and start it again. |
Sometimes even after closing the process with ^C also doesn't work the process is still running need to kill |
Im also now seeing this more frequently, not sure if something changed recently that makes this more likely to happen |
Fixed in 0.27.14. |
Describe the bug
Dev server fails to reload with error: "address already in use :::3000"
Logs
Configs
Information about your Sapper Installation:
osx
local
0.27.9
3.12.1
dynamic
webpack
Severity
annoying
The text was updated successfully, but these errors were encountered: