-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Labels
Description
After updating Fractal to v1.5.8 it isn’t possible anymore to run more than one development server (Error: listen EADDRINUSE: address already in use :::3000). Before the update starting a second server automatically increments the port.
Steps to reproduce the issue
- Start a development server using
fractal start. - In a different project start a development server using
fractal start. - You will get an error message:
Error: listen EADDRINUSE: address already in use :::3000
Reproduces how often:
This will happen every time; but if you use fractal start --sync the second server starts with an automatically incremented port.
Context
- Fractal version: v1.5.8
- Node version: v14.16.0
- OS: MacOS 11.2.3
Reactions are currently unavailable