Trying to install test app to test store but doesn't generate a code in the url

Topic summary

A developer is encountering an issue while installing a test app to handle orders and client information via their API.

The Problem:

  • When clicking “Install App,” they are redirected to their Redirect URL instead of the App URL
  • The redirect includes parameters (hmac, host, shop, timestamp) but is missing the authorization code parameter needed to complete OAuth

Key Question:

  • The developer is unsure whether they need to create another redirect URL or if private apps work differently than public apps in the installation flow

Status: The issue remains unresolved with no responses yet. The missing authorization code prevents the app from completing the OAuth handshake required for API access.

Summarized with AI on November 10. AI used: claude-sonnet-4-5-20250929.

I’m trying to create a test app and i want to handle orders and clients info with my API for testing, but when i click install app i get redirected to my “Redirect URL” insted of my App URL

So in my Redirect url i get the hmac, host, shop and timestamp but i have no code parameter, do i have to make another redirection url or how does this works? Because it seems that private apps works different than public apps

If i try to install the app via
[myurl…]?
hmac=053429b920e915f55074bae447c18a24a96fcbd406ae90bbd7c9f4759d53cee4&host=YDwBAW4uc2hvcGlmeS5jb20vc3RvcmUva29yZGF0YXBydWViYQ&shop=myshoptest.myshopify.com&timestamp=1712875406