Implicit with flow CORS error

The first step of oAuth is to redirect the user to Twitch

This error suggests you are trying to do a fetch or ajax or server side request instead of redirecting.

See this full implicit auth example - Twitch Implicit Auth Example

1 Like