mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
ed239c40b5
## Summary Update [error template.txt](https://github.com/vercel/next.js/blob/canary/errors/template.txt) following #52038 changes. ## Description 1. Remove errorId header 2. Section header is double sharp `##` instead of four sharp `####` ### Adding or Updating Examples - [x] The "examples guidelines" are followed from our contributing doc https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md - [x] Make sure the linting passes by running `pnpm build && pnpm lint`. See https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
20 lines
411 B
Plaintext
20 lines
411 B
Plaintext
---
|
|
title: {{title}}
|
|
---
|
|
|
|
## Why This Error Occurred
|
|
|
|
<!-- Explain why the error occurred. Ensure the description makes it clear why the warning/error exists -->
|
|
|
|
{{why}}
|
|
|
|
## Possible Ways to Fix It
|
|
|
|
<!-- Explain how to fix the warning/error, potentially by providing alternative approaches. Ensure this section is actionable by users -->
|
|
|
|
{{fix}}
|
|
|
|
## Useful Links
|
|
|
|
<!-- Add links to relevant documentation -->
|