Hi:
I’m using the latest React SDK from Auth0 and following the Complete Guide to React User Authentication With Auth0.
I have wired up a LoginButton component as per the guide, and I configured the Auth0Provider component to include my domain, client_id, and audience properties. When I click to log in, I get an error, “Oops! Something Went Wrong” and the specific error is: invalid_request : Missing required parameter: client_id.
I don’t know where to go from here, since something this basic should work. Any ideas?
Thanks.
Jason