I am developing a new app, which used an ngrok URL (https://utanvet-ellenor.eu.ngrok.io/api/v2/shopify/setup/install) while developing it, but I would like to update it to the live URL (https://utanvet-ellenor.hu/api/v2/shopify/setup/install).
I deployed new versions of the app with updated application_url
and redirect_urls
, but the app still tries to redirect me to the old setup URL. It seems the old URL is “stuck”.
What can I do to solve this?
Thanks,
Ottó