.myshopify.com redirected you too many times


After starting the Shopify app development project and selecting the corresponding store, clicking the link after running the application leads to a webpage, but I keep getting this error. Why is this happening? I’ve already tried clearing the cache, and my account is fine, as it works correctly on my colleague’s computer.

1 Like

Hi @alin_zeng

Would you consider using ngrok? Specify the URL via command in the package.json file, example:“dev”: “shopify app dev --tunnel-url https://xxxxxxxxxxxxxxxx-marx.ngrok-free.dev:8000

Hey @alin_zeng, did the above workaround help?

Our doc here also shows how to run this locally if you want to try that route.