Server-Side Rendering not working if you enable Client side hydration #1583
Unanswered
connecteev
asked this question in
Help (Vue)
Replies: 1 comment 1 reply
-
I have almost the exact same problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following the guide here https://inertiajs.com/server-side-rendering , I have Server-Side Rendering working with Laravel and Inertia + Vue.
However, when I enable
Client side hydration
per the instructions above, my app breaks. I see one (often BOTH) of the following:I have followed the guide to a tee. Copying my app.js and ssr.js below, I am hoping the creators of Inertia can clarify what in the world is wrong here.
app.js:
ssr.js:
Beta Was this translation helpful? Give feedback.
All reactions