Override the default next.js page by providing a custom layout
500 allow for a custom Error component to be defined so we can intercept the error stacktrace and the url that originated from
Based on the user portal provide a button "Start Over" that reset the navigation to the homepage of the appropriated portal.
Trigger a page reload by forcefully redirecting the user to the url and adding a ?_r=[xxxxxxxxxxx] parameter in the url to invalidate caching
Override the default next.js page by providing a custom layout 500 allow for a custom Error component to be defined so we can intercept the error stacktrace and the url that originated from
Based on the user portal provide a button "Start Over" that reset the navigation to the homepage of the appropriated portal. Trigger a page reload by forcefully redirecting the user to the url and adding a
?_r=[xxxxxxxxxxx]
parameter in the url to invalidate caching