Hi all!
I just started with Auth0 to use it in the future for my project and I installed the React Quick Start Project.
I followed the steps to configure everything necessary. I get on the login page but after the registration, I’m redirected to a blank page with the message “Oops… Unauthorized”
is the auth_config.json the only file to configure?
{
“domain”: “dev-######.uk.auth0.com”,
“clientId”: “######”,
“audience”: “https://dev-######.uk.auth0.com/api/v2/”,
“appOrigin”: “http://localhost:3000”,
“apiOrigin”: “http://localhost:3001”
}