Questions and discussions about using the Shopify CLI and Shopify-built libraries.
Hi,
Through the app development I am used to running "npm run dev" as mentioned on the Shopify tutorial. It usually asked me to press any key to log in to my partners account and when I pressed any key, it took me to the login page and eerything worked well.
Recently I am being asked to create a Shopify Partners organization through the cli and when I press any key it takes me to a signup page. I am not getting any login option to an existing shopify partners account. Even when I create a new account as it looks like it wants me to, I am getting an error message on the cli that says:
"
Couldn't find your Shopify Partners organization
Have you confirmed your accounts from the emails you received?
"
After I get a confirmation email that I created the account of course.
How can I fix that?
Solved! Go to the solution
This is an accepted solution.
Hi AGab,
When testing the Shopify CLI versions 3.20.1 and 3.23.0 the 'npm run dev' command is working ok when connecting to the Partner Dash, so some ideas that come to mind assuming you're using the 3.x series of the CLI are:
Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
This is an accepted solution.
Hi AGab,
When testing the Shopify CLI versions 3.20.1 and 3.23.0 the 'npm run dev' command is working ok when connecting to the Partner Dash, so some ideas that come to mind assuming you're using the 3.x series of the CLI are:
Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
After facing the same issue again, I can confirm that running 'npm run shopify auth logout' has solved the problem. Thank you!