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

174
Views
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

about 4 years ago · Juan Pablo Isaza
3 answers
Answer question

0

Nuxt provides a flag to enable debugging on production in the nuxt.config.js file

{
  debug: true
}
about 4 years ago · Juan Pablo Isaza Report

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

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.

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