#Angular 19 not hot reloading after upgrade

2 messages · Page 1 of 1 (latest)

vagrant fern
#

We're still in the process of migrating our angular 18 ssr application to the new application builder in v19.
We're mostly there but now we have a weird issue. The browser does not reload when code changes. The cli detects the changes and prints
Component update sent to client(s).
And I can see the websocket update message in the browser. But the browser app does not reload.

Hmr enabling/disabling doesn't change anything.

Any idea where to search for a culprit? I'm pretty sure this is a stupid config or something I'm missing but I just can't find an explanation.

vagrant fern
#

Oops scratch that, hmr is causing the reloading issues. Any idea how to debug hmr and figure out what's causing this?