Server-Side Rendering not working if you enable Client side hydration #1583
Unanswered
connecteev
asked this question in
Help (Vue)
Replies: 2 comments 1 reply
-
I have almost the exact same problem. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Still seeing this error on latest Inertia and Laravel version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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