Hi all! I have an App, published and verified by Shopify and also installed by some customers.
Recently the Shopify decommissioned this App because the URL (this app was deployed in a Heroku’s infrastructure)…
The argument was ok, the first url was something like: “https://myappnameSHOPIFYapp.herokuapp.com” and the word “shopify” could not be used anymore.
No problem at all ! I changed the Heroku’s url to “http://myappname.herokuapp.com” and also changed the App Setup like the picture bellow.
But even with this updated, when I try to test this App in a development store the error “Oauth error invalid_request: The redirect_uri is not whitelisted” is throws.
I’ve checked the URL that throws this exception and I could see this:
“https://fabio-development-test.myshopify.com/admin/oauth/authorize?client_id=c955c27b8e9b8fab5dd40918fcce8716&scope=write_products%2Cwrite_customers%2Cwrite_draft_orders%2Cread_orders&redirect_uri=https%3A%2F%2Fmooveshopifyapp.herokuapp.com%2Fauth%2Fcallback&state=310186944356540&grant_options%5B%5D=per-user”
As you guys can see, the “redirect_uri” parameter isn’t updated (even after updated at App Setup).
If I replace mannualy this parameter to the new url, everything works fine.
(looks like a kind of cache, but of course, I’m not sure)
Anybody has any idea how to fix this?
Very best regards,
