Hi_ I'm trying to setup my local environment with ThemeKit and I continue to get the following error:
Invalid configuration: invalid theme_id,invalid store domain must end in '.myshopify.com'
despite have the correct url in place. here's what i'm running
theme configure --password=[I have this ready] --store=[https://master-tool-machine-ergonomics.myshopify.com] --themeid=[165366476]
Take out the protocol from your store param (https://)
When I do so I still get the following message:
09:53:25 Invalid configuration: invalid theme_id,invalid store domain must end in '.myshopify.com'
Are you including those brackets?
Take out the square brackets and now that you have shown your password publicly you will have to revoke that private app and create a new one.
done and done! thank you that worked.
tuve el mismo problema, a mi me funciono poner el siguiente codigo: theme get --list -p=password -s="shop-url.myshopify.com"
@Deltaspectro take out the " from your shop flag.
@tanema it works for me only with the quotes
I removed the brackets haha. Forgot to do that. Also, password and the url shouldn't be wrapped with quotes.
@tanema it works for me only with the quotes
Same for me. Works with quotes only
Make sure you are in the right folder, if you aren't you will get invalid environment [development]: (missing store domain,missing password). Just figured it out
Make sure you are in the right folder, if you aren't you will get
invalid environment [development]: (missing store domain,missing password). Just figured it out
@joe-bb you saved my life.
Most helpful comment
Take out the square brackets and now that you have shown your password publicly you will have to revoke that private app and create a new one.