rsnext/errors/ppr-preview.mdx
Zack Tanner 2071880c8c
fail build if not using Next canary with PPR flag (#58203)
This is to ensure that folks experimenting with PPR are receiving the latest updates as the feature is actively being worked on.
2023-11-08 16:14:10 +00:00

15 lines
484 B
Text

---
title: Partial Prerendering Preview in Next.js Canary
---
## Why This Error Occurred
In your `next.config.js` you enabled `experimental.ppr` but you are not using the latest Next.js canary. To ensure you are experimenting with the latest version, we currently require the use of a canary release.
## Possible Ways to Fix It
- Install `next@canary` (e.g. `npm install next@canary`)
## Useful Links
- [Partial Prerendering Preview](/blog/next-14#partial-prerendering-preview)