Skip to content
Back to Templates

Custom Platform Error Pages (Next.js app router)

Customize the platform error page with Next.js App Router

custom-error-page-app-dir-home

| | 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