hydrogen icon indicating copy to clipboard operation
hydrogen copied to clipboard

Allow `__rsc` endpoint return as a status 500 response when an uncaught error happens on server-side

Open wizardlyhel opened this issue 2 years ago • 0 comments

Right now, all __rsc response returns as status 200 whether if there is an error or not.

Screen Shot 2022-08-10 at 12 42 55 PM

To Reproduce

Add throw new Error('Test') in any page and soft navigate to that page.

wizardlyhel avatar Aug 11 '22 16:08 wizardlyhel