Quiero llamar a la API con axios, y mi problema es que cuando pego el punto final en mi navegador, devuelve la respuesta JSON, pero cuando lo llamo con axios, recibo un error, ¿alguna idea de por qué?
axios .get("https://remotive.io/api/remote-jobs") .then((res) => console.log(res)); Error : Access to XMLHttpRequest at 'https://remotive.io/api/remote-jobs' from origin 'http://localhost:3001' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.