vaadin / starters

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

Problem creating new starter #173

Open samie opened 1 month ago

samie commented 1 month ago

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

This was the configuration used:

{
  "applicationConfiguration": {
    "projectName": "CORS Sample",
    "groupId": "org.vaadin.example.cors",
    "vaadinVersion": "v24",
    "codeGeneration": "JAVA",
    "dockerConfiguration": false,
    "kubernetesConfiguration": false,
    "alwaysGenerateBackend": true,
    "javaVersion": "17",
    "access": "PUBLIC",
    "experimentalFeatures": [],
    "git": true,
    "runOnRandomPort": false,
    "artifactId": "vaadin-cors-example",
    "database": "H2",
    "packageManager": "NPM",
    "generatedProjectId": "f7eb7675-85b4-44cf-9549-e4317ff53ce9"
  },
  "theme": {
    "componentStyles": {},
    "variant": "light",
    "styles": ""
  },
  "views": [
    {
      "name": "Main",
      "type": "no-main-layout",
      "route": "",
      "entityId": -1,
      "children": [
        {
          "id": 8,
          "name": "Main",
          "type": "empty-view",
          "route": "",
          "icon": "file",
          "entityId": -1,
          "children": [],
          "generateTestData": false,
          "generateUrlTemplate": false,
          "codeGeneration": "JAVA"
        }
      ],
      "generateTestData": false,
      "generateUrlTemplate": false,
      "codeGeneration": "JAVA",
      "id": 7
    }
  ],
  "entities": []
}
MarcinVaadin commented 1 month ago

I have no idea why, but changing groupId from org.vaadin.example.cors to org.vaadin.example solves the issue. Deeper investigation required.