Hi
I am developing a public Remix App for Shopify App Market. I am using fly.io for hosting the app.
I submitted the app for review and I got a reply that I need to fix some things and resubmit.
How to continue the development locally? If I run shopify app dev
, it will overwrite URLs in the App Configuration on partners page and application_url in shopify.app.toml
So after I make the changees, I need to restore the fly.io URLs in app configuration and in the .toml, then deploy the app to fly.io, then submit for review? Do I need to run shopify app deploy
before or after fly deploy
?
What happens when the app is in production, and I run shopify app dev
and update the URLs? Will this break the app for users that have it installed?
What is the recommended workflow for local development and publishing new versions, for public app that is hosted on fly.io?
Thanks