-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
localhost:8888 not showing up after update #659
Comments
after looking at the other issue here: #657 (comment) thankfully rolling back to |
Same issue here. Rollback to 2.11.13 helped. Thanks! |
Same issue. Rolled back to 2.11.13, endless dots remain... |
I think this is the same problem as #657. |
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 |
for sure, just unfortunately outside of being an issue with gatsby it seems. as my project frontend is just a CRA with apollo |
same problem here with CRA. tried out versions 2.11.13, 2.12.0 and current 2.25.0 - to no avail |
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 |
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 |
@woubuc did you definitely uninstall the more recent version first eg Oh, I'm on Windows but I doubt that makes any difference |
Yep, I uninstalled and checked that it couldn't find the binary anymore before reinstalling 2.11.13. I'm on Windows as well - Windows 10, Node v12.9.1, npm v6.10.2. |
Maybe try that version of netlify with an older version of Node if you can. This combo is working for me (Mac obviously): netlify --version
# outputs:
netlify-cli/2.11.13 darwin-x64 node-v10.18.0 |
@abettermap @woubuc Good call, though I have |
For those of you following here, 2.26.0 was just released and has some fixes for this! |
It did! Had to force install as it failed to write as the folder already existed when trying to just
but doing the --force worked but yeah, works again on latest version AWW YISS |
Looks like the fix/es worked, I am seeing
Environmentnode -v && npm -v && netlify -v
v12.14.0
6.13.4
netlify-cli/2.28.0 darwin-x64 node-v12.14.0 |
@abettermap I've seen this too but I am not sure it is related to the ports issues. You should probably create a new issue so that it gets tracked if there is not one already. |
I'm actually still seeing the original issue: EnvironmentSame environment as my previous comment on January 9, but I changed some things in my project: package.json
|
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.
The text was updated successfully, but these errors were encountered: