cli: localhost:8888 not showing up after update

Ever since updating to 2.25.0 I cant get a server to run.

it no longer shows the

┌──────────────────────────────────────────────────────────────┐ │ │ │ [Netlify Dev] Server now ready on http://localhost:8888 │ │ │ └──────────────────────────────────────────────────────────────┘

box and shows endless dots and never serves the files on a new port where the functions are working.

`Netlify Dev ◈ ◈ Starting Netlify Dev with create-react-app ◈ Function builder netlify-lambda detected: Running npm script build:lambda › Warning: ◈ This is a beta feature, please give us feedback on how to improve at https://github.com/netlify/cli/ yarn run v1.21.1 $ react-scripts start Starting the development server…

Waiting for localhost:3000. ◈ Lambda server is listening on 57397

Connected! Waiting for localhost:34567…◈ lambda/open-graph-preview.js modified, reloading… …Compiling… .Compiled with warnings…`

those warnings being linter warnings that show up when running the normal yarn start as well so nothing blocking it from serving.

was working fine on 2.21.0. but now even when i roll back to 2.21.0 it still no longer works.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 16
  • Comments: 18 (2 by maintainers)

Most upvoted comments

For those of you following here, 2.26.0 was just released and has some fixes for this! @hyliancoder Does this fix your issue?

after looking at the other issue here: https://github.com/netlify/cli/issues/657#issuecomment-567635283

thankfully rolling back to 2.11.13 got it working again, but for sure a pain that I cant update.

Yes, and I was able to get it back working with a combination of rewriting some of Nuxt’s default build scripts, and rolling back to 2.12.0 for netlify-cli.

Same issue. Rolled back to 2.11.13, endless dots remain…

Same issue here. Rollback to 2.11.13 helped. Thanks!

I’m having the same problem with Parcel atm. I tried rolling back to v2.11.13 and v2.12.0 as mentioned in earlier comments, but neither of those worked. It just kept displaying the endless dots.

Update: turns out it has to do with my functions. If I remove the functions line from my netlify.toml it starts up fine, but with the functions it just displays the ever-increasing dots.

Arrg - I also hit this during my first experience of netlify-cli and functions using latest gatsby. I spent all the time I had to explore this try to debug / fix

https://community.netlify.com/t/netlify-dev-port-unknown/6705

Rolling back to netlify-cli@2.11.13 fixed it for me, though functions:invoke seems to be missing I could invoke via HTTP GET and an ReactJS button action.

I nearly gave up on netlify, but guess a bad release over the holiday is something anyone can do

same problem here with CRA. tried out versions 2.11.13, 2.12.0 and current 2.25.0 - to no avail //edit i stand corrected. after retrying 2.12.0 works for me

I think this is the same problem as #657.