Static GitHub Issues

[1211] stderr: [object Promise] in production

prev: How to access some custom meta properties in a route?
next: Client-Server Dom Matching Bug

At the end of this issue @logaretm and I had a quick message about an error https://github.com/nuxt/nuxt.js/issues/1201#issuecomment-318866458

For me I only see this in my production environment and my NuxtJS app does not work. While @logaretm sees the error in dev as well it seems but it doesn't stop the app working until it is in production.

This is what I get in my apache log:

[Sun Jul 30 01:02:36.550592 2017] [ssl:info] [pid 3744:tid 140170628073216] [client 31.193.2.47:51670] AH01964: Connection to child 24 established (server default-31_193_2_47:443) [ 2017-07-30 01:02:36.6153 3721/7fa88a48e700 Ser/Server.h:994 ]: [Client 3-5] Disconnecting client with error: error parsing app response chunked encoding: unexpected end-of-stream App 4364 stderr: [object Promise]

We are both using the nuxt-express template it seems but I don't know if this is an issue that should be raised there, or if the root cause is in the main NuxtJS repo. Happy to move it if needs be.

The output sent to a user for me is Cannot GET / where / is the path requested.

Are you able to point us in the right direction?

P.s. we mention a NuxtJS/pws module error, but in mine I've disabled workbox for now as that module has an error deleting the old js files in the static folder after they have been created now. Probably just a file path issue with the latest rc breaking changes.

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