You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
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.
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
fractal start.fractal start.Error: listen EADDRINUSE: address already in use :::3000Reproduces how often:
This will happen every time; but if you use
fractal start --syncthe second server starts with an automatically incremented port.Context