I am new to using Shopify and started to review the creation of the application with Shopify CLI, I followed its steps as per the documentation found:
npm init @Shopify_77 /app@latest
cd “rute”
npm run dev
I followed the steps according to what I found, but when I run this last one I get a series of errors that I really have no idea what it refers to and I would like to know if someone can help me.
I want to make it clear that I am new to this, I created a shopify partners account, I created my normal store which has the following address: tienda-francisco-trustring.myshopify.com the one that comes out in the error is the link
I created my normal store which has the following address: tienda-francisco-trustring.myshopify.com the error is the link of this same store, change when I change the name of the store someone could guide me on what is this error.
Hello, @Colunga !
Based on the error message you provided, it seems that the npm run dev command is attempting to connect to a Shopify store that does not exist or is not accessible to you.
The error message specifically states that it could not find fadeknife.myshopify.com in the organization Tienda de Francisco as a valid store. It is possible that you have specified the wrong store URL or that the store has been deleted or is not accessible from your Shopify Partners account.
To resolve the issue, you can try the following steps:
-
Verify that you have entered the correct store URL. Double-check that you have entered the correct store URL in the Shopify CLI configuration file.
-
Check that you have the appropriate permissions to access the store. Ensure that you have the necessary permissions to access the store. You can confirm this by logging in to your Shopify Partners account and checking that you have access to the store in question.
-
Confirm that the store exists. Make sure that the store actually exists and has not been deleted or deactivated. You can check this by logging in to the store’s Shopify admin panel.
-
Create a new development store. If the store does not exist or is not accessible, you can create a new development store from your Shopify Partners account. To do this, go to the Stores section in your Shopify Partners dashboard and click Add store. Then follow the prompts to create a new development store.
-
Re-run the npm run dev command. Once you have confirmed that you have the correct store URL and the appropriate permissions, you can re-run the npm run dev command to start the development server for your Shopify app.
Hopefully, one of these steps will help you resolve the issue and get your app up and running.
1 Like