/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
errors/ppr-preview.mdx
15 строк
484 B
Zack Tanner
fail build if not using Next canary with PPR flag (#58203)
08 ноя 2023, 19:14
Не верифицирован
08 ноя 2023, 19:14
2071880
Код
Авторство
О чём код?
--- 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)