Skip to content

Never ending "Waiting for framework" in 19.0.3 #7124

@Simbul

Description

@Simbul

Describe the bug

Since upgrading to 19.0.3, netlify dev is constantly showing the following message, with a spinner on the left:

⠦ Waiting for framework port 5173. This can be configured using the 'targetPort' property in the netlify.toml

Running the same command with 19.0.2 does not result in the same behaviour. In fact, the wait seems to be over pretty quickly:

✔ Waiting for framework port 5173. This can be configured using the 'targetPort' property in the netlify.toml

This is printed out before the message saying Server now ready on http://localhost:8888

Steps to reproduce

  1. Start in the root of my repo (apologies, this is a private project)
  2. Upgrade netlify-cli to 19.0.3
  3. Run netlify dev
  4. Everything seems to be working fine, but the CLI keeps "waiting for framework port 5173"

Configuration

[build]
command = "react-router build"
publish = "build/client"

[dev]
command = "react-router dev"

Environment

  System:
    OS: macOS 15.3.2
    CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
    Memory: 3.13 GB / 32.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 23.10.0 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 10.9.2 - /usr/local/bin/npm
  npmGlobalPackages:
    netlify-cli: 19.0.3

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions