Skip to content

global-error, revalidatePath and PWA headings #82408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Aug 7, 2025

Conversation

icyJoseph
Copy link
Contributor

@icyJoseph icyJoseph commented Aug 6, 2025

Complement to: #82379

Also adding corrections to other sections

@icyJoseph icyJoseph self-assigned this Aug 6, 2025
@ijjk ijjk added created-by: Next.js DevEx team PRs by the DX team. Documentation Related to Next.js' official documentation. labels Aug 6, 2025
@icyJoseph icyJoseph marked this pull request as ready for review August 6, 2025 18:21
@icyJoseph icyJoseph changed the title docs: global-error precision and unsupported metadata global-error, revalidatePath and PWA headings Aug 6, 2025
@@ -35,7 +35,17 @@ The path parameter can point to pages, layouts, or route handlers:

- **Pages**: Revalidates the specific page
- **Layouts**: Revalidates the layout and all pages beneath it
- **GET Route Handlers**: Only if they're statically generated
- **Route Handlers**: Revalidates Data Cache entries accessed within route handlers. For example `revalidatePath("/api/data")` revalidates this GET handler:
Copy link
Contributor Author

@icyJoseph icyJoseph Aug 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I tested this I had force-static but also revalidate = 0 which is 💀 cuz it makes it look like an statically generated GET handler is revalidating -

@icyJoseph icyJoseph enabled auto-merge (squash) August 6, 2025 19:34
@icyJoseph icyJoseph merged commit 2ba4a85 into canary Aug 7, 2025
75 checks passed
@icyJoseph icyJoseph deleted the docs/global-error-styling-and-fonts branch August 7, 2025 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
created-by: Next.js DevEx team PRs by the DX team. Documentation Related to Next.js' official documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants