Error al inciar la demo de Vaadin 10

Buenas, estoy intentando usar la demo con el IDE Intellij y continuamente me devuelve el sigueinte error:

There was an exception while trying to navigate to ‘login’ with the exception message ‘Error creating bean with name ‘com.denomatic.ui.view.login.LoginView’: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.denomatic.ui.view.login.LoginView]
: Constructor threw exception; nested exception is java.lang.IllegalStateException: Can’t find resource ‘frontend://src/login/bakery-login.html’ via the servlet context’

Sé que es un tema de rutas, pero soy incapaz de solventarlo.
Muchas gracias!

Hola, si te refieres a
Bakery App
con Vaadin 10, lo estás ejecutando con Maven?

mvn spring-boot:run Puedes crear una “run configuration” en IDEA (o cualquier otro IDE) para el comando anterior.

Recuerda que en el momento Vaadin 10 está en “Developer Preview”! No es una versión lista para producción aún.