Back to Next Js

Partial Prerendering Preview in Next.js Canary

errors/ppr-preview.mdx

16.2.5420 B
Original Source

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)