Only happens in Google Chrome, other web browser like Firefox does not have this issue.
After initial load of the app, move the mouse cursor to the address bar of the web browser, and press Enter (or Return key on the Mac) , then see the app goes into a redirect loop.
Also happens if I install app from Shopify App Store, demo video of installing Shopify official Retail Barcode Label app : CleanShot 2026-02-04 at 11.59.40
This also affects links in the embed app, if the link target is “_parent” or “_top” , that links to other page of the app, clicking the link will result in the same endless redirect loop.
Just so happen my app was being reviewed by a reviewer when this issue happens, and I got a warning to fix my app within one week, I wish I could fix this.
I don’t want my app to be demoted / unlisted if Shopify doesn’t fix it within a week
Hello I’m seeing this issue now too, it’s actually a fairly major issue as it seems to be also affecting the returnUrl for the AppSubscriptionCreate GQL method, which is needed to setup billing for new merchants installing our app.
@Bill-Shopify can you look into this as soon as you can? My app will be demoted / unlisted in 7 days if this issue is not fixed, or can you inform the App Store Review team that this issue is caused by Shopify and not caused by my own app? thank you
I am experiencing the same issue. Seems like a very serious problem. In my case, reloading the page just once is enough to put it in the loop. The loop ends after 4-5 reloads, sometimes more. I am not sure if this is consistent, but whenever I open the network tab to inspect it, it does not happen, super strange.
I am also facing similar issue, once the billing is approved it is supposed to redirect to the app, but its redirecting to /admin?dialog=true after few loops
@soulchild Can you try to open network tab in the browser and check on `Disable cache`, then reload the page? If the problem goes away, can you load admin as normal without opening network tab?
Yes I have tried enable “Disable cache” , and reload the page , and also tried clicking link inside the app (that links to other page of the app), and it works without problem.
After loading successfully, I closed the network tab, and the issue starts appearing again.