I am having the troubles starting with vue3 and auth0 - invalid_request: Missing required parameter: client_id

Ok I resolved the problem. It was a typo since I come from the Vue2. It is not client_id but clientId in the createAuth0

3 Likes