I had this error in a login with twitch api. “Parameter redirect_uri does not match registered URI”.
Is anyone else having this issue, is there a known bug right now?
I had this error in a login with twitch api. “Parameter redirect_uri does not match registered URI”.
Is anyone else having this issue, is there a known bug right now?
Doublecheck the “OAuth Redirect URLs” from your app in the twitch dev console. The message tells you, that the URLs from the dev console don’t match the URL you are using in your app.
yes. I will check again. thank you.
If you still get problems, please share more details
You should also ensure that when you are passing the redirect URI to the oAuth entry point you are correctn URI Encoding it as part of the URL.
Currently it is worked. thanks for your help.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.