The redirect_uri is not whitelisted :(

I have an app setup in the Dev Dashboard. Its installed in my dev store. etc.

When trying to authenticate to that App, I always get the ‘Oauth error invalid_request: The redirect_uri is not whitelisted’ message returned

I have read through the following posts but comparing my setup to what the fixes were in them, everything looks grand.

Can’t complete OAuth install — redirect_uri and application URL must have matching hosts - Authentication & Access - Shopify Developer Community Forums

Oauth error invalid_request: The redirect_uri is missing - Authentication & Access - Shopify Developer Community Forums

So here is what I have

The published version of the app.

The toml version of the app downloaded.

and finally the URL I am calling, decoded and made easier to read.

I have double and triple checked the ClientID and it matches exactly.

Based on the information I am showing, anyone got an idea what its saying the redirect url isn’t whitelisted? Oh an your are going to have to trust that the blurred out bits are all correct and matching :slight_smile:

sigh shopify app dev clean fixed it. Found that command in another opst somewhere.

This did it for me, thank you. I wonder why a dev session ignores the redirect urls listed in the config though. Do you know if that’s the case?