App URL and Whitelisted redirection URL(s) fields not found in partner dashboard

Topic summary

Users are struggling to locate the App URL and Whitelisted Redirection URL fields in Shopify’s Partner Dashboard, particularly after UI updates.

Original Solution (2024):

  • Navigate to Partner Dashboard → Apps → Select your app
  • Go to Configuration section (under Build menu)
  • App URL and Redirect URL fields appear there
  • The confusion stemmed from looking at app settings within the app instead of from the Partner Dashboard level

Current Issue (2025):

  • The Configuration location no longer works as described
  • Multiple users report being unable to find the whitelist URL settings

Proposed New Solution:

  • Go to Dev Dashboard → Versions → Create Version
  • Redirect URL fields should now be accessible there
  • This workaround is unverified and awaiting confirmation from other users

The thread remains open as the community seeks verification of the new location for these critical OAuth configuration settings.

Summarized with AI on October 23. AI used: claude-sonnet-4-5-20250929.

Hello, I’m new to @Shopify_77 /shopify-api in nextjs using app router and src directory. I’ve managed to setup OAuth flows (start and callback using route handlers) and used a middleware to start the Oath. I’m using grok locally to create a secure tunnel for my localhost.

On Shopify I have created a development store and an app (which as I understand it is going to be the one to grant access to the nextjs web application)

Where do I set the app URL and redirect URL in the partner dashboard for my app ? on the new UI I cannot see App URL and redirect URL sections in app settings. I might also be looking in the wrong place

In the Shopify Partner Dashboard, you can set the App URL and redirect URL under the “App setup” section.

  1. Go to your app in the Shopify Partner Dashboard.
  2. Navigate to “App setup.”
  3. You’ll find fields to enter the “App URL” and “Allowed redirection URL(s).”

For your development store, set the App URL to your ngrok URL (e.g., https://your-app-name.ngrok.io). For the redirect URL, use the path where your app handles OAuth callbacks (e.g., https://your-app-name.ngrok.io/auth/callback).

Hi

I only see the follow options in my app i do not see app setup, where do i find app setup ?

I was actually looking in the wrong place, i was looking at the settings of the app inside of the app and not from the partner dashboard, once on the partner dashboard click apps and select the app you want, then under build section on the left hand side menu click on configaration then you will see the app url and redirect url sections

Thanks to @EcomGraduates for the reply that lead me searching for app url and redirect url :slightly_smiling_face:

now in 2025 its not like this… how can i white list some urls?

1 Like

did u find any solution yet?

Anyone know where this whitelist has moved too?

ooh actually i may have found it!

Go to your app in Dev Dashboard → Versions → Create Version

Now you should be able to add that re direct url

@Krathosmx @user2149 can you verify?

1 Like