Home

Issue: 1575

different page behavior in developer mode and production mode

[issue link]

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]
This question is available on Nuxt.js community (#c1405)