NotFound & UnAuthorized
These pages can handle unauthorized entry or 404.
Prop | Description | Value(s) |
---|---|---|
`header` | To change the heding or title of the page | `ReactNode` |
`code` | To change the code of the page | `ReactNode` |
`content` | To change the body content of your page | `ReactNode` |
`action` | Change the action section of the page | `ReactNode` |
#
404 Page
A 404 page is an error page that appears when you try to visit a web page that doesn't exist on a website. It usually displays a message informing you that the page you are looking for cannot be found, along with suggestions or links to other pages on the website.
React / Next.js Show Source Code
404
Page Not Found
Sorry, we couldn't find the page you're looking for.
#
401 Page
Unauthorized access status refers to the status code that is returned by a server when a user attempts to access a resource that they are not authorized to access. This status code is typically displayed as 401 Unauthorized and it indicates that the user needs to provide valid authentication credentials, such as a username and password, in order to access the resource.
React / Next.js Show Source Code
401
Unauthorized Access
Sorry! You do not have access to this resource.
#
Custom 404 page
You can also create and customize the look of your 404 page.
React / Next.js Show Source Code
404
Page Not Found
Sorry, we couldn't find the page you're looking for.