Hi!
We’re experiencing problems when running our application with Spring Boot/Vaadin 24 and having custom web components. Sometimes changes to the web components is not propagated/compiled into the running application during development. Deleting the dev-bundle directory did not help.
Which files and folders should be deleted to get a fresh dev-bundle build?
We also tried setting vaadin.frontend.hotdeploy=true in application-dev.properties, but still the frontend component was not updated correctly.
What’s your recommendation in this situation?