Login to Shopify Partners Change redirect_uri with host url

Topic summary

Developers are encountering issues when trying to change the redirect URI in Shopify Partners from a localhost URL (127.0.0.1) to a host/server URL (IP address format).

Main Problem:

  • After generating the login link and selecting an account, users receive an ERR_CONNECTION_REFUSED error
  • The redirect URI needs to be updated from local development to production/staging environment

Resolution Found:
One participant discovered the solution involves deploying the theme app extension directly from the local environment. The process requires:

  • Running specific Shopify app deployment commands
  • Selecting the desired staging or production environment during deployment
  • Ensuring proper store selection during the process

Status: The issue appears resolved for at least one developer who found documentation explaining the deployment workflow. The solution centers on proper deployment procedures rather than manual redirect URI changes.

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

Hi Dev-Team

Can you help me in Shopify partner login change redirect uri

I want to update localhost url http://127.0.0.1:3456/ by host url http://151.106.108.6:3000/

please help me

1 Like

I’m also facing same issue, when I click on generated link it ask for account to login and after selecting it results in ERR_CONNECTION_REFUSED.

I urgently need assistance with changing the localhost URL to a server host URL.
Your prompt help and guidance would be greatly appreciated.
@Shopify_77

Update:

After go through some resource, I got the solution that we have to deploy theme app extension from local. Run this commands from local development environment and make sure during this process, you select desired staging or production shopify app and store