flow icon indicating copy to clipboard operation
flow copied to clipboard

Uninformative message

Open QNENet opened this issue 3 years ago • 1 comments

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

QNENet avatar Sep 16 '22 19:09 QNENet

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.

mcollovati avatar Sep 19 '22 06:09 mcollovati