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