SPA Vue.js quickstart fails

I implemented the Auth0 SDK by the following guide:

The login process works (I use my google social account). The “Log” in the dashboard also tells me the login was successful. However the exchange seems to fail. So the “Log” tells me the following:

{
  "date": "2020-08-24T10:43:52.005Z",
  "type": "feacft",
  "description": "Unauthorized",
  "connection_id": "",
  "client_id": "<Client_ID>",
  "client_name": null,
  "ip": "85.197.56.111",
  "user_agent": "Chrome 83.0.4103 / Linux 0.0.0",
  "details": {
    "code": "*************T8a"
  },
  "hostname": "alemanni-game.eu.auth0.com",
  "user_id": "",
  "user_name": "",
  "log_id": "90020200824104353383000015217913666506642073534760747026",
  "_id": "90020200824104353383000015217913666506642073534760747026",
  "isMobile": false
}

I have no idea why this is an issue here and can’t find any solution.

Hey there!

In order to handle that most effectively, can I ask you to raise this as a GitHub issue in the quickstart repo so we can work on that with the repo maintainers? Make sure to share the link to it so we can ping them. Thank you!