---
title: Partial Prerendering Preview in Next.js Canary
url: "https://nextjs.org/docs/messages/ppr-preview"
---


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