Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

361
Visualizações
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 à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda