Licensing Issue

Hi,

I have a Pro subscription on my development machine. However, when I tried to deployed on the destination host, the home page shows “This application is using components which are parts of a Vaadin subscription…”. I am using “mvn spring-boot:run” to start application on the destination host. How can I get the licensing issue gone with my deployment.

Best regards,
Joey

Hi Joey. You should package and run your application in production mode when you deploy it, there will then be no license checking.
You can find more information from https://vaadin.com/docs/v14/flow/production/tutorial-production-mode-basic.html or use one of our starters as an example for the configuration.

Cheers

That’s the problem I have. When I packaged it in production mode, it couldn’t run well as ran it with mvn spring-boot:run. I raised this issue in another forum thread, but haven’t got answer yet.

Best regards,
Joey