nuxt-content-theme-blog
nuxt-content-theme-blog copied to clipboard
Couldn't render content: The client-side rendered virtual DOM tree is not matching server-rendered content.
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
Am i missing here anything?
Thanks
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 Thanks for the reply.
Waiting for a patched version.
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.