-
Notifications
You must be signed in to change notification settings - Fork 28.1k
/
Copy patherrors.json
673 lines (673 loc) · 69.1 KB
/
errors.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
{
"1": "Route %s used \"connection\" inside a function cached with \"unstable_cache(...)\". The \\`connection()\\` function is used to indicate the subsequent code must only run when there is an actual Request, but caches must be able to be produced before a Request so this function is not allowed in this scope. See more info here: https://nextjs.org/docs/app/api-reference/functions/unstable_cache",
"2": "%sused %s. \\`searchParams\\` should be awaited before using its properties. The following properties were not available through enumeration because they conflict with builtin or well-known property names: %s. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis",
"3": "The expire option must be a number of seconds.",
"4": "Invariant: routeModule should be configured when rendering pages",
"5": "[internal]",
"6": "Invariant: logErrorWithOriginalStack can only be called on the development server",
"7": "Route %s used \"%s\" during render which is unsupported. To ensure revalidation is performed consistently it must always happen outside of renders and cached functions. See more info here: https://nextjs.org/docs/app/building-your-application/rendering/static-and-dynamic#dynamic-rendering",
"8": "No 'cssModules' option was found for the next-flight-css-loader plugin.",
"9": "Invariant: Unexpected template variable %s",
"10": "The router state header was sent but could not be parsed.",
"11": "getStaticPaths with \"fallback: blocking\" cannot be used with \"output: export\". See more info here: https://nextjs.org/docs/advanced-features/static-html-export",
"12": "Route did not complete loading: %s",
"13": "`turbo.startTurbopackTraceServer` is not supported by the wasm bindings.",
"14": "Invariant: null responses cannot be streamed",
"15": "Error for page %s: %s",
"16": "Unknown cacheLife profile \"%s\" is not configured in next.config.js\\nDid you mean \"%s\" without the spaces?",
"17": "Span has already ended",
"18": "Unexpected server data: missing bootstrap script.",
"19": "can't decode empty hex",
"20": "The provided export path '%s' doesn't match the '%s' page.\\nRead more: https://nextjs.org/docs/messages/export-path-mismatch",
"21": "Image with src \"%s\" cannot end with a space or control character. Use src.trimEnd() to remove it or encodeURIComponent(src) to keep it.",
"22": "Invalid revalidate configuration provided: %s < 1",
"23": "The \"modules.namedExport\" option requires the \"modules.exportLocalsConvention\" option to be \"camelCaseOnly\"",
"24": "Invalid flags should be run as node detached-flush dev ./path-to/project",
"25": "NodeModuleLoader is not supported in edge runtime.",
"26": "Invariant: Unexpected injection %s",
"27": "Specified images.remotePatterns should be an Array received %s.\\nSee more info here: https://nextjs.org/docs/messages/invalid-images-config",
"28": "You cannot have two parallel pages that resolve to the same path. Please check %s and %s. Refer to the route group docs for more information: https://nextjs.org/docs/app/building-your-application/routing/route-groups",
"29": "expected appBuildManifest with an \"app\" pageType",
"30": "invariant: unexpected cachedResponse of kind fetch in response cache",
"31": "invariant: getServerSideProps did not return valid props. Please report this.",
"32": "Invariant: Couldn't find action module ID from module map.",
"33": "Turbopack build failed with %s issues:\\n%s",
"34": "source-map information is not available at url() declaration %s",
"35": "To use middleware you must provide a `hostname` and `port` to the Next.js Server",
"36": "API route returned a Response object in the Node.js runtime, this is not supported. Please use `runtime: \"edge\"` instead: https://nextjs.org/docs/api-routes/edge-api-routes",
"37": "\\`%s\\` cannot be called inside \"use cache\". Call it outside and pass an argument instead. Read more: https://nextjs.org/docs/messages/next-request-in-use-cache",
"38": "Extra keys returned from getStaticPaths in %s (%s) %s",
"39": "Specified basePath should not end with /, found \"%s\"",
"40": "Dynamic WASM code generation ('WebAssembly.instantiate' with a buffer parameter) not allowed in Edge Runtime.\nLearn More: https://nextjs.org/docs/messages/edge-dynamic-code-evaluation",
"41": "Method not implemented.",
"42": "Page \"%s\" cannot use both \\`export const runtime = 'edge'\\` and export \\`generateStaticParams\\`.",
"43": "Specified pageExtensions is an empty array. Please update it with the relevant extensions or remove it.",
"44": "Using client components is not allowed in this environment.",
"45": "The default export is not a React Component in \"%s/%s\"",
"46": "It's currently unsupported to use \"export *\" in a client boundary. Please use named exports instead.",
"47": "Module `sharp` not found. Please run `npm install --cpu=wasm32 sharp` to install it.",
"48": "An object should only be passed to the image component src parameter if it comes from a static image import. It must include height and width. Received %s",
"49": "invariant: progress total can not be zero",
"50": "`after()`: Argument must be a promise or a function",
"51": "Invalid \"devIndicator.buildActivityPosition\" provided, expected one of %s, received %s",
"52": "Method not implemented",
"53": "Module \"%s\" does not export a routeModule.",
"54": "Invariant: PPR cannot be enabled in export mode",
"55": "invariant: failed to render error page",
"56": "invariant expected layout router to be mounted",
"57": "Invariant revalidate: 0 can not be passed to unstable_cache(), must be \"false\" or \"> 0\" %s",
"58": "Middleware is not supported in minimal mode. Please remove the `NEXT_MINIMAL` environment variable.",
"59": "Unexpected action %s",
"60": "missing required error components",
"61": "URL is malformed \"%s\". Please use only absolute URLs - https://nextjs.org/docs/messages/middleware-relative-urls",
"62": "invariant: cache entry required but not generated",
"63": "Failed to parse src \"%s\" on \\`next/image\\`, if using relative image it must start with a leading slash \"/\" or be an absolute URL (http:// or https://)",
"64": "Unexpected route kind %s",
"65": "Missing encryption key for Server Action. This is a bug in Next.js",
"66": "Image with src \"%s\" has invalid \"width\" property. Expected a numeric value in pixels but received \"%s\".",
"67": "<Html> should not be imported outside of pages/_document.\\nRead more: https://nextjs.org/docs/messages/no-document-import-in-page",
"68": "Specified assetPrefix is not a string, found type \"%s\" https://nextjs.org/docs/messages/invalid-assetprefix",
"69": "\\`%s\\` cannot be called inside unstable_cache. Call it outside and pass an argument instead. Read more: https://nextjs.org/docs/app/api-reference/functions/unstable_cache",
"70": "webpack config.resolve.alias was incorrectly overridden. https://nextjs.org/docs/messages/invalid-resolve-alias",
"71": "Specified i18n.locales contains invalid values (%s), locales must be valid locale tags provided as strings e.g. \"en-US\".\\nSee here for list of valid language sub-tags: http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry",
"72": "assetPrefix must start with a leading slash or be an absolute URL(http:// or https://)",
"73": "Image with src \"%s\" has both \"fill\" and \"style.width\" properties. Images with \"fill\" always use width 100% - it cannot be modified.",
"74": "Failed to load script: %s",
"75": "The server has not been instantiated properly. https://nextjs.org/docs/messages/invalid-server-options",
"76": "expected \"app\" manifest data with an \"app\" pageType",
"77": "Invalid %s header",
"78": "Failed to load the `babel-plugin-react-compiler`. It is required to use the React Compiler. Please install it.",
"79": "Node.js binary module ./%s is not supported in the browser. Please only use the module on server side",
"80": "Invalid Server Actions request.",
"81": "Invariant: dynamic responses cannot be unchunked. This is a bug in Next.js",
"82": "Invalid usage of next/script. Did you forget to include a src attribute or an inline script? https://nextjs.org/docs/messages/invalid-script",
"83": "Invalid \\`paths\\` value returned from getStaticPaths in %s.\\n\\`paths\\` must be an array of strings or objects of shape { params: [key: string]: string }",
"84": "Invariant: Expected to inject all injections, found %s",
"85": "Invariant: Unexpected optional import %s",
"86": "Failed to set Next.js data cache, items over 2MB can not be cached (%s bytes)",
"87": "Page \"%s\" is missing \"generateStaticParams()\" so it cannot be used with \"output: export\" config.",
"88": "Route %s used \"cookies\" inside \"after(...)\". This is not supported. If you need this data inside an \"after\" callback, use \"cookies\" outside of the callback. See more info here: https://nextjs.org/docs/canary/app/api-reference/functions/after",
"89": "Image with src \"%s\" has \"placeholder='blur'\" property but is missing the \"blurDataURL\" property.\n Possible solutions:\n - Add a \"blurDataURL\" property, the contents should be a small Data URL to represent the image\n - Change the \"src\" property to a static import with one of the supported file types: %s (animated images not supported)\n - Remove the \"placeholder\" property, effectively no blur effect\n Read more: https://nextjs.org/docs/messages/placeholder-blur-data-url",
"90": "Failed to initialize render server",
"91": "`after()` will not work correctly, because `waitUntil` is not available in the current environment.",
"92": "An error occurred while loading the instrumentation hook",
"93": "Invariant: previewProps missing previewModeId this should never happen",
"94": "cacheLife() can only be called during App Router rendering at the moment.",
"95": "Specified basePath /. basePath has to be either an empty string or a path prefix\"",
"96": "Image with src \"%s\" has both \"width\" and \"fill\" properties. Only one should be used.",
"97": "A Node.js API is used (%s) which is not supported in the Edge Runtime.\nLearn more: https://nextjs.org/docs/api-reference/edge-runtime",
"98": "An undefined error was thrown, see here for more info: https://nextjs.org/docs/messages/threw-undefined",
"99": "Image with src \"%s\" has invalid \"width\" or \"height\" property. These should be numeric values.",
"100": "Server Actions Size Limit must be a valid number or filesize format larger than 1MB: https://nextjs.org/docs/app/api-reference/next-config-js/serverActions#bodysizelimit",
"101": "The \"parallelServerBuildTraces\" and \"parallelServerCompiles\" options may only be used when build workers can be used. Read more: https://nextjs.org/docs/messages/parallel-build-without-worker",
"102": "If providing both the stale and expire options, the expire option must be greater than the stale option.The expire option indicates how many seconds from the start until it can no longer be used.",
"103": "The \"modules.namedExport\" option requires the \"esModules\" option to be enabled",
"104": "Pass `Infinity` instead of `false` if you do not want to revalidate by time.",
"105": "Specified basePath has to start with a /, found \"%s\"",
"106": "Cannot tee a ReactServerResult that has already been consumed",
"107": "Failed to create a proxy server",
"108": "Specified pageExtensions is not an array of strings, found \"%s\" of type \"%s\". Please update this config or remove it.",
"109": "request failed with status %s",
"110": "Invalid cacheLife() option. Either pass a profile name or object.",
"111": "Route %s used \"connection\" inside \"use cache\". The \\`connection()\\` function is used to indicate the subsequent code must only run when there is an actual Request, but caches must be able to be produced before a Request so this function is not allowed in this scope. See more info here: https://nextjs.org/docs/messages/next-request-in-use-cache",
"112": "Invariant: unexpected marker",
"113": "Unknown source map type for %s: %s.",
"114": "Invariant: Unknown request type.",
"115": "Image with src \"%s\" has both \"height\" and \"fill\" properties. Only one should be used.",
"116": "Invariant cant propagate server field, no app initialized",
"117": "The connection to the page was unexpectedly closed, possibly due to the stop button being clicked, loss of Wi-Fi, or an unstable internet connection.",
"118": "Specified images.localPatterns should be an Array received %s.\\nSee more info here: https://nextjs.org/docs/messages/invalid-images-config",
"119": "request.headers must be an instance of Headers",
"120": "The Middleware \"%s\" must export a \\`middleware\\` or a \\`default\\` function",
"121": "The /404 page can not return notFound in \"getStaticProps\", please remove it to continue!",
"122": "next build doesn't support turbopack yet",
"123": "Invariant: url can not be undefined",
"124": "Failed to load static props",
"125": "\\`pages%s\\` %s",
"126": "Route %s used %s without first calling \\`await connection()\\`. See more info here: https://nextjs.org/docs/messages/next-prerender-sync-headers",
"127": "Route %s used \"headers\" inside a function cached with \"unstable_cache(...)\". Accessing Dynamic data sources inside a cache scope is not supported. If you need this data inside a cached function use \"headers\" outside of the cached function and pass the required dynamic data in as an argument. See more info here: https://nextjs.org/docs/app/api-reference/functions/unstable_cache",
"128": "Using a self signed certificate is only supported with `next dev`.",
"129": "invariant: getStaticProps did not return valid props. Please report this.",
"130": "Invariant: App Route Route Modules cannot be used in the edge runtime",
"131": "Certificate files not found",
"132": "Page changed from static to dynamic at runtime %s%s\\nsee more here https://nextjs.org/docs/messages/app-static-to-dynamic-error",
"133": "Route %s used \"%s\" inside a function cached with \"unstable_cache(...)\". Accessing Dynamic data sources inside a cache scope is not supported. If you need this data inside a cached function use \"%s\" outside of the cached function and pass the required dynamic data in as an argument. See more info here: https://nextjs.org/docs/app/api-reference/functions/unstable_cache",
"134": "\\`pages/404\\` %s",
"135": "%s be used within %s.",
"136": "Expected webpack publicPath to be a string when using App Router. To customize where static assets are loaded from, use the `assetPrefix` option in next.config.js. If you are customizing your webpack config please make sure you are not modifying or removing the publicPath configuration option",
"137": "Unknown cacheLife profile \"%s\" is not configured in next.config.js\\nmodule.exports = {\n experimental: {\n cacheLife: {\n \"%s\": ...\\n }\n }\n}",
"138": "Unknown StyledString type",
"139": "Can't resolve main package.json file",
"140": "Specified pageExtensions is not an array of strings, found \"%s\". Please update this config or remove it.",
"141": "Unsupported platform: %s",
"142": "The router state header was too large.",
"143": "request failed with empty body",
"144": "> Couldn't find any `pages` or `app` directory. Please create one under the project root",
"145": "Proxy request aborted [%s %s]",
"146": "Proxy request failed: %s",
"147": "Detected a three-dot character ('…') at ('%s'). Did you mean ('...')?",
"148": "Specified i18n should be an object received %s.\\nSee more info here: https://nextjs.org/docs/messages/invalid-i18n-config",
"149": "Dynamic Code Evaluation (e. g. 'eval', 'new Function') not allowed in Edge Runtime\nLearn More: https://nextjs.org/docs/messages/edge-dynamic-code-evaluation",
"150": "Invariant: Expected to inject all imports, missing %s in template",
"151": "Invariant: static responses cannot be streamed",
"152": "Cannot parse form action \"%s\" as a URL",
"153": "Invalid urlPath provided to revalidate(), must be a path e.g. /blog/post-1, received %s",
"154": "Invariant: basePath must be set and cannot be \"/\"",
"155": "unrecognized HMR message \"%s\"",
"156": "Invariant: page postponed without PPR being enabled",
"157": "Route %s used \"cookies\" inside a function cached with \"unstable_cache(...)\". Accessing Dynamic data sources inside a cache scope is not supported. If you need this data inside a cached function use \"cookies\" outside of the cached function and pass the required dynamic data in as an argument. See more info here: https://nextjs.org/docs/app/api-reference/functions/unstable_cache",
"158": "Unexpected middleware effect on /404",
"159": "invariant: invalid relative URL, router received %s",
"160": "invariant image optimizer cache was not initialized",
"161": "A page's revalidate option must be seconds expressed as a natural number. Mixed numbers and strings cannot be used. Received '%s' for %s",
"162": "The Edge Function \"pages%s\" must export a \\`default\\` function",
"163": "images.loaderFile detected but the file is missing default export.\nRead more: https://nextjs.org/docs/messages/invalid-images-config",
"164": "webpack build failed: found page without a React Component as default export in pages/%s\\n\\nSee https://nextjs.org/docs/messages/page-without-valid-component for more info.",
"165": "Invariant: unexpected cachedResponse of kind fetch in response cache",
"166": "%s from Minifier\\n%s",
"167": "An unexpected Turbopack error occurred. Please see the output of `next dev` for more details.",
"168": "Invalid escape character at the end.",
"169": "invariant: invalid previewModeId",
"170": "The key \"%s\" under \"env\" in %s is not allowed. https://nextjs.org/docs/messages/env-key-not-allowed",
"171": "Specified images should be an object received %s.\\nSee more info here: https://nextjs.org/docs/messages/invalid-images-config",
"172": "Failed to fetch registry info for %s, got status %s",
"173": "The packages specified in the 'transpilePackages' conflict with the 'serverExternalPackages': %s",
"174": "Invariant: required internal revalidate method not passed to api-utils",
"175": "Invalid response %s",
"176": "Image with src \"%s\" cannot start with a space or control character. Use src.trimStart() to remove it or encodeURIComponent(src) to keep it.",
"177": "cacheTag() can only be called inside a \"use cache\" function.",
"178": "Route %s used \"%s\" inside \"use cache\". Accessing Dynamic data sources inside a cache scope is not supported. If you need this data inside a cached function use \"%s\" outside of the cached function and pass the required dynamic data in as an argument. See more info here: https://nextjs.org/docs/messages/next-request-in-use-cache",
"179": "Invalid revalidate value \"%s\" on \"%s\", must be a non-negative number or false",
"180": "failed to pipe response",
"181": "Route %s used \"%s\" inside a \"use cache\" which is unsupported. To ensure revalidation is performed consistently it must always happen outside of renders and cached functions. See more info here: https://nextjs.org/docs/app/building-your-application/rendering/static-and-dynamic#dynamic-rendering",
"182": "Invalid URL",
"183": "ImageResponse moved from \"next/server\" to \"next/og\" since Next.js 14, please import from \"next/og\" instead",
"184": "Dynamic WASM code generation (e. g. 'WebAssembly.compile') not allowed in Edge Runtime.\nLearn More: https://nextjs.org/docs/messages/edge-dynamic-code-evaluation",
"185": "Invalid redirect object returned from %s for %s\\n%s\nSee more info here: https://nextjs.org/docs/messages/invalid-redirect-gssp",
"186": "Route %s used \"connection\" inside \"after(...)\". The \\`connection()\\` function is used to indicate the subsequent code must only run when there is an actual Request, but \"after(...)\" executes after the request, so this function is not allowed in this scope. See more info here: https://nextjs.org/docs/canary/app/api-reference/functions/after",
"187": "getStaticPaths is only allowed for dynamic SSG pages and was found on '%s'.\\nRead more: https://nextjs.org/docs/messages/non-dynamic-getstaticpaths-usage",
"188": "Next Image Optimization requires %s to be provided. Make sure you pass them as props to the \\`next/image\\` component. Received: %s",
"189": "Failed to load stylesheet: %s",
"190": "Invariant: expected filename to exist in cache",
"191": "Invalid Server Action payload: failed to decrypt.",
"192": "notFound() is not allowed to use in root layout",
"193": "Invariant: %s",
"194": "Invariant: failed to get page data for %s",
"195": "The experimental.allowDevelopmentBuild option requires NODE_ENV to be explicitly set to 'development'.",
"196": "Invariant: Expected to replace all template variables, missing %s in template",
"197": "Invalid \"experimental.cacheHandlers\" provided, expected an object e.g. { default: '/my-handler.js' }, received %s",
"198": "missing mkcert binary",
"199": "Failed to parse source map URL for %s.",
"200": "Invariant: buildID is required",
"201": "ISR cannot be used with \"output: export\". See more info here: https://nextjs.org/docs/advanced-features/static-html-export",
"202": "> Build directory is not writeable. https://nextjs.org/docs/messages/build-dir-not-writeable",
"203": "Configuring Next.js via '%s' is not supported. Please replace the file with 'next.config.js', 'next.config.mjs', or 'next.config.ts'.",
"204": "Expected config.httpAgentOptions to be an object",
"205": "Expected incremental cache to exist. This is a bug in Next.js",
"206": "Specified distDir is not a string, found type \"%s\"",
"207": "Invalid interception route: %s. Cannot use (..) marker at the root level, use (.) instead.",
"208": "Unterminated string",
"209": "Invalid <Link> with <a> child. Please remove <a> or use <Link legacyBehavior>.\nLearn more: https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor",
"210": "getStaticPaths with \"fallback: true\" cannot be used with \"output: export\". See more info here: https://nextjs.org/docs/advanced-features/static-html-export",
"211": "Invariant: should handle all automatic implementable methods, got method: %s",
"212": "A conflicting public file and page file was found for path %s https://nextjs.org/docs/messages/conflicting-public-file-page",
"213": "parseBody is not implemented in the web runtime",
"214": "Invariant: Expected relative import to start with \"next/\", found \"%s\"",
"215": "Unable to find uri in \"%s\"",
"216": "Image with src \"%s\" has both \"fill\" and \"style.position\" properties. Images with \"fill\" always use position absolute - it cannot be modified.",
"217": "Invalid handler fields configured for \"experimental.cacheHandler\":\\n%s",
"218": "Image with src \"%s\" has both \"priority\" and \"loading='lazy'\" properties. Only one should be used.",
"219": "PrefixPathnameNormalizer: prefix \"%s\" should not end with a slash",
"220": "Failed to parse source map %s.",
"221": "The 'public' directory is reserved in Next.js and can not be set as the 'distDir'. https://nextjs.org/docs/messages/can-not-output-to-public",
"222": "Failed to initialize render server \"middleware\"",
"223": "%sused %s. \\`cookies()\\` should be awaited before using its value. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis",
"224": "Invariant: React.unstable_postpone is not defined. This suggests the wrong version of React was loaded. This is a bug in Next.js",
"225": "Unexpected middleware effect on %s",
"226": "Invariant: Missing `host` header from a forwarded Server Actions request.",
"227": "Specified i18n.locales should be an Array received %s.\\nSee more info here: https://nextjs.org/docs/messages/invalid-i18n-config",
"228": "Specified images.loader property (%s) also requires images.path property to be assigned to a URL prefix.\\nSee more info here: https://nextjs.org/docs/api-reference/next/legacy/image#loader-configuration",
"229": "Cannot close a CloseController multiple times",
"230": "'router' and 'Component' can not be returned in getInitialProps from _app.js https://nextjs.org/docs/messages/cant-override-next-props",
"231": "Invalid src prop (%s) on \\`next/image\\`, hostname \"%s\" is not configured under images in your \\`next.config.js\\`\\nSee more info: https://nextjs.org/docs/messages/next-image-unconfigured-host",
"232": "Failed to parse \"%s\":\\n%s",
"233": "The revalidate option must be a number of seconds.",
"234": "Cannot prefetch '%s' because it cannot be converted to a URL.",
"235": "Invariant: expected routes to have been loaded before match",
"236": "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\".",
"237": "Invalid OpenGraph type: %s",
"238": "invariant expected app router to be mounted",
"239": "Invariant: page wasn't built",
"240": "Failed to revalidate %s: %s",
"241": "Invalid value returned from getStaticPaths in %s. Received %s %s",
"242": "Invariant: expected compilation to finish before new matchers were added, possible missing await",
"243": "The \\`fallback\\` key must be returned from getStaticPaths in %s.\\n%s",
"244": "invalid hex: \\`%s%s\\`",
"245": "Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.",
"246": "Route %s used \"%s\" inside \"use cache\". The enabled status of draftMode can be read in caches but you must not enable or disable draftMode inside a cache. See more info here: https://nextjs.org/docs/messages/next-request-in-use-cache",
"247": "You cannot have the same slug name \"%s\" repeat within a single dynamic path",
"248": "Unknown cache handler: %s",
"249": "%sused %s. \\`searchParams\\` should be awaited before using its properties. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis",
"250": "cacheLife() can only be called inside a \"use cache\" function.",
"251": "\\`%s\\` was called outside a request scope. Read more: https://nextjs.org/docs/messages/next-dynamic-api-wrong-context",
"252": "Image with src \"%s\" is missing \"loader\" prop.\\nRead more: https://nextjs.org/docs/messages/next-image-missing-loader",
"253": "Expected to use %s bindings (%s) for React but the current process is referencing '%s' from the %s bindings (%s). This is likely a bug in our integration of the Next.js server runtime.",
"254": "Invalid fallback mode: %s",
"255": "getStaticPaths is required for dynamic SSG pages and is missing for '%s'.\\nRead more: https://nextjs.org/docs/messages/invalid-getstaticpaths-value",
"256": "Can't use lazyRenderAppPage in minimal mode",
"257": "Invariant: invalid matchers for middleware %s",
"258": "Invariant: response is null. This is a bug in Next.js",
"259": "Route %s used \"%s\" inside a function cached with \"unstable_cache(...)\". The enabled status of draftMode can be read in caches but you must not enable or disable draftMode inside a cache. See more info here: https://nextjs.org/docs/app/api-reference/functions/unstable_cache",
"260": "Not a redirect error",
"261": "Route %s used %s without first calling \\`await connection()\\`. See more info here: https://nextjs.org/docs/messages/next-prerender-sync-request",
"262": "%s %s",
"263": "Invariant: static generation store missing in %s",
"264": "Failed to find Server Action \"%s\". This request might be from an older or newer deployment. %s\\nRead more: https://nextjs.org/docs/messages/failed-to-find-server-action",
"265": "Farm is ended, no more calls can be done to it",
"266": "Multiple children were passed to <Link> with \\`href\\` of \\`%s\\` but only one child is supported https://nextjs.org/docs/messages/link-multiple-children%s",
"267": "Dynamic href \\`%s\\` found in <Link> while using the \\`/app\\` router, this is not supported. Read more: https://nextjs.org/docs/messages/app-dir-dynamic-href",
"268": "Failed to prefetch: %s",
"269": "Invalid interception route: %s. Must be in the format /<intercepting route>/(..|...|..)(..)/<intercepted route>",
"270": "Conflicting public and page file%s found. https://nextjs.org/docs/messages/conflicting-public-file-page\\n%s",
"271": "Invariant: expected to find identity in indexes map",
"272": "Can't use lazyRenderPagesPage in minimal mode",
"273": "Failed to load client build manifest",
"274": "Invariant: null responses cannot be unchunked",
"275": "Turbopack did not return any entrypoints",
"276": "invariant: runMiddleware should not be called in minimal mode",
"277": "%sused %s. \\`headers()\\` should be awaited before using its value. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis",
"278": "export const dynamic = \"force-dynamic\" on page \"%s\" cannot be used with \"output: export\". See more info here: https://nextjs.org/docs/advanced-features/static-html-export",
"279": "\"use cache\" cannot be used outside of App Router. Expected a WorkStore.",
"280": "Segment \"%s\" exports \"dynamicParams: false\" but the param \"%s\" is missing from the generated route params.",
"281": "Invariant: could not resolve page path for %s at %s",
"282": "Invariant: attempted to hard navigate to the same URL %s %s",
"283": "Attempted to handle request too many times %s",
"284": "unstable_redirect has been renamed to redirect, please update the field to continue. Page: %s",
"285": "Invalid fallback option: %s. Fallback option must be a string, null, undefined, or false.",
"286": "The default export is not a React Component in page: \"%s\"",
"287": "Invariant request handler was not setup",
"288": "Segment names may not start with erroneous periods ('%s').",
"289": "Unexpected error: extracting params from path failed but the regular expression matched",
"290": "Invariant upgrade handler was not setup",
"291": "Invariant: ensurePage can only be called on the development server",
"292": "transformSync doesn't implement reading the file from filesystem",
"293": "invalid hex: \\`%s\\`",
"294": "cacheLifeProfiles should always be provided. This is a bug in Next.js.",
"295": "Unknown action",
"296": "Invariant: isDynamicPostpone misidentified a postpone reason. This is a bug in Next.js",
"297": "Webpack config is undefined. You may have forgot to return properly from within the \"webpack\" method of your %s.\\nSee more info here https://nextjs.org/docs/messages/undefined-webpack-config",
"298": "A required parameter (%s) was not provided as %s received %s in %s for %s",
"299": "You cannot use both an required and optional catch-all route at the same level (\"[...%s]\" and \"%s\" ).",
"300": "You cannot use both an optional and required catch-all route at the same level (\"[[...%s]]\" and \"%s\").",
"301": "export const dynamic = \"force-static\"/export const revalidate not configured on route \"%s\" with \"output: export\". See more info here: https://nextjs.org/docs/advanced-features/static-html-export",
"302": "Expected span to be ended",
"303": "Route name should start with a \"/\", got \"%s\"",
"304": "Route %s used \"headers\" inside \"use cache\". Accessing Dynamic data sources inside a cache scope is not supported. If you need this data inside a cached function use \"headers\" outside of the cached function and pass the required dynamic data in as an argument. See more info here: https://nextjs.org/docs/messages/next-request-in-use-cache",
"305": "Invariant: expected a page response, got %s",
"306": "Route %s used \"%s\" inside a function cached with \"unstable_cache(...)\" which is unsupported. To ensure revalidation is performed consistently it must always happen outside of renders and cached functions. See more info here: https://nextjs.org/docs/app/building-your-application/rendering/static-and-dynamic#dynamic-rendering",
"307": "%sused %s. \\`params\\` should be awaited before using its properties. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis",
"308": "The stale option must be a number of seconds.",
"309": "Build failed because of webpack errors",
"310": "ESM packages (%s) need to be imported. Use 'import' to reference the package instead. https://nextjs.org/docs/messages/import-esm-externals",
"311": "A page's revalidate option can not be less than or equal to zero for %s. A revalidate option of zero means to revalidate after _every_ request, and implies stale data cannot be tolerated.\\n\\nTo never revalidate, you can set revalidate to \\`false\\` (only ran once at build-time).\\nTo revalidate as soon as possible, you can set the value to \\`1\\`.",
"312": "Component rendered inside next/link has to pass click event to \"onClick\" prop.",
"313": "predicate must return an absolute path or the result of calling next()",
"314": "Invariant: invalid postponed state %s",
"315": "Route Cancelled",
"316": "unknown route type %s for %s",
"317": "Invariant missing routerServerHandler",
"318": "Failed to parse source map for %s.",
"319": "Failed prop type: The prop \\`%s\\` expects a %s in \\`<Link>\\`, but got \\`%s\\` instead.%s",
"320": "No children were passed to <Link> with \\`href\\` of \\`%s\\` but one child is required https://nextjs.org/docs/messages/link-no-children",
"321": "failed to write chunk to response",
"322": "Additional keys were returned from \\`getStaticPaths\\` in page \"%s\". URL Parameters intended for this dynamic route must be nested under the \\`params\\` key, i.e.:\\n\\n\\treturn { params: { %s } }\\n\\nKeys that need to be moved: %s.\\n",
"323": "Your custom PostCSS configuration may not export a function. Please export a plain object instead.\\nRead more: https://nextjs.org/docs/messages/postcss-function",
"324": "`css.lightning.transformStyleAttr` is not supported by the wasm bindings.",
"325": "No response is returned from route handler '%s'. Ensure you return a \\`Response\\` or a \\`NextResponse\\` in all branches of your handler.",
"326": "Specified basePath is not a string, found type \"%s\"",
"327": "invalid address from server: %s",
"328": "Manifest file is empty",
"329": "To use a multi-match in the destination you must add \\`*\\` at the end of the param name to signify it should repeat. https://nextjs.org/docs/messages/invalid-multi-match",
"330": "`css.lightning.transform` is not supported by the wasm bindings.",
"331": "%s from Minifier\\n%s\\n%s",
"332": "Edge function did not return a response",
"333": "Invariant: missing request body.",
"334": "invariant: invalid previewModeEncryptionKey",
"335": "type system invariant violation",
"336": "A null error was thrown, see here for more info: https://nextjs.org/docs/messages/threw-undefined",
"337": "You cannot use different slug names for the same dynamic path ('%s' !== '%s').",
"338": "Unknown \"loader\" found in \"next.config.js\". Expected: %s. Received: %s",
"339": "%s%s",
"340": "No directory access",
"341": "It looks like you didn't end your @import statement correctly. Child nodes are attached to it.",
"342": "Failed to write turborepo access trace file",
"343": "Invalid assetPrefix provided. Original error: %s",
"344": "%sRead more: https://nextjs.org/docs/messages/%s",
"345": "Invariant: Unsupported NextRequest type",
"346": "invariant revalidate must be a number for image-cache",
"347": "Your custom PostCSS configuration must export a \\`plugins\\` key.",
"348": "Route %s used \"%s\" inside \\`after\\`. The enabled status of draftMode can be read inside \\`after\\` but you cannot enable or disable draftMode. See more info here: https://nextjs.org/docs/app/api-reference/functions/after",
"349": "could not get asset: %s",
"350": "No default cacheLife profile.",
"351": "%s from Minifier\\n%s [%s:%s,%s]%s",
"352": "A \"use server\" file can only export async functions, found %s.\\nRead more: https://nextjs.org/docs/messages/invalid-use-server-value",
"353": "Page \"%s\" is missing exported function \"generateStaticParams()\", which is required with \"output: export\" config.",
"354": "Taint can only be used with the taint flag.",
"355": "prepare() must be called before performing this operation",
"356": "getStaticPaths can only be used with dynamic pages, not '%s'.\\nLearn more: https://nextjs.org/docs/routing/dynamic-routes",
"357": "Image with src \"%s\" has invalid \"loading\" property. Provided \"%s\" should be one of %s.",
"358": "Invalid locale returned from getStaticPaths for %s, the locale %s is not specified in %s",
"359": "Invariant: server actions can't be handled during static rendering",
"360": "Failed to parse src \"%s\" on \\`next/image\\`, protocol-relative URL (//) must be changed to an absolute URL (http:// or https://)",
"361": "failed to resolve %s from %s",
"362": "Route %s errored during the prospective render. These errors are normally ignored and may not prevent the route from prerendering but are logged here because build debugging is enabled.\n \nOriginal Error: %s",
"363": "Invariant: Expected to replace at least one import",
"364": "invariant: Missing request body.",
"365": "Cannot subscribe to a closed CloseController",
"366": "invariant attempted to set non-image to image-cache",
"367": "Route %s used \"headers\" inside \"after(...)\". This is not supported. If you need this data inside an \"after\" callback, use \"headers\" outside of the callback. See more info here: https://nextjs.org/docs/canary/app/api-reference/functions/after",
"368": "Invariant might be excluded but missing source",
"369": "getServerSideProps cannot be used with \"output: export\". See more info here: https://nextjs.org/docs/advanced-features/static-html-export",
"370": "No Stats from webpack",
"371": "Image with src \"%s\" has \"placeholder='blur'\" property but is missing the \"blurDataURL\" property.\n Possible solutions:\n - Add a \"blurDataURL\" property, the contents should be a small Data URL to represent the image\n - Change the \"src\" property to a static import with one of the supported file types: %s (animated images not supported)\n - Remove the \"placeholder\" property, effectively no blur effect\n Read more: https://nextjs.org/docs/messages/placeholder-blur-data-url",
"372": "Invariant: Expected postponed to be undefined",
"373": "mis-matched route type: isApp && page for %s",
"374": "NextResponse.rewrite() was used in a app route handler, this is not currently supported. Please remove the invocation to continue.",
"375": "\"next start\" does not work with \"output: export\" configuration. Use \"npx serve@latest out\" instead.",
"376": "Copy to clipboard is not supported in this browser",
"377": "%sused %s. \\`draftMode()\\` should be awaited before using its value. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis",
"378": "Unknown dynamic param type",
"379": "Page %s does not export a default function.",
"380": "Invalid href: \"%s\" and as: \"%s\", received relative href and external as\\nSee more info: https://nextjs.org/docs/messages/invalid-relative-url-external-as",
"381": "Static generation failed due to dynamic usage on %s, reason: %s",
"382": "Invariant: Expected to inject all injections, missing %s in template",
"383": "Invariant: expected this to reference a module",
"384": "Invariant: Expected to inject all imports, found %s",
"385": "NextResponse.next() was used in a app route handler, this is not supported. See here for more info: https://nextjs.org/docs/messages/next-response-next-in-app-route-handler",
"386": "`getInitialProps` in Document component is not supported with the Edge Runtime.",
"387": "transformSync doesn't implement taking the source code as Buffer",
"388": "Page with dynamic = \"error\" encountered dynamic data method on %s.",
"389": "Invalid redirect arguments. Please use a single argument URL, e.g. res.redirect('/destination') or use a status code and URL, e.g. res.redirect(307, '/destination').",
"390": "invariant SSG should not return an image cache value",
"391": "Invalid distDir provided, distDir can not be an empty string. Please remove this config or set it to undefined",
"392": "Catch-all must be the last part of the URL.",
"393": "\"dynamicParams: true\" cannot be used with \"output: export\". See more info here: https://nextjs.org/docs/app/building-your-application/deploying/static-exports",
"394": "%s",
"395": "cacheLife() is only available with the experimental.dynamicIO config.",
"396": "Invariant: postponed state should not be present on a resume request",
"397": "Image with src \"%s\" is missing required \"height\" property.",
"398": "Route %s used \"cookies\" inside \"use cache\". Accessing Dynamic data sources inside a cache scope is not supported. If you need this data inside a cached function use \"cookies\" outside of the cached function and pass the required dynamic data in as an argument. See more info here: https://nextjs.org/docs/messages/next-request-in-use-cache",
"399": "Invariant: Unexpected redirect url format",
"400": "invariant",
"401": "\\`%s\\` cannot be called inside a prerender. This is a bug in Next.js.",
"402": "Specified images.domains should be an Array received %s.\\nSee more info here: https://nextjs.org/docs/messages/invalid-images-config",
"403": "`turbo.createProject` is not supported by the wasm bindings.",
"404": "Image with src \"%s\" has both \"fill\" and \"style.height\" properties. Images with \"fill\" always use height 100% - it cannot be modified.",
"405": "Loading initial props cancelled",
"406": "Route %s used %s without first calling \\`await connection()\\`.",
"407": "Pass `Infinity` instead of `false` if you want to cache on the client forever without checking with the server.",
"408": "pathname is undefined",
"409": "Invariant: pathname is undefined",
"410": "Pattern should define hostname but found\\n%s",
"411": "\\`unauthorized()\\` is experimental and only allowed to be used when \\`experimental.authInterrupts\\` is enabled.",
"412": "Invariant: pathname can't be empty",
"413": "Invalid i18n.domains values:\\n%s\\n\\ndomains value must follow format { domain: 'example.fr', defaultLocale: 'fr', locales: ['fr'] }.\\nSee more info here: https://nextjs.org/docs/messages/invalid-i18n-config",
"414": "Failed to collect page data for %s",
"415": "Invariant: Expected to replace all template variables, found %s",
"416": "Invariant: Missing 'next-action' header.",
"417": "page %s %s %s",
"418": "Multiple router state headers were sent. This is not allowed.",
"419": "Ensure bailed, found path \"%s\" does not match ensure type (%s)",
"420": "Image with src \"%s\" has invalid \"layout\" property. Provided \"%s\" should be one of %s.",
"421": "Segment names may not start or end with extra brackets ('%s').",
"422": "Invariant: expected a page to be provided when fallback mode is \"%s\"",
"423": "Failed to fetch _devPagesManifest.json. Is something blocking that network request?\\nRead more: https://nextjs.org/docs/messages/failed-to-fetch-devpagesmanifest",
"424": "Failed to load bindings",
"425": "Turbopack build failed with %s errors:\\n%s",
"426": "Invalid src prop (%s) on \\`next/image\\` does not match \\`images.localPatterns\\` configured in your \\`next.config.js\\`\\nSee more info: https://nextjs.org/docs/messages/next-image-unconfigured-localpatterns",
"427": "Could not find a production build in the '%s' directory. Try building your app with 'next build' before starting the production server. https://nextjs.org/docs/messages/production-start-no-build-id",
"428": "Font loaders must return one or more @font-face's",
"429": "Expected source to have been transformed to a string.",
"430": "The \\`compiler.define\\` option is configured to replace the \\`%s\\` variable. This variable is either part of a Next.js built-in or is already configured via the \\`env\\` option.",
"431": "Image with src \"%s\" has invalid \"placeholder\" property \"%s\".",
"432": "Specified i18n.locales must be an array of locale strings e.g. [\"en-US\", \"nl-NL\"] received %s.\\nSee more info here: https://nextjs.org/docs/messages/invalid-i18n-config",
"433": "This loader is only usable as a module",
"434": "Failed to collect configuration for %s",
"435": "Optional route parameters are not yet supported (\"%s\").",
"436": "invariant: invalid previewModeSigningKey",
"437": "Invariant: chainStreams requires at least one stream",
"438": "A page's revalidate option must be seconds expressed as a natural number for %s. Mixed numbers, such as '%s', cannot be used.\\nTry changing the value to '%s' or using \\`Math.ceil()\\` if you're computing the value.",
"439": "Specified i18n.localeDetection should be undefined or a boolean received %s.\\nSee more info here: https://nextjs.org/docs/messages/invalid-i18n-config",
"440": "Nonce value from Content-Security-Policy contained HTML escape characters.\nLearn more: https://nextjs.org/docs/messages/nonce-contained-invalid-characters",
"441": "Specified i18n.defaultLocale should be a string.\\nSee more info here: https://nextjs.org/docs/messages/invalid-i18n-config",
"442": "Invalid source: %s",
"443": "Page \"%s\" is missing param \"%s\" in \"generateStaticParams()\", which is required with \"output: export\" config.",
"444": "Image with src \"%s\" has invalid \"height\" property. Expected a numeric value in pixels but received \"%s\".",
"445": "Invariant: Unexpected route kind %s in file system cache.",
"446": "Failed to lookup route: %s",
"447": "getStaticPaths was added without a getStaticProps in %s. Without getStaticProps, getStaticPaths does nothing",
"448": "cache: 'force-cache' used on fetch for %s with 'export const fetchCache = 'only-no-store'",
"449": "Specified images.loader property (%s) cannot be used with images.loaderFile property. Please set images.loader to \"custom\".",
"450": "Invariant: Unknown route module type",
"451": "Image with src \"%s\" is missing required \"width\" property.",
"452": "invariant: attempted to buildStaticPaths without \"staticPathsResult\" or \"getStaticPaths\" %s",
"453": "Invariant: Unexpected route kind",
"454": "\\`redirect\\` and \\`notFound\\` can not both be returned from %s at the same time. Page: %s\\nSee more info here: https://nextjs.org/docs/messages/gssp-mixed-not-found-redirect",
"455": "generateBuildId did not return a string. https://nextjs.org/docs/messages/generatebuildid-not-a-string",
"456": "Specified i18n.domains must be an array of domain objects e.g. [ { domain: 'example.fr', defaultLocale: 'fr', locales: ['fr'] } ] received %s.\\nSee more info here: https://nextjs.org/docs/messages/invalid-i18n-config",
"457": "INVALID_DEFAULT_EXPORT",
"458": "You cannot define a route with the same specificity as a optional catch-all route (\"%s\" and \"%s[[...%s]]\").",
"459": "Invariant: missing bootstrap script. This is a bug in Next.js",
"460": "An object should only be passed to the image component src parameter if it comes from a static image import. It must include src. Received %s",
"461": "Specified images.loaderFile does not exist at \"%s\".",
"462": "The `size` option must be one of 32, 64, 128, 256, 512, or 1024",
"463": "Invariant: expected a result to be returned",
"464": "The default export is not a React Component in page: \"/_app\"",
"465": "Preview data is limited to 2KB currently, reduce how much data you are storing as preview data to continue",
"466": "Failed to read file contents of %s.",
"467": "Invariant: NodeNextRequest.stream() can only be called once",
"468": "`after` was called outside a request scope. Read more: https://nextjs.org/docs/messages/next-dynamic-api-wrong-context",
"469": "Invariant: incrementalCache missing in unstable_cache %s",
"470": "Cannot consume a ReactServerResult that has already been consumed",
"471": "Specified i18n.locales contains the following duplicate locales:\\n%s\\nEach locale should be listed only once.\\nSee more info here: https://nextjs.org/docs/messages/invalid-i18n-config",
"472": "Invariant: renderHTML should not be called in minimal mode",
"473": "invariant global layout router not mounted",
"474": "Build optimization failed: found page%s without a React Component as default export in \\n%s\\n\\nSee https://nextjs.org/docs/messages/page-without-valid-component for more info.\\n",
"475": "Page \"%s\" cannot use both \"use client\" and export function \"generateStaticParams()\".",
"476": "The \"icss\" option is deprecated, use \"modules.compileType: \"icss\"\" instead",
"477": "The Next.js Babel loader does not support .mjs or .cjs config files.",
"478": "The \"target\" property is no longer supported in %s.\\nSee more info here https://nextjs.org/docs/messages/deprecated-target-config",
"479": "Unexpected file path kind: %s",
"480": "Next.js requires react >= 18.2.0 to be installed.",
"481": "The provided path \\`%s\\` does not match the page: \\`%s\\`.",
"482": "%sused %s. \\`params\\` should be awaited before using its properties. The following properties were not available through enumeration because they conflict with builtin property names: %s. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis",
"483": "Abort fetching component for route: \"%s\"",
"484": "During prerendering, %s rejects when the prerender is complete. Typically these errors are handled by React but if you move %s to a different context by using \\`setTimeout\\`, \\`after\\`, or similar functions you may observe this error and you should handle it in that context.",
"485": "hmrRefresh can only be used in development mode. Please use refresh instead.",
"486": "Invalid interception route: %s. Cannot use (..)(..) marker at the root level or one level up.",
"487": "Encountered unknown module type: %s. Please open an issue.",
"488": "\\`forbidden()\\` is experimental and only allowed to be enabled when \\`experimental.authInterrupts\\` is enabled.",
"489": "expected string|object",
"490": "Circular structure in \"getInitialProps\" result of page \"%s\". https://nextjs.org/docs/messages/circular-structure",
"491": "loader %s for match \"%s\" does not have serializable options. Ensure that options passed are plain JavaScript objects and values.",
"492": "unrecognized Turbopack HMR message \"%s\"",
"493": "Specified \"i18n\" cannot be used with \"output: export\". See more info here: https://nextjs.org/docs/messages/export-no-i18n",
"494": "If providing both the revalidate and expire options, the expire option must be greater than the revalidate option.The expire option indicates how many seconds from the start until it can no longer be used.",
"495": "Image with src \"%s\" must use \"width\" and \"height\" properties or \"layout='fill'\" property.",
"496": "Invariant attempted to optimize _next/image itself",
"497": "\\`redirect\\` can not be returned from getStaticProps during prerendering (%s)\\nSee more info here: https://nextjs.org/docs/messages/gsp-redirect-during-prerender",
"498": "Invalid compiler type",
"499": "You cannot have the slug names \"%s\" and \"%s\" differ only by non-word symbols within a single dynamic path",
"500": "Image Optimization using the default loader is not compatible with \\`{ output: 'export' }\\`.\n Possible solutions:\n - Remove \\`{ output: 'export' }\\` and run \"next start\" to run server mode including the Image Optimization API.\n - Configure \\`{ images: { unoptimized: true } }\\` in \\`next.config.js\\` to disable the Image Optimization API.\n Read more: https://nextjs.org/docs/messages/export-image-api",
"501": "invariant image should not be incremental-cache",
"502": "Edge runtime is not supported with `generateStaticParams`.",
"503": "Cancel rendering route",
"504": "Invariant: AsyncLocalStorage accessed in runtime where it is not available",
"505": "\\nError: you provided query values for %s which is an auto-exported page. These can not be applied since the page can no longer be re-rendered on the server. To disable auto-export for this page add \\`getInitialProps\\`\\n",
"506": "invariant: imageOptimizer should not be called in minimal mode",
"507": "Invariant: missing action dispatcher.",
"508": "Failed to get registry from \"%s\".",
"509": "NextRouter was not mounted. https://nextjs.org/docs/messages/next-router-not-mounted",
"510": "Invariant: No locales provided",
"511": "The default export is not a React Component in page: \"/_document\"",
"512": "module not found",
"513": "Duration is too long to express as float64: %s",
"514": "cacheTag() is only available with the experimental.dynamicIO config.",
"515": "Specified i18n.defaultLocale should be included in i18n.locales.\\nSee more info here: https://nextjs.org/docs/messages/invalid-i18n-config",
"516": "unstable_notFound has been renamed to notFound, please update the field to continue. Page: %s",
"517": "Invariant: The detected locale does not match the locale in the query. Expected to find '%s' in '%s' but found '%s'}",
"518": "invariant did not get entry from image response cache",
"519": "[%s]: experimental.useLightningcss does not work with postcss plugins. Please remove 'useLightningcss: true' from your configuration.",
"520": "A default cacheLife profile must always be provided. This is a bug in Next.js.",
"521": "cache: 'no-store' used on fetch for %s with 'export const fetchCache = 'only-cache'",
"522": "Invariant: did not expect response writer to be written to for upgrade request",
"523": "generateDynamicFlightRenderResult should never be called in `next start` mode.",
"524": "Expected the \"use cache\" function %s to receive its encrypted bound arguments as the first argument.",
"525": "Route %s with \\`dynamic = \"error\"\\` couldn't be rendered statically because it used \\`headers\\`. See more info here: https://nextjs.org/docs/app/building-your-application/rendering/static-and-dynamic#dynamic-rendering",
"526": "Unknown expression type in abortOnSynchronousPlatformIOAccess.",
"527": "Page with \\`dynamic = \"force-dynamic\"\\` couldn't be exported. \\`output: \"export\"\\` requires all pages be renderable statically because there is no runtime server to dynamically render routes in this output format. Learn more: https://nextjs.org/docs/app/building-your-application/deploying/static-exports",
"528": "failed to decode param",
"529": "Failed to execute \"redirect\" on \"response\": Invalid status code",
"530": "Unknown modifier \"%s\"",
"531": "Expected describeListOfPropertyNames to be called with a non-empty list of strings.",
"532": "%s\n\n%s\n\n\\t%s%s\n",
"533": "Found pages with \\`fallback\\` enabled:\\n%s\\n%s\\n",
"534": "Route \"%s\" has a \\`generateMetadata\\` that depends on Request data (\\`cookies()\\`, etc...) or external data (\\`fetch(...)\\`, etc...) but the rest of the route was static or only used cached data (\\`\"use cache\"\\`). If you expected this route to be prerenderable update your \\`generateMetadata\\` to not use Request data and only use cached external data. Otherwise, add \\`await connection()\\` somewhere within this route to indicate explicitly it should not be prerendered.",
"535": "Export encountered errors on following paths:\\n\\t%s",
"536": "Unknown key \"%s\"",
"537": "Expected \\`fromDir\\` to be of type \\`string\\`, got \\`%s\\`",
"538": "`prerenderAndAbortInSequentialTasks` should not be called in edge runtime.",
"539": "Failed to decode path param(s).",
"540": "createInternalWaitUntil should never be called in minimal mode",
"541": "PhasedStream expected more phases to release but none were found.",
"542": "\"next/font\" requires SWC although Babel is being used due to a custom babel config being present.\\nRead more: https://nextjs.org/docs/messages/babel-font-loader-conflict",
"543": "Route %s with \\`dynamic = \"error\"\\` couldn't be rendered statically because it used %s. See more info here: https://nextjs.org/docs/app/building-your-application/rendering/static-and-dynamic#dynamic-rendering",
"544": "experimental.ppr",
"545": "unexpected input %s",
"546": "Native module not found: %s",
"547": "Missing workStore in AfterContext.runCallbacks",
"548": "The 'static' directory is reserved in Next.js and can not be used as the export out directory. https://nextjs.org/docs/messages/can-not-output-to-static",
"549": "Route %s with \\`dynamic = \"error\"\\` couldn't be rendered statically because it used \\`cookies\\`. See more info here: https://nextjs.org/docs/app/building-your-application/rendering/static-and-dynamic#dynamic-rendering",
"550": "Route %s couldn't be rendered statically because it used %s. See more info here: https://nextjs.org/docs/messages/dynamic-server-error",
"551": "experimental.turbo.unstablePersistentCaching",
"552": "%s\n\n%s\n\n\\t%s\n\n%s\n",
"553": "Route %s with \\`dynamic = \"error\"\\` couldn't be rendered statically because it used \\`%s\\`. See more info here: https://nextjs.org/docs/app/building-your-application/rendering/static-and-dynamic#dynamic-rendering",
"554": "%s requires options.context to be an Element",
"555": "Using \\`export * from '...'\\` in a page is disallowed. Please use \\`export { default } from '...'\\` instead.\\nRead more: https://nextjs.org/docs/messages/export-all-in-page",
"556": "`createRenderResumeDataCache` should not be called in edge runtime.",
"557": "Server Actions are not supported with static export.",
"558": "Route %s couldn't be rendered statically because it used \\`%s\\`. See more info here: https://nextjs.org/docs/messages/dynamic-server-error",
"559": "Expected the \"use cache\" function %s to receive %s bound arguments, got %s instead.",
"560": "[%s]: options.implementation.transformCss must be an 'lightningcss' transform function. Received %s",
"561": "[LightningCssMinifyPlugin]: implementation.transformCss must be an 'lightningcss' transform function. Received %s",
"562": "Route %s with \\`dynamic = \"error\"\\` couldn't be rendered statically because it used \\`connection\\`. See more info here: https://nextjs.org/docs/app/building-your-application/rendering/static-and-dynamic#dynamic-rendering",
"563": "Cannot call waitUntil() on an AwaiterOnce that was already awaited",
"564": "Expected workStore to exist when handling searchParams in a client Page.",
"565": "Expected \\`moduleId\\` to be of type \\`string\\`, got \\`%s\\`",
"566": "when/key requires at least one option key",
"567": "Expected an instance of Response to be returned",
"568": "Expected a route module to be one of app route or page",
"569": "`onTaskError` threw while handling an error thrown from an `after` task",
"570": "Missing Client Reference Manifest for %s.",
"571": "Missing encryption key for Server Actions",
"572": "Expected a finite number, got %s: %s",
"573": "Route \"%s\" has a \\`generateViewport\\` that could not finish rendering before %s was used. Follow the instructions in the error for this expression to resolve.",
"574": "PhasedStream expected at least one phase but none were found.",
"575": "Route %s with \\`dynamic = \"error\"\\` couldn't be rendered statically because it used \\`nextUrl.%s\\`.",
"576": "Route %s couldn't be rendered statically because it used %s. See more info here: https://nextjs.org/docs/app/building-your-application/rendering/static-and-dynamic#dynamic-rendering",
"577": "Route %s couldn't be rendered statically because it used a dynamic API. See more info here: https://nextjs.org/docs/messages/dynamic-server-error",
"578": "util/compare-position#getParentComparator required either options.parent or options.element",
"579": "No cached response",
"580": "Expected at least one segment",
"581": "Expected the bound arguments of \"use cache\" function %s to deserialize into an array, got %s instead.",
"582": "Route is configured with methods that cannot be statically generated.",
"583": "Route \"%s\" couldn't be rendered statically it accessed data without explicitly caching it. See more info here: https://nextjs.org/docs/messages/next-prerender-data",
"584": "PhasedStream expected no more phases to release but some were found.",
"585": "Page with \\`dynamic = \"force-dynamic\"\\` won't be rendered statically.",
"586": "Route \"%s\" couldn't be rendered statically because it used \\`%s\\`. See more info here: https://nextjs.org/docs/messages/next-prerender-data",
"587": "i18n support is not compatible with next export. See here for more info on deploying: https://nextjs.org/docs/messages/export-no-custom-routes",
"588": "The 'public' directory is reserved in Next.js and can not be used as the export out directory. https://nextjs.org/docs/messages/can-not-output-to-public",
"589": "postponed state and dev warmup immutable resume data cache should not be provided together",
"590": "Route \"%s\" has a \\`generateViewport\\` that depends on Request data (\\`cookies()\\`, etc...) or external data (\\`fetch(...)\\`, etc...) but the rest of the route was static or only used cached data (\\`\"use cache\"\\`). If you expected this route to be prerenderable update your \\`generateViewport\\` to not use Request data and only use cached external data. Otherwise, add \\`await connection()\\` somewhere within this route to indicate explicitly it should not be prerendered.",
"591": "`scheduleInSequentialTasks` should not be called in edge runtime.",
"592": "postponed state should not be provided when fallback params are provided",
"593": "Cannot \\`%s\\` on a ReactServerPrerenderResult that has already been consumed.",
"594": "query/focusable requires option.strategy to be one of [\"quick\", \"strict\", \"all\"]",
"595": "when/key requires option[\"%s\"] to be a function",
"596": "AMP Validation caused the export to fail. https://nextjs.org/docs/messages/amp-export-validation",
"597": "The NextURL configuration includes no locale \"%s\"",
"598": "Invariant: a Page with `dynamic = \"force-dynamic\"` did not trigger the dynamic pathway. This is a bug in Next.js",
"599": "Cannot call onClose on a WebNextResponse that is already closed",
"600": "Expected workStore to exist when handling params in a client segment such as a Layout or Template.",
"601": "Cannot call a class as a function",
"602": "`stringifyResumeDataCache` should not be called in edge runtime.",
"603": "Image Optimization using the default loader is not compatible with export.\n Possible solutions:\n - Use \\`next start\\` to run a server, which includes the Image Optimization API.\n - Configure \\`images.unoptimized = true\\` in \\`next.config.js\\` to disable the Image Optimization API.\n Read more: https://nextjs.org/docs/messages/export-image-api",
"604": "%s requires valid options.context",
"605": "Failed to load page with getStaticPaths for %s",
"606": "Missing manifest for Server Actions.",
"607": "experimental.dynamicIO",
"608": "Route \"%s\" has a \\`generateMetadata\\` that could not finish rendering before %s was used. Follow the instructions in the error for this expression to resolve.",
"609": "Route %s couldn't be rendered statically because it used IO that was not cached. See more info here: https://nextjs.org/docs/messages/dynamic-io",
"610": "Could not find a production build in the '%s' directory. Try building your app with 'next build' before starting the static export. https://nextjs.org/docs/messages/next-export-no-build-id",
"611": "Route %s with \\`dynamic = \"error\"\\` couldn't be rendered statically because it used \\`request.%s\\`.",
"612": "ServerPrerenderStreamResult cannot be consumed as a stream because it is not yet complete. status: %s",
"613": "Expected the input to be `string | string[]`",
"614": "Route %s used \"unstable_rootParams\" inside \"use cache\". This is not currently supported.",
"615": "Missing workStore in unstable_rootParams",
"616": "App config not found",
"617": "A required parameter (%s) was not provided as a string received %s in generateStaticParams for %s",
"618": "A required parameter (%s) was not provided as an array received %s in generateStaticParams for %s",
"619": "Page not found",
"620": "A required parameter (%s) was not provided as %s received %s in getStaticPaths for %s",
"621": "Required root params (%s) were not provided in generateStaticParams for %s, please provide at least one value for each.",
"622": "A required root parameter (%s) was not provided in generateStaticParams for %s, please provide at least one value.",
"623": "Invalid quality prop (%s) on \\`next/image\\` does not match \\`images.qualities\\` configured in your \\`next.config.js\\`\\nSee more info: https://nextjs.org/docs/messages/next-image-unconfigured-qualities",
"624": "Internal Next.js Error: createMutableActionQueue was called more than once",
"625": "Server Actions are not supported with static export.\\nRead more: https://nextjs.org/docs/app/building-your-application/deploying/static-exports#unsupported-features",
"626": "Intercepting routes are not supported with static export.\\nRead more: https://nextjs.org/docs/app/building-your-application/deploying/static-exports#unsupported-features",
"627": "cacheLife() is only available with the experimental.useCache config.",
"628": "cacheTag() is only available with the experimental.useCache config.",
"629": "Invariant (SlowModuleDetectionPlugin): Unable to find the start time for a module build. This is a Next.js internal bug.",
"630": "Invariant (SlowModuleDetectionPlugin): Module is recorded after the report is generated. This is a Next.js internal bug.",
"631": "Invariant (SlowModuleDetectionPlugin): Circular dependency detected in module graph. This is a Next.js internal bug.",
"632": "Invariant (SlowModuleDetectionPlugin): Module is missing a required debugId. This is a Next.js internal bug.",
"633": "Dynamic route not found",
"634": "Route %s used \"searchParams\" inside \"use cache\". Accessing Dynamic data sources inside a cache scope is not supported. If you need this data inside a cached function use \"searchParams\" outside of the cached function and pass the required dynamic data in as an argument. See more info here: https://nextjs.org/docs/messages/next-request-in-use-cache",
"635": "%s: Invalid source map. Only conformant source maps can be used to find the original code.",
"636": "Invariant: frames must be a function when the React version has React.use. This is a bug in Next.js.",
"637": "Invariant: frames must be an array when the React version does not have React.use. This is a bug in Next.js.",
"638": "The following tags are missing in the Root Layout: %s.\\nRead more at https://nextjs.org/docs/messages/missing-root-layout-tags",
"639": "unstable_rootParams() can only be used within App Router.",
"640": "Route %s used \"unstable_rootParams\" inside \\`\"use cache\"\\` or \\`unstable_cache\\`. Support for this API inside cache scopes is planned for a future version of Next.js.",
"641": "Route %s used \\`unstable_rootParams()\\` in Pages Router. This API is only available within App Router.",
"642": "Route %s used \\`unstable_rootParams()\\` inside \\`\"use cache\"\\` or \\`unstable_cache\\`. Support for this API inside cache scopes is planned for a future version of Next.js.",
"643": "Invalid \"devIndicator.position\" provided, expected one of %s, received %s",
"644": "@rspack/core is not available. Please make sure the appropriate Next.js plugin is installed.",
"645": "@rspack/plugin-react-refresh is not available. Please make sure the appropriate Next.js plugin is installed.",
"646": "No span found for compilation",
"647": "@rspack/core is not available. Please make sure `@next/plugin-rspack` is correctly installed.",
"648": "@rspack/plugin-react-refresh is not available. Please make sure `@next/plugin-rspack` is correctly installed.",
"649": "Cache handlers not initialized",
"650": "experimental.nodeMiddleware",
"651": "Unexpected module type %s",
"652": "Expected cached value for cache key %s not to be a %s kind, got \"FETCH\" instead.",
"653": "Expected cached value for cache key %s to be a \"FETCH\" kind, got %s instead.",
"654": "Segment Cache experiment is not enabled. This is a bug in Next.js.",
"655": "If providing both the stale and expire options, the expire option must be greater than the stale option. The expire option indicates how many seconds from the start until it can no longer be used.",
"656": "If providing both the revalidate and expire options, the expire option must be greater than the revalidate option. The expire option indicates how many seconds from the start until it can no longer be used.",
"657": "revalidate must be a number for image-cache",
"658": "Pass `Infinity` instead of `false` if you want to cache on the server forever without checking with the origin.",
"659": "SSG should not return an image cache value",
"660": "Rspack support is only available in Next.js canary.",
"661": "Build failed because of %s errors",
"662": "Invariant failed to find webpack runtime chunk",
"663": "Invariant: client chunk changed but failed to detect hash %s",
"664": "Missing 'next-action' header.",
"665": "Failed to find Server Action \"%s\". This request might be from an older or newer deployment.\\nRead more: https://nextjs.org/docs/messages/failed-to-find-server-action",
"666": "Turbopack builds are only available in canary builds of Next.js.",
"667": "receiveExpiredTags is deprecated, and not expected to be called.",
"668": "Internal Next.js error: Router action dispatched before initialization.",
"669": "Invariant: --turbopack is set but the build used Webpack",
"670": "Invariant: --turbopack is not set but the build used Turbopack. Add --turbopack to \"next start\".",
"671": "Specified images.remotePatterns must have protocol \"http\" or \"https\" received \"%s\"."
}