Open zmzimpl opened 5 months ago
๐ thanks for reporting this issue, this usually happens when the shopify store name is malformed. the command you shared typically would work on mac or linux, but im wondering if windows is not parsing the command correctly. have you been able to use any other CLI command with this store domain exactly as youve typed it?
some other things you can try as well to confirm what we think is happening true:
shopify theme pull
prompt you with a list of themes to choose from ? (it should use your most recent store you authenticated and used a command with)SHOPIFY_FLAG_STORE
return different behavior?This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. โ If there's no activity within a week, then a bot will automatically close this. Thanks for helping to improve Shopify's dev tooling and experience.
P.S. You can learn more about why we stale issues here.
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. โ If there's no activity within a week, then a bot will automatically close this. Thanks for helping to improve Shopify's dev tooling and experience.
P.S. You can learn more about why we stale issues here.
Hi @zmzimpl ๐
We've deployed an improvement to the error messaging here, to make it more clear that the store name or ID is likely incorrect. It will be available on the next minor CLI version release.
If you've confirmed that you have the correct store name/ID, and you've reviewed the steps in @mgmanzella's comments above, let us know.
Hi @zmzimpl, I'm unable to reproduce this. Could you try again on the latest version of the CLI?
Please confirm that you have:
In which of these areas are you experiencing a problem?
Theme
Expected behavior
success login into
Actual behavior
got error: invalid_target
Verbose output
Reproduction steps
shopify theme pull --store xxxxx.myshopify.com
Operating System
Windows 11
Shopify CLI version (check your project's
package.json
if you're not sure)3.60.1
Shell
cmd
Node version (run
node -v
if you're not sure)v18.18.2
What language and version are you using in your application?
No response