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

149
Vistas
try/catch block not working on express js

I try to create one route using express.js with a try/catch block, but when the conditions in the try block are not met, the code just loads without returning any value

any solution for this problem?

app.post('/test', async (req, res) => {
  try {
    const {name} = req.body;

    if (name === 'name') res.status(200).json({message: 'success!'}) // stuck at there
  } catch (err) {
    res.status(500).json({message: 'failed!'})
  }
})
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You are not responding anything to the client in case name !== 'name'

Add an else with a response, or throw an exception that can be caught, and it should work as expected

about 4 years ago · Juan Pablo Isaza Denunciar
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