Skip to content

Commit 2514869

Browse files
committed
feat: error if misconfigured
1 parent a849bf4 commit 2514869

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/next/errors.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,5 +778,6 @@
778778
"777": "Invariant: failed to find source route %s for prerender %s",
779779
"778": "`prerenderAndAbortInSequentialTasksWithStages` should not be called in edge runtime.",
780780
"779": "Route %s used \"searchParams\" inside \"use cache\". Accessing dynamic request data inside a cache scope is not supported. If you need some search params inside a cached function await \"searchParams\" outside of the cached function and pass only the required search params as arguments to the cached function. See more info here: https://nextjs.org/docs/messages/next-request-in-use-cache",
781-
"780": "Invariant: failed to find parent dynamic route for notFound route %s"
781+
"780": "Invariant: failed to find parent dynamic route for notFound route %s",
782+
"781": "\\`experimental.clientParamParsing\\` can not be \\`true\\` when \\`experimental.clientSegmentCache\\` is \\`false\\`. Client param parsing is only relevant when client segment cache is enabled."
782783
}

0 commit comments

Comments
 (0)