Remix server crashes after throwing error #9470
Unanswered
spacepolice10
asked this question in
Q&A
Replies: 0 comments
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 there, for some reason vite development server is crashes if any fetch used server-side throws error (even if it is simple 404). Isn't throwing errors sometimes is expected behavior while using Remix as "backend for frontend"? Should not break the server at least. Is there a way to make vite server be still operational even after throwing errors? I need it to take advantages of ErrorBoundaries
Beta Was this translation helpful? Give feedback.
All reactions