I’m a new user and attempting to integrate Auth0 into my app, which is hosted on my local computer.
I believe I have followed the basic directions correctly. Using the Auth) instructions, I have set up a button on the ‘login’ page of my app which, upon clicking, redirects to the Auth0 login page. Here, the login procedures should be handed over. However, everytime I click the button, I instead get an error page and receive the error:
“invalid_request: Invalid parameter: client_id must be a string”
I have checked and re-checked that I correctly input my client-id and Domain variables into my index.js file. It was copy-pasted directly from my Auth0 screen. I believe I have confirmed that it has been correctly input, because the URL that is sent when the button is clicked as follows (added a few X’s in the middle for safety purposes):