/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v15.5.23
errors/no-cache.mdx
16 строк
641 B
Delba de Oliveira
docs: Move CI build caching page under guides, and create equivalent `/app` guide (#78416)
22 апр 2025, 18:18
Не верифицирован
22 апр 2025, 18:18
74d999e
Код
Авторство
О чём код?
--- title: No Cache Detected --- ## Why This Error Occurred A Next.js build was triggered in a continuous integration environment, but no cache was detected. This results in slower builds and can hurt Next.js' persistent caching of client-side bundles across builds. ## Possible Ways to Fix It > **Note**: If this is a new project, or being built for the first time in your CI, you can ignore this error. > However, you'll want to make sure it doesn't continue to happen and fix it if it does! Follow the instructions in [CI Build Caching](/docs/pages/guides/ci-build-caching) to ensure your Next.js cache is persisted between builds.