Change dev store in shopify app project

Hello. I used shopify cli to create a shopify app project, and this app link to a dev store in partner account A. Now i want to use this project to create the same app on another partner account B. i use shopify app config link to link my project to partner B, and the configuration in my project was updated accordingly - except the dev store (it still use the dev store in partner A). Is there any way to change the dev store? Thanks in advance

Did you update url in toml file for the dev_store_url variable?

Now i want to use this project to create the same app on another partner account B.

You can run shopify app dev --reset to update shopify.app.toml properly.
shopify app config link is better fit when you want to link app on same partner account.

1 Like