Replies: 1 comment 1 reply
-
Ideally you catch the error as soon as it happens by wrapping your data-fetching logic, APIs, etc. in try/catch. Then, in case it's the Vue/React rendering what fails for any unhandled error, wrap the
|
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
-
Using the server script example (https://github.com/frandiox/vite-ssr/blob/master/examples/node-server/index.js), whenever a runtime error occurs and an exception is thrown, the server crashes.
How do people:
Beta Was this translation helpful? Give feedback.
All reactions