New Project

Custom Platform Error Pages (Next.js Public dir)

Customize the platform error page with the public/ directory.

DeployView Demo

| | 500 | /500.html | | 502 | /500.html (fallback) | | 503 | /500.html (fallback) | | 504 | /504.html | | 508 | /500.html (fallback) |

Learn more

  • Custom Error Pages Documentation
GitHub Repovercel/examples
LicenseView License
Use Cases
Starter
CDN
Stack
Next.js
CSS

Related Templates

Custom Platform Error Pages (Next.js app router)

Customize the platform error page with Next.js App Router
Custom Platform Error Pages (Next.js app router) thumbnail
DeployView Demo