Using Vuetify with InertiaJs breaks SSR #2423
Unanswered
lakhbawa
asked this question in
Help (Vue)
Replies: 2 comments
-
You're going to need to post the full error message too rather than just your interpretation of it. It's extremely unlikely to be Inertia causing this though, since it just defers to Vue's SSR engine with a few settings tweaked. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've converted the issue to a discussion as this is highly unlikely a bug in Inertia itself. Feel free to open a new issue if you still think it's a bug within Inertia, but please provide a minimal code example on how to reproduce it. Thanks! |
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.
-
Hi Everyone, It has been more than 3 months, and I am still struggling with the issue, Its preventing me to implementing Tree Shaking in Laravel, Vuejs, InertiaJs, and Vuetify Application
I am using SSR Rendering, on frontend, application is rendering properly but SSR rendering is not working correctly, Looks like Vite is trying to execute CSS file on SSR even when its not supposed to.
Please help me to figure out the issue
vite.config.js
app.js
inertia.php
docker-compose.yml (Removed unnecessary containers)
Beta Was this translation helpful? Give feedback.
All reactions