Failed Login : Unable to issue redirect for OAuth 2.0 transaction

const authConfig = {
domain: ‘dev0.com’,
clientId: ‘POie2dqPzD’,
authorizationParams: {
redirectUri: ‘http://localhost:3000/callback’,

}

};

import { Auth0Provider } from ‘@auth0/auth0-react’;
import authConfig from ‘./auth0-config’;

const AuthService = ({ children }) => {
return (

{children}

);
};

export default AuthService;

Hi @enoch.georgemuller,

Welcome to the Auth0 Community!

Was there a question or something I can help you with?

thats the error :
Failed Login : Unable to issue redirect for OAuth 2.0 transaction

@enoch.georgemuller,

I see the error. Could you please provide a brief description of your setup, what is returning the error, or any additional information that could be helpful in troubleshooting.

For your context, that error doesn’t show up in any google searches.

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