Option to disable rendering Error page on Client side error #14284
itssumitrai
started this conversation in
General
Replies: 1 comment 1 reply
-
What exactly kills the ux? |
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
-
Currently Sveltekit renders an error page, when there is a client side error during CSR. We would like to change this behavior for our production application, as it doesn't result in a good user experience. I know we can customize with our own Error page, but what we'll like is to use the already Server side rendered markup (and disable hydration to prevent CSR) for the user to see.
We'd like an option in Sveltekit to basically disable this default error page rendering experience, would love to get some thoughts or ways to achieve this currently
Beta Was this translation helpful? Give feedback.
All reactions