Redirect_Mismatch, urls are the same

Hi,

I’m busy with the Twitch API since yesterday, had a simple authentication working, with redirect uri:

http://localhost:8000/redirect

Now i’ve changed the redirect uri to:

http://localhost:8000/connect/twitch

And it’s not working anymore.

I’ve change the uri in the twitch app dashboard, and in the requests, but I still get the “Redirect_Mismatch”.

What am I doing wrong?

Thanks!

The redirected URI needs to be exactly the same (character for character), not just point to the same place.
ie http://localhost:8000/connect/twitch is NOT equal to http://localhost:8080/connect/twitch/.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.