hey there,
all I get is both images displayed below each other, as if i was using a vertical layout. No error message or so.
I package as JAR via spring boot 2.6.6 on vaadin 14.8.6
hey there,
all I get is both images displayed below each other, as if i was using a vertical layout. No error message or so.
I package as JAR via spring boot 2.6.6 on vaadin 14.8.6
Hi, it seems to be an issue with whitelisted property. Make sure to add this value: com.flowingcode
to the vaadin.whitelisted-packages
property in your application.properties
file.
Regards.