Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

357
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda