How to Make Secure HTTP Requests with Vue and Express

Hmm are you able to sign in? And you filled out this information in server.js:

const authConfig = {
  domain: "YOUR-DOMAIN",
  audience: "YOUR-IDENTIFIER"
};

I think that might be an axios issue and I’d be happy to take a look at the code if you have it on GitHub or something.

You can also try to pull down the final code (GitHub - auth0-blog/vue-express-auth), fill in auth_config.json and server.js with your credentials, and see if it works there.