You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buenas, estaba probando la api, la utilizo en un simple fetch, pero me sale este error?
Primero me saltaba error por el "cors", luego poniendole "no-cors", se soluciono
¿Que es lo que estoy haciendo mal? Intente buscar por mi cuenta pero no pude solucionarlo
Uncaught (in promise) SyntaxError: Unexpected end of input fetch("https://api-dolar-argentina.herokuapp.com/api/dolarblue", {mode: "no-cors"}) .then((response) => console.log(response.json())); - asi es como la estoy utilizando
The text was updated successfully, but these errors were encountered:
Buenas, estaba probando la api, la utilizo en un simple fetch, pero me sale este error?
Primero me saltaba error por el "cors", luego poniendole "no-cors", se soluciono
¿Que es lo que estoy haciendo mal? Intente buscar por mi cuenta pero no pude solucionarlo
Uncaught (in promise) SyntaxError: Unexpected end of input
fetch("https://api-dolar-argentina.herokuapp.com/api/dolarblue", {mode: "no-cors"}) .then((response) => console.log(response.json()));
- asi es como la estoy utilizandoThe text was updated successfully, but these errors were encountered: