Hi Alejandro,
I’m starting to migrate my project with your add-on from V13 to v14 using compatibility mode.
In V13 it works fine!
Now when I start y application I have this issue:
[main]
ERROR org.apache.catalina.core.ContainerBase.[Tomcat]
.[localhost]
.
[/] - Exception sending context initialized event to listener instance of class [com.vaadin.flow.spring.VaadinServletContextInitializer$DevModeServletContextListener]
java.lang.IllegalStateException: Running project in development mode with no access to folder '/Users/alejandro/git/report-ui/add-on'.
Build project in production mode instead, see https://vaadin.com/docs/v14/flow/production/tutorial-production-mode-basic.html
at com.vaadin.flow.server.DeploymentConfigurationFactory.verifyFolderExists(DeploymentConfigurationFactory.java:397)
at com.vaadin.flow.server.DeploymentConfigurationFactory.readBuildInfo(DeploymentConfigurationFactory.java:201)
Can you help me to understand where I’m wrong o where the error is?
Thanks
Gianluca