Open panoply opened 12 months ago
When looking up discount codes shopify.discountCode.lookup({ code: 'XXX' }) Shopify will pass in redirect to the location header automatically. GOT follows redirects resulting in a MaxRedirectsError.
shopify.discountCode.lookup({ code: 'XXX' })
MaxRedirectsError
Seems that the issue happens when using node v18, it works fine with v16 and v20.
When looking up discount codes
shopify.discountCode.lookup({ code: 'XXX' })
Shopify will pass in redirect to the location header automatically. GOT follows redirects resulting in aMaxRedirectsError
.