Live Reload doesn't happen in browser

I work on multiple projects with similar setup

  • MacOS 15
  • Java 21
  • IntelliJ
  • JRebel
  • Vaadin 24.6
  • maven

From time to time and for no apparent reason the live reload doesn’t happen.
The setup of LiveReload components should be ok and the code change itself is discovered also correctly as the log states:

INFO o.s.b.d.a.OptionalLiveReloadServer       LiveReload server is running on port 35729
 2025-01-30 13:44:27 JRebel: Vaadin Live Reload enabled.
...
2025-01-30 13:45:24 JRebel: Reloading class 'de.hub28.XYZCrudView'.
DEBUG com.vaadin.flow.hotswap.Hotswapper       Triggering re-navigation to current route for UIs affected by classes changes.

but there is no reaction in the browser, mainly Firefox with LiveReload extension.
During debugging this issue I want to try Google Chrome but doesn’t found any LiveReload extension available due to all existing are disabled by Google Chrome according some best practices violations …

kind regards
Dominik

Which exact Vaadin version?
24.6.3 had a bug that prevented the refresh of the page when an application has @Push enabled, fixed in 24.6.4

I’ve used 24.6.3 … after upgrading to 24.6.4 it works.

1 Like