nuxt-content-theme-blog icon indicating copy to clipboard operation
nuxt-content-theme-blog copied to clipboard

Couldn't render content: The client-side rendered virtual DOM tree is not matching server-rendered content.

Open shrawanx opened this issue 4 years ago • 3 comments

I am new to nuxt-content-theme-blog, just followed the installation instruction and tried to run the project. The project seem to run, but it couldn't render any contents. I have attached the screenshot of console errors

Screen Shot 2021-02-18 at 5 07 25 PM

Am i missing here anything?

Thanks

shrawanx avatar Feb 18 '21 11:02 shrawanx

Hi @shrawanx, thanks for reporting this issue.

It is happening because I'm not locking the dependencies in the package.json (^2.14.12), and the latest version of nuxt (2.15.0) has some breaking changes.

I will make the necessary modifications and publish a new version.

jsilva-pt avatar Feb 20 '21 14:02 jsilva-pt

@jsilva-pt Thanks for the reply.

Waiting for a patched version.

shrawanx avatar Feb 20 '21 15:02 shrawanx

Hi @shrawanx,

It is published.

The documentation of this page has to be updated to reflect the new structure of nuxt components module.

Still, you can already either create a new project following the documentation or manually update the version of @jsilva-pt/nuxt-content-theme-blog to 0.6.0.

Let me know if you have further problems.

jsilva-pt avatar Feb 20 '21 15:02 jsilva-pt