[Vuejs]-Calling the Twitch API with axios and Vue

0👍

Your problem is about CORS (see https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS).
You are try to reach a resource from a domain to another domain, which is only possible if expicitly allowed.

👤Nelo_j

Leave a comment