View Constructor with Dependency Injection throws NPE
问题 Yesterday I pushed my new Vaadin 13 Spring application to my server. When I then opened my app in the browser, the login and the dashboard view worked fine, but whenever I tried to navigate to a View that has a constructor with injected dependencies, it threw a NullPointerException. This never happens to me when I run the app locally! I am at a total loss here and have no idea how to fix this. I have tried all possible variations how to annotate the injections for the view constructor. They