Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Extension creation for existing app return shopify.app.toml error

Extension creation for existing app return shopify.app.toml error

ranjithnm
Shopify Partner
7 0 3

When attempting to create an app extension for an existing app using the npm run shopify app generate extension command, getting an error instructing to address a schema issue in the shopify.app.toml file. any idea about this issue?

Fix a schema error in shopify.app.toml: │
│ [ │
│ { │
│ "code": "invalid_type", │
│ "expected": "string", │
│ "received": "undefined", │
│ "path": [ │
│ "name" │
│ ], │
│ "message": "Required" │
│ }, │
│ { │
│ "code": "invalid_type", │
│ "expected": "object", │
│ "received": "undefined", │
│ "path": [ │
│ "auth"

Reply 1 (1)

cherriecoder
Shopify Partner
14 0 0

Hey! Were you able to solve this? mine says that the shopify.extension.toml file has a schema error 

[ │
│ { │
│ "code": "too_big", │
│ "maximum": 30, │
│ "type": "string", │
│ "inclusive": true, │
│ "exact": false, │
│ "message": "Handle can't exceed 30 characters", │
│ "path": [ │
│ "handle" │
│ ] │
│ } │
│ ]