Questions and discussions about using the Shopify CLI and Shopify-built libraries.
I created my Shopify app using their node started template which already has the OAuth flow set up. I submitted my app for review and they came back with the fact that they cannot reinstall the app.
So, when you do an initial install, the URL you do it from would be https://yourapp.com/auth?shop=shop.myshopify.com and this works. But when their support team tests the reinstall, they delete the app and then try to reinstall it through this url: https://yourapp.com/?hmac=....&shop=shop.myshopify.com
The url they are using for reinstall doesn't seem to be hitting the /auth endpoint but rather just /. Is there something I'm missing in the documentation because I don't recall seeing anything where you also have to implement the / endpoint to allow people to install the app.
Let me know if anyone has any recommendations or thoughts!