Hi Great Add-On ! But there is something wrong with my project. i use late

Hi Great Add-On !

But there is something wrong with my project. i use latest version of vaadin 14.1.18 and latest version of add-on 2.0.1.

both development and production mode editor doesnt show up.

ps. there is no spring security loading error on page. i am adding ss of it.

Any ideas ?

best regards
18143396.png

Sorry … i gues it was my internet or something.

I was able to fix this issue by removing:

target
node_modules
package-lock.json
Then I followed it up by a clean install -> Issue solved.

mvn clean install -DskipTests
mvn clean package -Pproduction -DskipTests
mvn spring-boot:run

it was exactly same solution for npm install fails.