What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Couldn't find App with apiKey - shopify cli

Solved

Couldn't find App with apiKey - shopify cli

l000p
Shopify Partner
5 2 1

I have created a Shopify app named "My_Shopify_App" via the instructions here.
I deleted the application that was created in my partner's account.

Deleted the local files on my PC.

Created a new application with:

npm init @shopify/app@latest 

The name used was the same as the previously deleted application.

Using:

npm run dev

Shopify CLI complains with:

 Couldn't find App with apiKey 43ca1debf6792ef67ba593b742ce5b30.

Creating a new application with a different name completes and starts normally.

 

 

 

Accepted Solution (1)

l000p
Shopify Partner
5 2 1

This is an accepted solution.

I have reported this as an issue in the repo of Shopify/cli.
You should now receive a suggestion on what you can do to resolve the inconvenience.
Update your CLI to latest. If you are not running on the latest there is an answer in the issue thread how to resolve it.

View solution in original post

Replies 2 (2)

talymo
Shopify Partner
2 0 0

Had the same issue and creating a new application with a different name solved it.

 

l000p
Shopify Partner
5 2 1

This is an accepted solution.

I have reported this as an issue in the repo of Shopify/cli.
You should now receive a suggestion on what you can do to resolve the inconvenience.
Update your CLI to latest. If you are not running on the latest there is an answer in the issue thread how to resolve it.