DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Next.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
hard
Next.js
What causes the 'Filling a cache during prerender timed out' build error?
A
The database is too slow
B
A promise resolving to runtime/uncached data is passed into, or otherwise reachable from, a "use cache" scope — which can never resolve during prerendering
C
Too many cacheTag calls
D
Using cacheLife('max')
Check Answer