Hi everybody,
I’m trying the full calendar with V14 in NPM mode, Vaadin 14.1.5 and Spring Boot 2.2.1. When running in development mode everything seems to work fine. At bit slower than in compatibility mode (but this may be because it’s in development mode).
However, if I try to package and deploy in production mode, nothing shows up where the calendar should be. No errors in Java or browser console. Same pattern for both Safari and FF.
I tried with and without @EnableVaadin, but it didn’t make a difference either way.
Has anyone else experience this / has anyone else deployed the calendar in production mode with Spring Boot?