Static GitHub Issues

[1277] Bypassing Koa's response handling is not supported. Avoid using the following node properties res.writeHead()

prev: ReferenceError: navigator is not defined when using bodymovin
next: Running in Node v5.12.0 doesn't work

Bypassing Koa's response handling is not supported. Avoid using the following node properties:

res.statusCode res.writeHead() res.write() res.end()

but

server.js 40 line context.res.writeHead(opts.status, { 'Location': opts.path }) context.res.end()

<!--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/c1126">#c1126</a>)</em></sub></div>