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.