It works for a period of time and then I get an error in the browser console: "net::ERR_INCOMPLETE_CHUNKED_ENCODING"… after this it stops working. Works perfectly if I load the site directly (i.e. not through the proxy). Code I'm using to proxy request/responses is simply: ``` js proxy.web(req, res, { target = 'http://localhost:8888' }); ``` Previous issue was: #357