Yes, I set it up via the Theme Access app with the help of live support. Later, when I tried to connect using the password obtained via the link sent to my email, I encountered this error. I don’t have second account just 1 email for everything but maybe it got confused because I logged in with google
I’m new to the Shopify ecosystem, and I currently have only one store. It’s using my own domain. I’m wondering if there might be some confusion between my custom domain and the myshopify.com domain.
If I want to start over from scratch using my local theme files, what steps should I follow?
If you’re working on your own store you don’t need the Theme Access app at all. Instead run your command and authenticate through the default CLI flow.
The domain that you pass to --store needs to be your myshopify.com domain, not your custom domain.
You can continue to use the Theme Access app if you want. Just make sure that you pass your myshopify.com domain.
But when I log in using the same email address on the login page that appears after this command
shopify theme info --store DOMAIN_NAME.myshopify.com
I got this error
╭─ error ───────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ You are not authorized to use the CLI to develop in the provided store: DOMAIN_NAME.myshopify.com │
│ │
│ Next steps │
│ • Ensure you have logged in to the store using the Shopify admin at least once. │
│ • Ensure you are the store owner, or have a staff account if you are attempting to log in to a dev store. │
│ • Ensure you are using the permanent store domain, not a vanity domain. │
│ │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
I have the issue as well, so far only noticed it on one store that I am collaborating on. I do not get the issue on other stores I’ve worked on within the same day.
I tried auth logout and auth loginbut with no luck. It is a live store, so no password. I also tried login into the store through the Dev Dashboard in case the login was expired, still no luck.
I only work through the CLI, so no access token within the shopify.theme.toml file
Under Domains in my Shopify admin, there were two different Shopify domains: one was custom_domain.myshopify.com, and the other was random_string.myshopify.com.
I changed the command to:
shopify theme info --store random_string.myshopify.com