Old redirect URL is used while installing app

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ó

Here are several areas you should check:

  1. Partner dashboard configuration, specifically the app_url and allowed redirected url.
  2. Environment variables utilized in your application.
  3. Any hard - coded values in your code.

Oh my… :smiley: So initially I thought I did not hardcoded any domains, but it turned out, I did… :man_facepalming:

Thank you for your help!