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

359
Views
Http call Node.js problem, socket hang up error

I have encountered the following problem, all the HTTP calls through axios were working fine without any problem, since a couple of hours, all the calls have returned the following error:

socket hang up error

the strange thing is that from Postman the same call works without problems, I would like to know if any of you encountered the same problem and how you have solved it, here is the code I am using:

const getToken = async (username, password) => {
  try {
    const body = {username, password}
    const url = `${API_URI.auth}`
    const options = {
      method: 'POST',
      url,
      headers: {
        'Content-Type': 'application/json'
      },
      data: JSON.stringify(body)
    }
    const response = await axios(options).then((res) => res.data.json())
    console.log(response)
    return response
  } catch (error) {
    console.log(error.message)
    return false
  }
}
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!