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

364
Vistas
How to see errors on production mode - nuxtjs

I think there are many questions about this. But there isn't a correct answer. How I can see detail of error logs on production mode?

enter image description here

over 4 years ago · Santiago Trujillo
2 Respuestas
Responde la pregunta

0

You should be able the see the server logs from terminal you started the server(npm run start / nuxt start etc.). If you want the dev console in production mode, add this to your nuxt.config.js

  build: {
    terser:{
      terserOptions: {
        compress:{
          drop_console: false,
        },
      },
    },
  },
over 4 years ago · Santiago Trujillo Denunciar

0

You should debug it locally before shipping to production because this may be fixable locally.
Otherwise, Sentry/Logrocket are good solutions, on top of a whole testing CI.
A staging URL replicating the production environment is also a viable solution.

Otherwise, you should not have publicly visible logs accessible from the public.

over 4 years ago · Santiago Trujillo 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