Error after clicking button redirect to auth0 oops something went wrong

1 Like

Ditto!
Using auth0/auth0-spa-js v2.1.2
Error details: invalid_request : Missing required parameter: client_id

let auth0Client = await createAuth0Client({
        domain: authDomain,
        clientId: authClientId,
        cacheLocation: 'localstorage',
      });

Is there a way to determine my dev apps API version?

From the screenshot I would start checking if the Application URIs are configured correctly :thinking:

1 Like