Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

348
Views
NetworkError al intentar obtener un recurso mientras obtengo una solicitud usando la API de obtención

NetworkError when attempting to fetch resource. Mientras realizo la solicitud de búsqueda, no sé por qué recibo este error. La entrada es NC[C@H]1CC[C@@H](CC1)C(O)=O . Aquí está el enlace al enlace del código

 let params = new URLSearchParams({ solute: solutestate }); const onSubmit = async (e) => { e.preventDefault(); Promise.all([ fetch( `https://fastapi-ihub-n7b7u.ondigitalocean.app/predict_two?${params}`, { method: "GET" } ) .then((res) => res.json()) .then((result) => setFetchData(result)), fetch( `https://fastapi-ihub-n7b7u.ondigitalocean.app/predict_solubility_json`, { method: "GET" } ) .then((res2) => res2.json()) .then((result2) => setjsonData(JSON.stringify(result2.result))) ]); };
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!