You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
#3388
Closed
AliAbuArab opened this issue
Nov 25, 2020
· 1 comment
The problem occures when reload/refresh the page.
If the route in english its okay and working fine.
But when it comes to hebrew this not working and gives us
The client-side rendered virtual DOM tree is not matching server-rendered content....
Version
3.4.9
Reproduction link
https://github.com/AliAbuArab/vue-router-test.git
Steps to reproduce
Hello.
We facing a problem with a vue router when it envloved with unencoded characters.
Please check our repository.
https://github.com/AliAbuArab/vue-router-test.git
The problem occures when reload/refresh the page.
If the route in english its okay and working fine.
But when it comes to hebrew this not working and gives us
The client-side rendered virtual DOM tree is not matching server-rendered content....
What is expected?
Page that rendered from the serve
What is actually happening?
Empty page
We using:
nuxtjs v^2.14.7.
nuxt-i18n v"^6.15.4
Mode: ssr
The text was updated successfully, but these errors were encountered: