vaadin / starters

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

Problem creating new starter #167

Closed andre1202 closed 5 months ago

andre1202 commented 5 months ago

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

This was the configuration used:

{
  "applicationConfiguration": {
    "projectName": "My App",
    "groupId": "at.co.lechtaler",
    "vaadinVersion": "v24.4",
    "codeGeneration": "REACT",
    "dockerConfiguration": true,
    "kubernetesConfiguration": false,
    "alwaysGenerateBackend": true,
    "javaVersion": 21,
    "access": "PUBLIC",
    "experimentalFeatures": [],
    "git": true,
    "runOnRandomPort": false,
    "artifactId": "vaadin-basics",
    "sizingFeatureEnabled": true,
    "database": "MARIADB",
    "packageManager": "NPM",
    "generatedProjectId": "2be81159-3cc3-41dd-8502-8282972bb48f"
  },
  "theme": {
    "componentStyles": {},
    "variant": "light",
    "styles": ""
  },
  "views": [
    {
      "name": "Main",
      "type": "menu-on-top-layout",
      "route": "",
      "entityId": -1,
      "children": [
        {
          "id": 2,
          "name": "Hello World",
          "type": "hello-world-view",
          "route": "hello-world",
          "icon": "globe-solid",
          "entityId": -1,
          "children": [],
          "generateTestData": false,
          "generateUrlTemplate": false,
          "codeGeneration": "JAVA"
        }
      ],
      "generateTestData": false,
      "generateUrlTemplate": false,
      "id": 0
    }
  ],
  "entities": []
}
MarcinVaadin commented 5 months ago

New version with fix deployed. Please retest. Thank you for submitting issue!