Oauth2 Error with redirect URI

https://localhost/error=redirect_mismatch&error_description=Parameter+redirect_uri+does+not+match+registered+URI&state=XKMG4f6wW2Prz5NigK9wbMTs

Getting this error when running on a local host. “failed to create a secure connection”. We set our base URI in the extension to “https://localhost:3000/”.

In our index.js file we set our call back URL to “https://localhost:3000/auth/twitch/callback”. We are using the Node.js example from “Twitch dev authentication samples” on github.

Did you set up a SSL Cert?

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