-
Notifications
You must be signed in to change notification settings - Fork 12k
"ng serve" Not Reflecting Changes Automatically in Angular 17 #26406
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
Comments
I identified this same problem! |
What did you do as a solution? |
For now I'm using it anyway, unfortunately. The current execution of the command has ended and I run it again. |
Me too. Bu it's really annoying |
|
Probably a duplicate of #26325. That has been fixed in version 17.0.1 of the CLI. Make sure you update (and specify the actual version you're using in future issues) |
|
@jnizet I'm already using version 17.0.1 and this problem persists. |
Me too 🤕 |
@JoostK Thanks for the information! |
I'm experiencing a similar issue. Prior to the upgrade to v17, I would see would this be considered a regression? I may need to continue using the |
Duplicate of #26334 |
Most of solved but continue some css etc update. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Which @angular/* package(s) are the source of the bug?
compiler, Don't known / other
Is this a regression?
Yes
Description
Hello Angular Team,
I am encountering an issue with Angular 17 where the automatic re-rendering of changes upon saving files does not consistently occur when using
ng serve
. The application neither updates the UI nor throws any errors, and it requires a restart to reflect the changes. This issue is intermittent but significantly hampers the development process.Steps to Reproduce:
ng serve
.Expected Behavior:
The application should automatically reflect the changes in the browser without needing to manually restart the server.
Actual Behavior:
Sometimes, the application does not update the UI or show any error messages after saving changes. The only workaround is to stop and restart
ng serve
.Environment:
Additional Information:
This issue does not occur every time but is frequent enough to disrupt the normal workflow. I have not experienced this in previous versions of Angular. Any insights or solutions to this problem would be greatly appreciated.
Thank you for your time and assistance.
Best regards,
Taner Saydam
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in (run
ng version
)Anything else?
No response
The text was updated successfully, but these errors were encountered: