Hello, I did everything on quickstart for my React app. I logged in using my Google account and it says I am unauthenticated. When I try to console log user, it says undefined. I also got a 401 token error that says:
{error: “access_denied”, error_description: “Unauthorized”}
error: “access_denied”
error_description: “Unauthorized”
Auth0 log says “Successful login”
I’m not sure what else to try. I’m trying to get user info, like email and name.