diff --git a/routes/shopifyAuth.js b/routes/shopifyAuth.js index 28a7f72..e98bcc8 100644 --- a/routes/shopifyAuth.js +++ b/routes/shopifyAuth.js @@ -570,7 +570,7 @@ function topLevelRedirect(response, shopName, url) { } else { message = JSON.stringify({ message: "Shopify.API.remoteRedirect", - data: { location: window.location.origin + "${url}" } + data: { location: "${url}" } }); window.parent.postMessage(message, "https://${shopName}"); }