I created an embedded Shopify app and i am trying to run it on localhost.
When i install it on http://www.localhost:3000/login
it redirects me to the admin panel even though i set my redirect link to
http://localhost:3000/auth/shopify/callback
I want to know how i can get it working locally.