Can't get any demos working

I’m able to get a bit farther. I’m getting a new error. OAuthError: response type not supported. I see someone else had this issue: Okta-react does not seem to support response_type == code

I tried to change my response type to just token:

authParams: {
responseType: [‘token’],
issuer: config.oidc.issuer,
display: ‘page’,
scopes: config.oidc.scope.split(’ '),
It didn’t make a difference.