You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Filling a cache during prerender timed out, likely because request-specific arguments such as params, searchParams, cookies() or dynamic data were used inside "use cache".'
// TODO(react-time-info): Remove this branch for experimental React when the issue is
276
-
// resolved where the inclusion of server timings in the RSC payload
277
-
// makes the serialized bound args not suitable to be used as a cache
278
-
// key.
279
-
280
-
constexpectedErrorMessagePpr=
281
-
'Route "/bound-args": A component accessed data, headers, params, searchParams, or a short-lived cache without a Suspense boundary nor a "use cache" above it. We don\'t have the exact line number added to error messages yet but you can see which component in the stack below. See more info: https://nextjs.org/docs/messages/next-prerender-missing-suspense'
0 commit comments