Static GitHub Issues

[1066] Method after nuxt.render not excute

prev: Can't use sass library (bulma) in global css
next: Pages assets with symlink directory in linux based system

as i use nuxt in the koa program like this:

console.log("before render");
await nuxt.render(ctx.req, ctx.res);
console.log("render end");

if i request the static file,only print the before render,but no see the render end. can any one tell me what happened in the nuxt.render? image image

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c930">#c930</a>)</em></sub></div>