Hi everyone,
I am trying to install the custom app to the live store via the Merchant install link. First, I deployed the theme extension code via “Shopify-CLI” and generated the merchant link from my partner account.
By default the app URL is “https://example.com” While we are testing the app changes with the development store with different partners Shopify CLI a Cloudflare tunnel URL will be generated for everything on the terminal and the respective tunnel URL will be assigned as the APP URL automatically.
So I tried to host my app code from my AWS server like what I did for the development store in order to get the APP URL but this partner account doesn’t have a development store and has only one live store with paid plan. So when I execute the “npm run dev – --tunnel-url https://my-domain:PORT” command the Shopify CLI throws an error as “Looks like you don’t have a dev store in the Partners org you selected. Keep going — create a dev store on Shopify Partners”.
Now, How do I need to proceed further and get the App URL for custom app. Also, I checked a lot of references related to Shopify app deployment but does have enough clarity to proceed further.
Any guidance would be greatly appreciated, thanks!