We have created a Shopify app which we are testing on our development store. We have configured the \api\auth and \api\auth\callback on our server rather than on the app backend. Our installation process and our theme app extension are working fine.
But we are facing an issue loading the app screen (ie: a welcome page along with some info) of our app on the Shopify store admin page. We are getting errors like “${shop} redirected you too many times.”.
When I am trying to install the app locally (ie: the endpoints are pointed to the app backend) it is working. Is there any way, I can overcome the issue?
I really appreciate any help you can provide.
Hi there!
This is a common issue when sessions aren’t implemented correctly, or you’re using an outdated library.
I’m having a little trouble understanding this sentence though:
We have configured the \api\auth and \api\auth\callback on our server rather than on the app backend
Can you provide a little more context? I suspect this is where the issue is, since it seems to work okay when you’re testing with “your app backend”.
