vaadin / starters

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

Problem creating new starter #161

Closed vk4arm closed 4 months ago

vk4arm commented 5 months ago

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

This was the configuration used:

{
  "applicationConfiguration": {
    "projectName": "УПП/УЛКГ",
    "groupId": "com.example.application",
    "vaadinVersion": "v24",
    "codeGeneration": "JAVA",
    "dockerConfiguration": false,
    "kubernetesConfiguration": false,
    "alwaysGenerateBackend": true,
    "javaVersion": "17",
    "access": "PUBLIC",
    "experimentalFeatures": [],
    "git": true,
    "runOnRandomPort": false,
    "artifactId": "my-app",
    "sizingFeatureEnabled": true,
    "packageManager": "NPM",
    "database": "H2",
    "generatedProjectId": "01ce4b43-dd03-4c0a-9ea4-176a07139f49"
  },
  "theme": {
    "componentStyles": {},
    "variant": "light",
    "styles": ""
  },
  "views": [
    {
      "name": "Main",
      "type": "menu-on-top-layout",
      "route": "",
      "entityId": -1,
      "children": [
        {
          "id": 3,
          "name": "справочник",
          "type": "list-view",
          "route": "data-grid",
          "icon": "th-solid",
          "entityId": -1,
          "children": [],
          "generateTestData": true,
          "generateUrlTemplate": false,
          "codeGeneration": "JAVA"
        }
      ],
      "generateTestData": false,
      "generateUrlTemplate": false,
      "id": 0
    }
  ],
  "entities": []
}
Artur- commented 4 months ago

This is somehow related to the application name. Changing the name to "aaa" produces this: aaa.zip