Skip to content

Can’t run more than one development server #1043

@supermueller

Description

@supermueller

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

  1. Start a development server using fractal start.
  2. In a different project start a development server using fractal start.
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions