Relative Content

Tag Archive for next.jserror-handlingreact-error-boundary

Nextjs Error boundary with SSR (page router)

Currently when an error occurs while nextjs is rendering a page on the server side I can see in the browser network tab a document request that is getting a status 500 response and a white page with the message Application error: a client-side exception has occurred (see the browser console for more information)..