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

242
Views
How to distinguish beetwen error CORS and disconnect network by axios

I have a issue When I call api, i will 2 case

  1. network has a proplem
  2. api has CORS

and I check by code

 instance.interceptors.response.use(
    (response) => response,
    (error) => {
       if (error.message === "Network Error")
       window?.errorNetwork?.postMessage("errorNetwork");
     }
    );

but, when api if one of these two errors is encountered, it will return the same message as errorNetwork.

Now is there any way to be able to tell the difference between these 2 errors?

Thanks all.

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!