vaadin / starters

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

Problem creating new starter #174

Open email2ajit opened 1 month ago

email2ajit commented 1 month ago

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

This was the configuration used:

{
  "applicationConfiguration": {
    "projectName": "My App",
    "groupId": "com.example.application",
    "vaadinVersion": "v24",
    "codeGeneration": "JAVA",
    "dockerConfiguration": false,
    "kubernetesConfiguration": false,
    "alwaysGenerateBackend": true,
    "javaVersion": "21",
    "access": "PUBLIC",
    "experimentalFeatures": [],
    "git": true,
    "runOnRandomPort": false,
    "artifactId": "my-app",
    "sizingFeatureEnabled": true,
    "packageManager": "NPM",
    "database": "H2",
    "generatedProjectId": "d1af6643-1f88-4874-b82d-5520a09f71f6"
  },
  "theme": {
    "componentStyles": {},
    "variant": "light",
    "styles": ""
  },
  "views": [
    {
      "name": "Main",
      "type": "menu-on-left-layout",
      "route": "",
      "entityId": -1,
      "children": [
        {
          "id": 1,
          "name": "main",
          "type": "custom-view",
          "route": "",
          "icon": "pencil-ruler-solid",
          "entityId": -1,
          "children": [],
          "generateTestData": true,
          "generateUrlTemplate": false,
          "codeGeneration": "JAVA",
          "componentModel": {
            "type": "layout-column",
            "parameters": {
              "gap": "m",
              "padding": "m"
            },
            "children": [
              {
                "type": "layout-row",
                "parameters": {
                  "gap": "m"
                },
                "sizingParams": {
                  "width": {
                    "mode": "fill",
                    "styles": {
                      "width": "100%"
                    }
                  },
                  "height": {
                    "mode": "hug",
                    "styles": {
                      "height": "min-content"
                    }
                  }
                }
              },
              {
                "type": "layout-column",
                "parameters": {
                  "gap": "m",
                  "padding": "m"
                },
                "sizingParams": {
                  "width": {
                    "mode": "fill",
                    "styles": {
                      "width": "100%"
                    }
                  },
                  "height": {
                    "mode": "fill",
                    "styles": {
                      "flex-grow": "1"
                    }
                  }
                }
              },
              {
                "type": "layout-row",
                "parameters": {
                  "gap": "m"
                },
                "sizingParams": {
                  "width": {
                    "mode": "fill",
                    "styles": {
                      "width": "100%"
                    }
                  },
                  "height": {
                    "mode": "hug",
                    "styles": {
                      "height": "min-content"
                    }
                  }
                }
              }
            ],
            "sizingParams": {
              "width": {
                "mode": "fill",
                "styles": {
                  "width": "100%"
                }
              },
              "height": {
                "mode": "fill",
                "styles": {
                  "flex-grow": "1"
                }
              }
            }
          }
        }
      ],
      "generateTestData": false,
      "generateUrlTemplate": false,
      "codeGeneration": "REACT",
      "id": 0
    }
  ],
  "entities": []
}
MarcinVaadin commented 1 week ago

I've just checked that configuration and it works, could you please recheck?