Skip to content
New Project

Custom Platform Error Pages (Next.js app router)

Customize the platform error page with Next.js App Router

DeployView Demo

| | 500 | /500 (from app/500/page.tsx) | | 502 | /500 (fallback) | | 503 | /500 (fallback) | | 504 | /504 (from app/504/page.tsx) | | 508 | /500 (fallback) |

Learn more

  • Custom Error Pages Documentation
GitHub
Ownervercel
Repositoryexamples
LicenseView License
Use Cases
Starter
CDN
Stack
Next.js
Tailwind

Related Templates

Custom Platform Error Pages (Next.js Public dir)

Customize the platform error page with the public/ directory.
Custom Platform Error Pages (Next.js Public dir) thumbnail
DeployView Demo