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?
@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.