Immediately redirects to app UI after authentication

Getting an error for “Immediately redirects to app UI after authentication”

I tested and the app redirects to the app page after install. Here is the link it is redirecting to…

admin.shopify.com/store/{handle}/apps/{client_id}”

The reviewer included a video but I am not sure what they are trying to show me.

Hey @Doesthisthingwork,

The reviewer’s video shows the redirect landing on the app listing page after the merchant approves permissions, rather than opening the app directly. That’s what’s failing the check. The fix depends on your auth setup.

If you are using the authorization code grant, Step 5 of the docs covers the redirect requirements for both embedded and non-embedded apps.

If you are using managed installation, the redirect behavior is handled differently: managed installation docs.