Hello all,
today our Vaadin app build start failing (as much as not starting to developers). This is error message:
Error: Build failed with 3 errors:
2025-06-18T17:35:40.524+02:00 C: U: INFO 20429 --- [dp-ui-v2] [v-server-output] c.v.b.devserver.DevServerOutputTracker : node_modules/@vaadin/app-layout/src/vaadin-drawer-toggle.js:7:29: ERROR: Could not resolve "@vaadin/button/src/vaadin-button-base.js"
2025-06-18T17:35:40.524+02:00 C: U: INFO 20429 --- [dp-ui-v2] [v-server-output] c.v.b.devserver.DevServerOutputTracker : node_modules/@vaadin/dashboard/src/vaadin-dashboard-button.js:12:45: ERROR: Could not resolve "@vaadin/button/src/vaadin-button-base.js"
2025-06-18T17:35:40.524+02:00 C: U: INFO 20429 --- [dp-ui-v2] [v-server-output] c.v.b.devserver.DevServerOutputTracker : node_modules/@vaadin/password-field/src/vaadin-password-field-button.js:7:29: ERROR: Could not resolve "@vaadin/button/src/vaadin-button-base.js"
The same error during Vite phase is appearing to developers and also on build server (jenkins, maven build).
We are on Vaadin 24.7.6 (reverting to 24.7.5 didn’t help). Clearing caches didn’t help (it actually seem to broke the build on developers machines).
Please help us, I am out of ideas.