next.js
c3bc7d05 - Allow missing CacheNodeSeedData during prefetch (#72857)

Commit
1 year ago
Allow missing CacheNodeSeedData during prefetch (#72857) Updates the client PPR implementation to gracefully handle missing CacheNodeSeedData when constructing a prerender tree. Currently this never happens because we always block until we receive a server response. However, in the new Segment Cache, we will not bother to wait if a URL has not already been prefetched, since it's usually faster to go straight to the dynamic request.
Author
Parents
Loading