Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi,
my custom app has this redirect url: https://localhost:44345/...../Callback
But instead of shopify redirecting to the url I set in the options when I run a Merchant install link it gets redirected to https://localhost:44345/?hmac={hmac}&shop={MYSHOP}.myshopify.com×tamp={timestamp}
What is going on? Why I'm redirected to a wrong page and why there is no code?
Shopify doc doesn't hold any information about how I can test app on a localhost
Best regards, Anton.
Solved! Go to the solution
This is an accepted solution.
Hi @najeeba ,
I found a mistake I make. The url I was passing had an invalid parameter. Once I removed it I successfully receive the callback
I tried couple of times and didn't experience any issue so far.
Hi Anton,
Did you find any solution to this issue? I'm having this issue on every alternate installations, ie, it happens in the 1st, 3rd, 5th, ... tries.
hi @najeeba ,
nope, 2 month and still no reply from Shopify team
I sent them an email yesterday, hope they will reply soon
Best regards, Anton
This is an accepted solution.
Hi @najeeba ,
I found a mistake I make. The url I was passing had an invalid parameter. Once I removed it I successfully receive the callback
I tried couple of times and didn't experience any issue so far.
This was my issue. Did not work in Chrome, opened Edge, worked immediately using http://localhost:4000/api/integration/shopify/auth/callback