Hi, sorry for lots of inquiries, i have just prepared my code to query using offset parameter to have the value of Y coordinate +1, i did not encounter any compile error or whatsoever, however when i try to run the spring boot application, i encounter this error.
java.io.UncheckedIOException: Failed to create directory ‘\Users\cape\Code\infinite-grid\Users\cape\Code\infinite-grid\target\frontend’
i am using vaadin 14 in my pom.xml.
Do you have any ideas what might be causing this? i have already tried rebuilding the application and some other SOPs to troubleshoot but to no avail.
It is trying to access my local filesystem and apparently this is caused by https://github.com/vaadin/flow/issues/6336 when building in dev mode. Looks like there is a fix for later versions of Flow, but I’ll make a 0.6 version of InfiniteGrid to workaround this.