-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Angular 19.1.3 SSR Vite Crash on every reload HMR disabled #29443
Comments
This seems like a bug but we'll need to look at a reproduction to find and fix the problem. Can you setup a minimal repro please? You can read here why this is needed. A good way to make a minimal repro is to create a new app via This might be related to your directory structure so its really important to get an accurate repro to diagnose this. |
I'll continue trying to create a minimal example, though I have not achieved reproduction of the issue starting with a fresh project so far. Here the
|
same issue here, for a new project I just have included the app-shell:
and then created a lazy loaded route:
every time I edit the homeComponent it throws me the same error:
configuration:
new project commands;
|
Still having this issue with 19.1.5, so #29462 did not fix the issue I believe.
|
…r features are enabled This change ensures that the server manifest is not generated if none of the server-related features are enabled. Closes angular#29443
…r features are enabled This change ensures that the server manifest is not generated if none of the server-related features are enabled. Closes angular#29443
Command
serve
Is this a regression?
The previous version in which this bug was not present was
No response
Description
After updating from 19.0.x to 19.1.3 even with HMR disabled
ng serve
crashes any time I update any file.Looks similar to #29424, but happens also with HMR disabled.
Minimal Reproduction
Run
ng serve --no-hmr
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: