Error500
Error500Page
displays a full-page error 500 message with an illustration, heading, and optional button, all within a styled container.
Component path: src/blocks/maintenance/Error500.tsx
Component usage path: src/app/blocks/error500/page.tsx
Preview link: https://www.saasable.io/blocks/maintenance/error500
Props Details
Prop
Type
Description
Displayed as
heading
string
A required string for the main title or heading in the component.
"Join Our Early Access Program"
primaryBtn
ButtonProps
Material UI Button
props object. If passed, it renders a button below the heading.
A button (e.g., “Go Back”, “Retry”)
Last updated