Static GitHub Issues

[1575] different page behavior in developer mode and production mode

prev: Vuex store nested modules API proposal
next: Dynamic nested path

When I do npm run dev I have an error

 [Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>. Bailing hydration and performing full client-side render.

But when I do npm run build npm run start this error disappears and another appears

Error while initializing app DOMException: Failed to execute 'appendChild' on 'Node': This node type does not support this method. at Object.We [as appendChild]
<!--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/c1405">#c1405</a>)</em></sub></div>