Home

Issue: 2007

SSR render catch ?

[issue link]

i want to deploy nuxt.js the production code,only include .nuxt and static folder,not full code

a new package.json a little dependencies .

sometimes Server error

nuxt_error

when the package.json is full dependencies ,it can be success.

how to catch Server error ?

// Give nuxt middleware to express
app.use(nuxt.render)

nuxt render only req and res arguments not error

This question is available on Nuxt.js community (#c1781)