rsnext/errors/ppr-preview.mdx

16 lines
484 B
Text
Raw Normal View History

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