vaadin / starters

Issue repository for all the starter projects in https://vaadin.com/start
3 stars 0 forks source link

Problem creating new starter #153

Closed victorzanin closed 11 months ago

victorzanin commented 11 months ago

I was unable to download my application from start.vaadin.com.

This was the configuration used:

{
  "applicationConfiguration": {
    "projectName": "cine-x",
    "groupId": "br.com.cinex",
    "vaadinVersion": "v24",
    "codeGeneration": "JAVA",
    "dockerConfiguration": false,
    "kubernetesConfiguration": false,
    "alwaysGenerateBackend": false,
    "javaVersion": "17",
    "access": "PUBLIC",
    "experimentalFeatures": [],
    "git": false,
    "runOnRandomPort": false,
    "artifactId": "br.com.cinex.main",
    "sizingFeatureEnabled": true,
    "generatedProjectId": "9f11592f-4463-4340-a24d-69db2fc3d4d5"
  },
  "theme": {
    "componentStyles": {},
    "variant": "dark",
    "styles": "    html {\n      --lumo-line-height-m: 1.4;\n      --lumo-line-height-s: 1.2;\n      --lumo-line-height-xs: 1.1;\n      --lumo-border-radius-s: calc(var(--lumo-size-m) / 6);\n      --lumo-border-radius-m: calc(var(--lumo-size-m) / 2);\n      --lumo-border-radius-l: var(--lumo-size-m);\n      --lumo-size-xl: 3rem;\n      --lumo-size-l: 2.5rem;\n      --lumo-size-m: 2rem;\n      --lumo-size-s: 1.75rem;\n      --lumo-size-xs: 1.5rem;\n      --lumo-space-xl: 1.875rem;\n      --lumo-space-l: 1.25rem;\n      --lumo-space-m: 0.625rem;\n      --lumo-space-s: 0.3125rem;\n      --lumo-space-xs: 0.1875rem;\n--lumo-font-family: PT Sans;\n\n    }\n",
    "fontFamily": "PT Sans"
  },
  "views": [
    {
      "name": "Main",
      "type": "menu-on-left-layout",
      "route": "",
      "entityId": -1,
      "children": [
        {
          "id": 3,
          "name": "Admin",
          "type": "empty-view",
          "route": "admin",
          "icon": "tags-solid",
          "entityId": -1,
          "access": "",
          "children": [],
          "generateTestData": false,
          "generateUrlTemplate": false
        },
        {
          "name": "Cartaz",
          "type": "hello-world-view",
          "route": "cartaz",
          "entityId": -1,
          "children": [],
          "generateTestData": false,
          "generateUrlTemplate": false,
          "icon": "film-solid",
          "id": 1
        },
        {
          "name": "Sobre",
          "type": "empty-view",
          "route": "sobre",
          "entityId": -1,
          "children": [],
          "generateTestData": false,
          "generateUrlTemplate": false,
          "icon": "file-invoice-solid",
          "id": 2,
          "access": ""
        }
      ],
      "generateTestData": false,
      "generateUrlTemplate": false,
      "id": 0
    }
  ],
  "entities": []
}
MarcinVaadin commented 11 months ago

Issue assigned for investigation

MarcinVaadin commented 11 months ago

Same issue as in https://github.com/vaadin/starters/issues/157, fix implemented, will be released today.