Skip to content

Conversation

@alan-agius4
Copy link
Collaborator


Addresses an issue where could become ɵgetOrCreateAngularServerApp undefined after an error, leading to subsequent rendering failures.

This change modifies the HMR process to include a timestamp when loading. This ensures the server application is always re-evaluated, preventing stale application states.

Closes #31671

…defined after errors

Addresses an issue where  could become `ɵgetOrCreateAngularServerApp` undefined after an error, leading to subsequent rendering failures.

This change modifies the HMR process to include a timestamp when loading. This ensures the server application is always re-evaluated, preventing stale application states.

Closes angular#31671
@alan-agius4 alan-agius4 requested a review from clydin November 13, 2025 19:20
@alan-agius4 alan-agius4 added action: review The PR is still awaiting reviews from at least one requested reviewer target: patch This PR is targeted for the next patch release labels Nov 13, 2025
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Nov 13, 2025
@alan-agius4 alan-agius4 merged commit 8053f2d into angular:20.3.x Nov 13, 2025
35 checks passed
@alan-agius4 alan-agius4 deleted the ɵgetOrCreateAngularServerApp=patch branch November 13, 2025 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: @angular/build target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error: ɵgetOrCreateAngularServerApp is not a function - dev server stops updating if the user saves while the HTML is in an invalid state

2 participants