-
Notifications
You must be signed in to change notification settings - Fork 136
Oauth error invalid_request: The redirect_uri is not whitelisted #109
Comments
I just installed it too. It looked like I had a "/" too much in the redirect_uri. |
I double checked my call and I dont think Im having a extra "/". I am getting a new error and maybe this is the cause. Im getting a 404 Error GET /favicon.ico not found. |
@artem-alek The Whitelisted redirection URL(s) should be { HOST }/auth/shopify/callback and not {HOST}/shopify/auth/callback. Note the 'auth' is before 'shopify' in the url. |
@vmundhra I double checked and added that path too on the whitelist of partners, and still having the issue. I noticed that my web pack is returning /shopify/auth?shop={HOST} and is getting a 304. Not sure what else I can do. |
Any update about that? Same issue here |
Same issue here, im afraid. Tried /auth before and after /shopify on the callback url without luck. I'm seeing: However, my app was setup with a public address https://xxx.localtunnel.me/ UPDATE I also confirm that the correct callback url to be whitelisted is: {HOST} |
I solved this issue on shopify-express package. See: Shopify/shopify-express#82 |
@juanpprieto yes my issue was with the .env too. I had the correct address, but I forgot to add |
Is the problem that it should be 'https' but you use 'http'? |
Is the problem that it should be 'https' but you use 'http'? |
Closing because this project is now deprecated. |
After following all the directions and use ngrok. I have the install page showing but after entering my shop url I get a opps something went wrong "Oauth error invalid_request: The redirect_uri is not whitelisted". I am unable to get past the install page. I have checked all my redirect in Shopify partner and all of it is following '{HOST}/shopify/auth/callback'. Anyone else have had issues with this or know what the next step fix is?
The text was updated successfully, but these errors were encountered: