After migrating to Vaadin 25 my web components works fine in dev but not deployed (prod).
Comparing with Vaadin 24 I no longer see the “generated-flow-imports-XXXXXXX.js” file in the browser dev tools, and I get JS runtime errors about missing functions in the Console.
I suspect it does not pick up the JS files correctly even though the frontend build with Vite does not complain.
I’ll try to see if I can reproduce with a smaller example…
