DEV Community

Discussion on: Building a Web App With Go, Gin and React

Collapse
 
jstnblau profile image
Justin Blau

Hello, I ran into this same issue. The solution on my side was that although on the Auth0 site the domain is listed as 'example.auth0.com' in the .env and app.jsx files it needed to be set to 'example.auth0.com'

Collapse
 
atinmathur profile image
Atin Mathur • Edited

Hi Justin, I am getting the "Error parsing token: invalid issuer". I think I have set the right domain which is "username.us.auth0.com". And I didn't get your solution to this problem. Can you please explain again?