-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
unstableAny issue that relates to the unstable/next branchAny issue that relates to the unstable/next branch
Description
Branch: next
When following the sy init setup flow, selecting an existing theme from the interactive prompt fails with the error:
"You must select at least 1 theme"
test-init-14-04-25 sy init
ββ Syncify ~ 10:50:16
β
β v1.0.0-unstable.0
β
β Hello Hacker π
β
β Projects require Shopify API Authorization tokens. Store them in a .env file on
β a per project basis, or for a more secure, file-free option, use the Syncify
β keychain. The keychain bcrypts tokens on your system and auto-loads them
β on-demand during development.
β
β Storage Method: β env
β Shopify Domain: β ****.myshopify.com
β API Admin Token: β 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
β Target Storage: β package.json
β Theme Targets: β select
β Select Themes: ?
β You must select at least 1 theme
β
β β Dawn updated 6 months ago
ββ β Theme updated 7 months agoSteps to Reproduce
- Run
sy init - Complete the prompts:
- Choose
envstorage method - Enter Shopify domain (e.g.
store.myshopify.com) - Enter valid Admin API token
- Select
package.jsonfor config
- Choose
- At theme selection, attempt to choose any existing theme (hitting enter)
- Observe error message
Expected Behavior
Should successfully accept the selected theme and continue initialization.
Potential Fix
It looks like you have a hint to "Press spacebar to select" here but it's not shown as you can see above.
Metadata
Metadata
Assignees
Labels
unstableAny issue that relates to the unstable/next branchAny issue that relates to the unstable/next branch