How to disable temporary SSR globally? #1274
Unanswered
danicruz0415
asked this question in
Q&A
Replies: 1 comment 2 replies
-
just do The docs mention "the exception of |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi,
I am experiencing some issues with SSR described here #1174.
While this is sorted out, I was wandering if I can disable SSR and run everything on the client
I found this part in the documentation where it says that
But when I set it as false, it errors saying that this property is not boolean but of type

SSROptions
I browse the interface, and it has the following properties:
But none seem to indicate disabling the feature globally, as false did before. Is there a way to disable SSR globally and render everything client side only?
Thank you so much in advance.
PS: Using Solid start 0.4.9
Beta Was this translation helpful? Give feedback.
All reactions