Hi shopify,
I’m encountering an issue with an API call in a custom Node.js app integrated with my Shopify store. Specifically, the problem arises when trying to create a checkout session using the Shopify AP
- Error Received: “Redirected 10 times. Aborting” and “Response code 401 (Unauthorized)”
What I’ve Done:
- Tried using different Shopify API versions.
- Checked the request format and parameters.
This is the specific segment of my Node.js server code where I’m attempting to create a Shopify checkout session. I’m encountering errors related to redirection and unauthorized access. Any insights into what might be causing these issues or how to resolve them would be greatly appreciated:
Thanks!