Hello, as per the title, I’ve followed the guide to create a new app, everything is working fine, I can go through the login process and it successfully logs in my user.
However, after redirect back to the app, it throws and Error: Unauthorized when the auth0 library tried to obtain the token.
I have checked the logs and it comes up with a “Failed Exchange” error.
Can anyone please advise how to start troubleshooting this or how to fix this.
I would have thought the out-of-the-box application and Vue sample app would just work without issues.
And before you ask:
- Yes, I have updated the correct domain and credentials
- Yes, I have configured callback URL’s, allowed domains, etc.
- There is not
auth0-vue
tag available
Thank you