-
Notifications
You must be signed in to change notification settings - Fork 387
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
Never ending "Waiting for framework" in 19.0.3 #7124
Comments
I'm having the same issue, had to downgrade back to 19.0.2 |
@ndhoule It seems to be an issue with netlify and vite. I put together a very simplistic test case at https://github.com/ffaubert/netlify-cli-test. To reproduce after npm install, run netlify dev and then make a change to public/index.html and you'll see Also new in v19.0.3 at startup I see: That was not there in 19.0.2 Thank you for investigating this! |
@ffaubert Thanks for the repro! I'm seeing the I'll keep you both posted--thanks for your patience in the meantime. |
Thank you @serhalp. Unfortunately, I'm still seeing the same behaviour on the version you specified
When using |
Describe the bug
Since upgrading to 19.0.3,
netlify dev
is constantly showing the following message, with a spinner on the left: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:
This is printed out before the message saying
Server now ready on http://localhost:8888
Steps to reproduce
netlify dev
Configuration
Environment
The text was updated successfully, but these errors were encountered: