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

343
Views
NetworkError when attempting to fetch resource while i am doing get request using fetch api

I am getting NetworkError when attempting to fetch resource. while doing fetch request i don't know why i am getting this error.Input is NC[C@H]1CC[C@@H](CC1)C(O)=O .Here is the link to the code link

 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!