flow
flow copied to clipboard
Uninformative message
Description of the bug
Attempt to run vaadin-flow-karaf-example (https://github.com/vaadin/vaadin-flow-karaf-example) with version 23.2.0 in production mode without suitable license produces an uninformative message. "The BROWSE action is not supported on the current platform!"
Expected behavior
Produce a meaningful message
Minimal reproducible example
N/A
Versions
- Vaadin / Flow version: 23.2.0
- Java version: liberica 17
- OS version: Linux Mint 20 Cinnamon
- Browser version (if applicable): any
- Application Server (if applicable):
- IDE (if applicable): Intellij community 2022.2
Hi, thanks for reporting. License should be checked at runtime only on development mode. How are you building and running the application?
For example, if I run mvn -pl main-ui clean install -Prun -Dvaadin.productionMode=true in a headless environment, no checks are performed at runtime.