Patch Changes
-
#12756
c7d0d18Thanks @petebacondarwin! - Fix error formatting to reliably return fallback responses on failurePreviously, if something went wrong while formatting a pretty error page, the failure could go unhandled, resulting in no response being returned to the user. Now, errors during formatting are properly caught, ensuring users always receive a 500 JSON fallback response.