Hello,
I followed this tutorial
https://vaadin.com/docs/-/part/framework/themes/themes-compiling.html
for compile mytheme. I choose maven, so only added the lines specified in the tutorial. I changed @Theme for “mytheme” . In this UI there is only two buttons. Unfortunalty the browser show me only the captions. With F12 on Firefox a red label warns me “stylesheet could not be loaded http://localhost:8080/VAADIN/themes/mytheme/style.css?v=7.6.3” I wrote nothing into mytheme.scss there is the default content.
Then tried another way, compiling the sass with ‘‘mvn vaadin:compile-theme’’ in the …/mytheme directory. Result: BUILD SUCCESS and style.css appears. I recompiled the code and restart the Application, but the same error is thrown. Style sheet not loaded and no buttons, only their captions (see first attachement)
Note: I use vaadin with springboot. It worked well in the past when I used vaadin-archetype-application with spring annexed.
On the second image we see that mytheme was loaded.
I browsed the forum but no topic talks about this issue.
Thanks