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
1 Like