I downloaded basic project from this page as suggested and open with intellij + installed plugin.
How can i open Vaadin Designer for the first time? Which button i should click or smth? I never get my prompt page to verify or enter my subscruption.I dont know how to start my UIDesigner.
I have tried to uninstall designer plugin and delete ~/.vaadin directory but still dont now how to start UI Designer.
I get Intellij 2024.1 but plugin says compatible until 20.23.36
I realiazed after i see lot of error in idea.log
2024-04-06 19:30:53,692 [ 219845] SEVERE - #c.i.o.o.e.ConfigurableWrapper - IntelliJ IDEA 2024.1 Build #IU-241.14494.240
2024-04-06 19:30:53,692 [ 219845] SEVERE - #c.i.o.o.e.ConfigurableWrapper - JDK: 17.0.10; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2024-04-06 19:30:53,692 [ 219845] SEVERE - #c.i.o.o.e.ConfigurableWrapper - OS: Mac OS X
2024-04-06 19:30:53,692 [ 219845] SEVERE - #c.i.o.o.e.ConfigurableWrapper - Plugin to blame: Vaadin Designer version: 4.6.25
2024-04-06 19:30:53,693 [ 219846] SEVERE - #c.i.o.o.e.ConfigurableWrapper - No display name specified in plugin descriptor XML file for configurable com.vaadin.designer2.intellij.settings.ProjectSettingsConfigurable;
specify it using 'displayName' or 'key' attribute to avoid necessity to load the configurable class when Settings dialog is opened [Plugin: com.vaadin.designer2.intellij]
com.intellij.diagnostic.PluginException: No display name specified in plugin descriptor XML file for configurable com.vaadin.designer2.intellij.settings.ProjectSettingsConfigurable;
specify it using 'displayName' or 'key' attribute to avoid necessity to load the configurable class when Settings dialog is opened [Plugin: com.vaadin.designer2.intellij]
at com.intellij.openapi.options.ex.ConfigurableWrapper.getDisplayName(ConfigurableWrapper.java:156)
at com.intellij.openapi.options.ex.Weighted.lambda$static$0(Weighted.java:26)
at java.base/java.util.TimSort.binarySort(TimSort.java:296)
at java.base/java.util.TimSort.sort(TimSort.java:221)
at java.base/java.util.Arrays.sort(Arrays.java:1307)
at java.base/java.util.ArrayList.sort(ArrayList.java:1721)
Regarding opening in the browser, have you tried to disable appropriate setting? It could be found at File->Settings->Vaadin Designer->Browser settings->Enable Chrome editor.
After struggling with this issue, I found a workaround that worked for me. Open the file-view.ts file located in the /frontend/generated/jar-resources/src/views/ folder. Surprisingly, this file opens with the components loaded. After doing this, I was also able to load the original source file in the designer (both chrome and intellij)