Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve error messages #41669

Merged
merged 6 commits into from Oct 23, 2022
Merged

Improve error messages #41669

merged 6 commits into from Oct 23, 2022

Conversation

shuding
Copy link
Member

@shuding shuding commented Oct 23, 2022

Same as #41636 but with a new condition.

Bug

  • Related issues linked using fixes #number
  • Integration tests added
  • Errors have a helpful link attached, see contributing.md

Feature

  • Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
  • Related issues linked using fixes #number
  • Integration tests added
  • Documentation added
  • Telemetry added. In case of a feature if it's used or not.
  • Errors have a helpful link attached, see contributing.md

Documentation / Examples

  • Make sure the linting passes by running pnpm lint
  • The "examples guidelines" are followed from our contributing doc

huozhi
huozhi previously approved these changes Oct 23, 2022
@ijjk
Copy link
Member

ijjk commented Oct 23, 2022

Stats from current PR

Default Build (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary shuding/next.js shu/87d7 Change
buildDuration 37.7s 36.6s -1.2s
buildDurationCached 9.2s 9.1s -40ms
nodeModulesSize 107 MB 107 MB ⚠️ +1.76 kB
nextStartRea..uration (ms) 280ms 277ms -3ms
Client Bundles (main, webpack) Overall increase ⚠️
vercel/next.js canary shuding/next.js shu/87d7 Change
222.HASH.js gzip 183 B 181 B -2 B
445-HASH.js gzip 11.8 kB 11.8 kB ⚠️ +11 B
app-internal..HASH.js gzip 181 B 182 B ⚠️ +1 B
main-app-HASH.js gzip 99.4 kB 99.4 kB ⚠️ +12 B
main-HASH.js gzip 76.8 kB 76.8 kB ⚠️ +4 B
webpack-HASH.js gzip 1.83 kB 1.83 kB ⚠️ +2 B
Overall change 190 kB 190 kB ⚠️ +28 B
Legacy Client Bundles (polyfills)
vercel/next.js canary shuding/next.js shu/87d7 Change
polyfills-HASH.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages Overall decrease ✓
vercel/next.js canary shuding/next.js shu/87d7 Change
_app-HASH.js gzip 192 B 192 B
_error-HASH.js gzip 179 B 175 B -4 B
amp-HASH.js gzip 484 B 485 B ⚠️ +1 B
css-HASH.js gzip 806 B 805 B -1 B
dynamic-HASH.js gzip 2.31 kB 2.3 kB -2 B
edge-ssr-HASH.js gzip 259 B 258 B -1 B
head-HASH.js gzip 825 B 829 B ⚠️ +4 B
hooks-HASH.js gzip 850 B 851 B ⚠️ +1 B
image-HASH.js gzip 4.11 kB 4.12 kB ⚠️ +3 B
index-HASH.js gzip 253 B 254 B ⚠️ +1 B
link-HASH.js gzip 2.73 kB 2.73 kB -7 B
routerDirect..HASH.js gzip 781 B 784 B ⚠️ +3 B
script-HASH.js gzip 859 B 856 B -3 B
withRouter-HASH.js gzip 783 B 782 B -1 B
85e02e95b279..7e3.css gzip 107 B 107 B
Overall change 15.5 kB 15.5 kB -6 B
Client Build Manifests Overall decrease ✓
vercel/next.js canary shuding/next.js shu/87d7 Change
_buildManifest.js gzip 483 B 482 B -1 B
Overall change 483 B 482 B -1 B
Rendered Page Sizes Overall increase ⚠️
vercel/next.js canary shuding/next.js shu/87d7 Change
index.html gzip 491 B 492 B ⚠️ +1 B
link.html gzip 504 B 507 B ⚠️ +3 B
withRouter.html gzip 487 B 486 B -1 B
Overall change 1.48 kB 1.49 kB ⚠️ +3 B
Edge SSR bundle Size Overall increase ⚠️
vercel/next.js canary shuding/next.js shu/87d7 Change
edge-ssr.js gzip 61.4 kB 61.4 kB ⚠️ +32 B
page.js gzip 95.7 kB 95.7 kB
Overall change 157 kB 157 kB ⚠️ +32 B
Middleware size
vercel/next.js canary shuding/next.js shu/87d7 Change
middleware-b..fest.js gzip 571 B 567 B -4 B
middleware-r..fest.js gzip 145 B 144 B -1 B
middleware.js gzip 25.4 kB 25.4 kB ⚠️ +5 B
edge-runtime..pack.js gzip 2.21 kB 2.21 kB
Overall change 28.4 kB 28.4 kB

Diffs

Diff for page.js

Diff too large to display

Diff for middleware-b..-manifest.js
@@ -7,80 +7,80 @@ self.__BUILD_MANIFEST = {
     "static/BUILD_ID/_ssgManifest.js"
   ],
   rootMainFiles: [
-    "static/chunks/webpack-feeda9385f53d703.js",
-    "static/chunks/main-app-8521ea1b7dd37c80.js"
+    "static/chunks/webpack-648b7f372899b569.js",
+    "static/chunks/main-app-8d677b5be068fe3c.js"
   ],
   pages: {
     "/": [
-      "static/chunks/webpack-feeda9385f53d703.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/index-19b603b5c9e715d2.js"
+      "static/chunks/webpack-648b7f372899b569.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/index-edb4c1a28404c33a.js"
     ],
     "/_app": [
-      "static/chunks/webpack-feeda9385f53d703.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/_app-5b96a08422a318f1.js"
+      "static/chunks/webpack-648b7f372899b569.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/_app-49b8653c915a4733.js"
     ],
     "/_error": [
-      "static/chunks/webpack-feeda9385f53d703.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/_error-a4fdefeeefeb8bdb.js"
+      "static/chunks/webpack-648b7f372899b569.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/_error-233945050b97e711.js"
     ],
     "/amp": [
-      "static/chunks/webpack-feeda9385f53d703.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/amp-c7e6cfef612e310b.js"
+      "static/chunks/webpack-648b7f372899b569.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/amp-3a6674d784ec49b8.js"
     ],
     "/css": [
-      "static/chunks/webpack-feeda9385f53d703.js",
-      "static/chunks/main-f45379e5b5820d29.js",
+      "static/chunks/webpack-648b7f372899b569.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
       "static/css/94fdbc56eafa2039.css",
-      "static/chunks/pages/css-8e2e7e496106d102.js"
+      "static/chunks/pages/css-08692d468b419728.js"
     ],
     "/dynamic": [
-      "static/chunks/webpack-feeda9385f53d703.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/dynamic-42c1aff62b7d7e35.js"
+      "static/chunks/webpack-648b7f372899b569.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/dynamic-76b063afcd3fa177.js"
     ],
     "/edge-ssr": [
-      "static/chunks/webpack-feeda9385f53d703.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/edge-ssr-00d1ddc3bd0da5f1.js"
+      "static/chunks/webpack-648b7f372899b569.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/edge-ssr-46e2e752af3efd00.js"
     ],
     "/head": [
-      "static/chunks/webpack-feeda9385f53d703.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/head-d1f17c388a4cd20d.js"
+      "static/chunks/webpack-648b7f372899b569.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/head-a9e8de6f66dbf7b6.js"
     ],
     "/hooks": [
-      "static/chunks/webpack-feeda9385f53d703.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/hooks-bdc824f700ab323e.js"
+      "static/chunks/webpack-648b7f372899b569.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/hooks-75505721cc7a0024.js"
     ],
     "/image": [
-      "static/chunks/webpack-feeda9385f53d703.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/image-389ee422e9ba78a3.js"
+      "static/chunks/webpack-648b7f372899b569.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/image-ce1a019b1786c62c.js"
     ],
     "/link": [
-      "static/chunks/webpack-feeda9385f53d703.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/link-e2dbf528cd45c4ef.js"
+      "static/chunks/webpack-648b7f372899b569.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/link-f3a71ccf4313208c.js"
     ],
     "/routerDirect": [
-      "static/chunks/webpack-feeda9385f53d703.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/routerDirect-181d2efdac671075.js"
+      "static/chunks/webpack-648b7f372899b569.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/routerDirect-17427baa8353f731.js"
     ],
     "/script": [
-      "static/chunks/webpack-feeda9385f53d703.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/script-c262542ac2836eb0.js"
+      "static/chunks/webpack-648b7f372899b569.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/script-2913249715fd7344.js"
     ],
     "/withRouter": [
-      "static/chunks/webpack-feeda9385f53d703.js",
-      "static/chunks/main-f45379e5b5820d29.js",
-      "static/chunks/pages/withRouter-6b41a768b6043285.js"
+      "static/chunks/webpack-648b7f372899b569.js",
+      "static/chunks/main-b5ac168781d96d6c.js",
+      "static/chunks/pages/withRouter-95ea0a253ae9f0a4.js"
     ]
   },
   ampFirstPages: []
Diff for middleware-r..-manifest.js
@@ -1,6 +1,6 @@
 self.__REACT_LOADABLE_MANIFEST = {
   "dynamic.js -> ../components/hello": {
-    id: 4222,
-    files: ["static/chunks/222.066d9bc31b8d8469.js"]
+    id: 7745,
+    files: ["static/chunks/745.bea7b5999c8fa776.js"]
   }
 };
Diff for middleware.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [826],
   {
-    /***/ 8486: /***/ (
+    /***/ 544: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -14,7 +14,7 @@
       __webpack_require__.d(__webpack_exports__, {
         default: () =>
           /* binding */ next_middleware_loaderabsolutePagePath_private_next_root_dir_2Fmiddleware_js_page_2Fmiddleware_rootDir_2Ftmp_2Fnext_stats_2Fstats_app_matchers_
-      }); // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/error.js
+      }); // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/error.js
 
       class PageSignatureError extends Error {
         constructor({ page }) {
@@ -41,7 +41,7 @@
   Read more: https://nextjs.org/docs/messages/middleware-parse-user-agent
   `);
         }
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/utils.js
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/utils.js
 
       //# sourceMappingURL=error.js.map
       function fromNodeHeaders(object) {
@@ -155,7 +155,7 @@
             }
           );
         }
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/spec-extension/fetch-event.js
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/spec-extension/fetch-event.js
 
       //# sourceMappingURL=utils.js.map
       const responseSymbol = Symbol("response");
@@ -201,7 +201,7 @@
             page: this.sourcePage
           });
         }
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/i18n/detect-domain-locale.js
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/i18n/detect-domain-locale.js
 
       //# sourceMappingURL=fetch-event.js.map
       function detectDomainLocale(domainItems, hostname, detectedLocale) {
@@ -230,7 +230,7 @@
           }
         }
         return domainItem;
-      } //# sourceMappingURL=detect-domain-locale.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/remove-trailing-slash.js
+      } //# sourceMappingURL=detect-domain-locale.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/remove-trailing-slash.js
 
       /**
        * Removes the trailing slash for a given route or page path. Preserves the
@@ -240,7 +240,7 @@
        *   - `/` -> `/`
        */ function removeTrailingSlash(route) {
         return route.replace(/\/$/, "") || "/";
-      } //# sourceMappingURL=remove-trailing-slash.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/parse-path.js
+      } //# sourceMappingURL=remove-trailing-slash.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/parse-path.js
 
       /**
        * Given a path this function will find the pathname, query and hash and return
@@ -268,7 +268,7 @@
           query: "",
           hash: ""
         };
-      } //# sourceMappingURL=parse-path.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/add-path-prefix.js
+      } //# sourceMappingURL=parse-path.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/add-path-prefix.js
 
       /**
        * Adds the provided prefix to the given path. It first ensures that the path
@@ -279,7 +279,7 @@
         }
         const { pathname, query, hash } = parsePath(path);
         return `${prefix}${pathname}${query}${hash}`;
-      } //# sourceMappingURL=add-path-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/add-path-suffix.js
+      } //# sourceMappingURL=add-path-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/add-path-suffix.js
 
       /**
        * Similarly to `addPathPrefix`, this function adds a suffix at the end on the
@@ -291,7 +291,7 @@
         }
         const { pathname, query, hash } = parsePath(path);
         return `${pathname}${suffix}${query}${hash}`;
-      } //# sourceMappingURL=add-path-suffix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/path-has-prefix.js
+      } //# sourceMappingURL=add-path-suffix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/path-has-prefix.js
 
       /**
        * Checks if a given path starts with a given prefix. It ensures it matches
@@ -305,7 +305,7 @@
         }
         const { pathname } = parsePath(path);
         return pathname === prefix || pathname.startsWith(prefix + "/");
-      } //# sourceMappingURL=path-has-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/add-locale.js
+      } //# sourceMappingURL=path-has-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/add-locale.js
 
       /**
        * For a given path and a locale, if the locale is given, it will prefix the
@@ -322,7 +322,7 @@
           return addPathPrefix(path, `/${locale}`);
         }
         return path;
-      } //# sourceMappingURL=add-locale.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/format-next-pathname-info.js
+      } //# sourceMappingURL=add-locale.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/format-next-pathname-info.js
 
       function formatNextPathnameInfo(info) {
         let pathname = addLocale(
@@ -346,7 +346,7 @@
             ? addPathSuffix(pathname, "/")
             : pathname
           : removeTrailingSlash(pathname);
-      } //# sourceMappingURL=format-next-pathname-info.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/get-hostname.js
+      } //# sourceMappingURL=format-next-pathname-info.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/get-hostname.js
 
       /**
        * Takes an object with a hostname property (like a parsed URL) and some
@@ -361,7 +361,7 @@
           parsed.hostname) == null
           ? void 0
           : ref.split(":")[0].toLowerCase();
-      } //# sourceMappingURL=get-hostname.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/i18n/normalize-locale-path.js
+      } //# sourceMappingURL=get-hostname.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/i18n/normalize-locale-path.js
 
       /**
        * For a pathname that may include a locale from a list of locales, it
@@ -391,7 +391,7 @@
           pathname,
           detectedLocale
         };
-      } //# sourceMappingURL=normalize-locale-path.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/remove-path-prefix.js
+      } //# sourceMappingURL=normalize-locale-path.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/remove-path-prefix.js
 
       /**
        * Given a path and a prefix it will remove the prefix when it exists in the
@@ -407,7 +407,7 @@
             : `/${withoutPrefix}`;
         }
         return path;
-      } //# sourceMappingURL=remove-path-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/get-next-pathname-info.js
+      } //# sourceMappingURL=remove-path-prefix.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/get-next-pathname-info.js
 
       function getNextPathnameInfo(pathname, options) {
         var _nextConfig;
@@ -444,7 +444,7 @@
             info.pathname;
         }
         return info;
-      } //# sourceMappingURL=get-next-pathname-info.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/next-url.js
+      } //# sourceMappingURL=get-next-pathname-info.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/next-url.js
 
       const REGEX_LOCALHOST_HOSTNAME = /(?!^https?:\/\/)(127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}|::1|localhost)/;
       function parseURL(url, base) {
@@ -656,9 +656,9 @@
       }
 
       //# sourceMappingURL=next-url.js.map
-      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/compiled/cookie/index.js
-      var cookie = __webpack_require__(2605);
-      var cookie_default = /*#__PURE__*/ __webpack_require__.n(cookie); // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/spec-extension/cookies.js
+      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/compiled/cookie/index.js
+      var cookie = __webpack_require__(3444);
+      var cookie_default = /*#__PURE__*/ __webpack_require__.n(cookie); // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/spec-extension/cookies.js
       const normalizeCookieOptions = options => {
         options = Object.assign({}, options);
         if (options.maxAge) {
@@ -777,7 +777,7 @@
             this.response.headers.set("set-cookie", expiredCookies);
           return super.clear();
         };
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/spec-extension/request.js
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/spec-extension/request.js
 
       //# sourceMappingURL=cookies.js.map
       const INTERNALS = Symbol("internal request");
@@ -851,7 +851,7 @@
         get url() {
           return this[INTERNALS].url.toString();
         }
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/spec-extension/response.js
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/spec-extension/response.js
 
       //# sourceMappingURL=request.js.map
       const response_INTERNALS = Symbol("internal response");
@@ -951,7 +951,7 @@
             headers
           });
         }
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/relativize-url.js
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/relativize-url.js
 
       //# sourceMappingURL=response.js.map
       /**
@@ -965,7 +965,7 @@
         return `${relative.protocol}//${relative.host}` === origin
           ? relative.toString().replace(origin, "")
           : relative.toString();
-      } //# sourceMappingURL=relativize-url.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/internal-utils.js
+      } //# sourceMappingURL=relativize-url.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/internal-utils.js
 
       const INTERNAL_QUERY_NAMES = [
         "__nextFallback",
@@ -994,7 +994,7 @@
           }
         }
         return searchParams;
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/app-paths.js
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/shared/lib/router/utils/app-paths.js
 
       //# sourceMappingURL=internal-utils.js.map
       // remove (name) from pathname as it's not considered for routing
@@ -1018,7 +1018,7 @@
       }
       function normalizeRscPath(pathname, enabled) {
         return enabled ? pathname.replace(/\.rsc($|\?)/, "") : pathname;
-      } //# sourceMappingURL=app-paths.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/adapter.js
+      } //# sourceMappingURL=app-paths.js.map // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/esm/server/web/adapter.js
 
       class NextRequestHint extends NextRequest {
         constructor(params) {
@@ -1240,12 +1240,12 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
           enumerable: false,
           configurable: false
         });
-      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js?absolutePagePath=private-next-root-dir%2Fmiddleware.js&page=%2Fmiddleware&rootDir=%2Ftmp%2Fnext-stats%2Fstats-app&matchers=!
+      } // CONCATENATED MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js?absolutePagePath=private-next-root-dir%2Fmiddleware.js&page=%2Fmiddleware&rootDir=%2Ftmp%2Fnext-stats%2Fstats-app&matchers=!
 
       //# sourceMappingURL=adapter.js.map
       enhanceGlobals();
 
-      var mod = __webpack_require__(8262);
+      var mod = __webpack_require__(4571);
       var handler = mod.middleware || mod.default;
 
       if (typeof handler !== "function") {
@@ -1269,7 +1269,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 8262: /***/ (
+    /***/ 4571: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -1281,7 +1281,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         /* harmony export */
       });
       /* harmony import */ var next_server__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        6574
+        2901
       );
       /* harmony import */ var next_server__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/ __webpack_require__.n(
         next_server__WEBPACK_IMPORTED_MODULE_0__
@@ -1294,7 +1294,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 7220: /***/ (__unused_webpack_module, exports) => {
+    /***/ 5429: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1314,7 +1314,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 4754: /***/ (__unused_webpack_module, exports) => {
+    /***/ 9497: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1352,7 +1352,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 7190: /***/ (__unused_webpack_module, exports) => {
+    /***/ 5549: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1384,7 +1384,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 490: /***/ (
+    /***/ 9273: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1395,8 +1395,8 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.addLocale = addLocale;
-      var _addPathPrefix = __webpack_require__(2346);
-      var _pathHasPrefix = __webpack_require__(5203);
+      var _addPathPrefix = __webpack_require__(8743);
+      var _pathHasPrefix = __webpack_require__(1612);
       function addLocale(path, locale, defaultLocale, ignorePrefix) {
         if (
           locale &&
@@ -1416,7 +1416,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 2346: /***/ (
+    /***/ 8743: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1427,7 +1427,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.addPathPrefix = addPathPrefix;
-      var _parsePath = __webpack_require__(1742);
+      var _parsePath = __webpack_require__(3096);
       function addPathPrefix(path, prefix) {
         if (!path.startsWith("/") || !prefix) {
           return path;
@@ -1439,7 +1439,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 6781: /***/ (
+    /***/ 442: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1450,7 +1450,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.addPathSuffix = addPathSuffix;
-      var _parsePath = __webpack_require__(1742);
+      var _parsePath = __webpack_require__(3096);
       function addPathSuffix(path, suffix) {
         if (!path.startsWith("/") || !suffix) {
           return path;
@@ -1462,7 +1462,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 6451: /***/ (
+    /***/ 4142: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1473,10 +1473,10 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.formatNextPathnameInfo = formatNextPathnameInfo;
-      var _removeTrailingSlash = __webpack_require__(4917);
-      var _addPathPrefix = __webpack_require__(2346);
-      var _addPathSuffix = __webpack_require__(6781);
-      var _addLocale = __webpack_require__(490);
+      var _removeTrailingSlash = __webpack_require__(6340);
+      var _addPathPrefix = __webpack_require__(8743);
+      var _addPathSuffix = __webpack_require__(442);
+      var _addLocale = __webpack_require__(9273);
       function formatNextPathnameInfo(info) {
         let pathname = (0, _addLocale).addLocale(
           info.pathname,
@@ -1507,7 +1507,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 5490: /***/ (
+    /***/ 749: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1518,9 +1518,9 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.getNextPathnameInfo = getNextPathnameInfo;
-      var _normalizeLocalePath = __webpack_require__(7190);
-      var _removePathPrefix = __webpack_require__(9548);
-      var _pathHasPrefix = __webpack_require__(5203);
+      var _normalizeLocalePath = __webpack_require__(5549);
+      var _removePathPrefix = __webpack_require__(2328);
+      var _pathHasPrefix = __webpack_require__(1612);
       function getNextPathnameInfo(pathname, options) {
         var _nextConfig;
         const { basePath, i18n, trailingSlash } =
@@ -1570,7 +1570,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 1742: /***/ (__unused_webpack_module, exports) => {
+    /***/ 3096: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1604,7 +1604,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 5203: /***/ (
+    /***/ 1612: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1615,7 +1615,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.pathHasPrefix = pathHasPrefix;
-      var _parsePath = __webpack_require__(1742);
+      var _parsePath = __webpack_require__(3096);
       function pathHasPrefix(path, prefix) {
         if (typeof path !== "string") {
           return false;
@@ -1627,7 +1627,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 9548: /***/ (
+    /***/ 2328: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -1638,7 +1638,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       });
       exports.removePathPrefix = removePathPrefix;
-      var _pathHasPrefix = __webpack_require__(5203);
+      var _pathHasPrefix = __webpack_require__(1612);
       function removePathPrefix(path, prefix) {
         if ((0, _pathHasPrefix).pathHasPrefix(path, prefix)) {
           const withoutPrefix = path.slice(prefix.length);
@@ -1652,7 +1652,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 4917: /***/ (__unused_webpack_module, exports) => {
+    /***/ 6340: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1666,7 +1666,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 2605: /***/ module => {
+    /***/ 3444: /***/ module => {
       var __dirname = "/";
       (() => {
         "use strict";
@@ -1794,7 +1794,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 2549: /***/ (module, exports, __webpack_require__) => {
+    /***/ 4389: /***/ (module, exports, __webpack_require__) => {
       var __dirname = "/";
       var __WEBPACK_AMD_DEFINE_RESULT__;
       (() => {
@@ -2636,7 +2636,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 3807: /***/ (__unused_webpack_module, exports) => {
+    /***/ 5355: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -2677,7 +2677,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 6330: /***/ (
+    /***/ 6928: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2687,10 +2687,10 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
-      var _detectDomainLocale = __webpack_require__(4754);
-      var _formatNextPathnameInfo = __webpack_require__(6451);
-      var _getHostname = __webpack_require__(7220);
-      var _getNextPathnameInfo = __webpack_require__(5490);
+      var _detectDomainLocale = __webpack_require__(9497);
+      var _formatNextPathnameInfo = __webpack_require__(4142);
+      var _getHostname = __webpack_require__(5429);
+      var _getNextPathnameInfo = __webpack_require__(749);
       const REGEX_LOCALHOST_HOSTNAME = /(?!^https?:\/\/)(127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}|::1|localhost)/;
       function parseURL(url, base) {
         return new URL(
@@ -2910,13 +2910,17 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 24: /***/ (__unused_webpack_module, exports, __webpack_require__) => {
+    /***/ 9880: /***/ (
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
-      var _cookie = _interopRequireDefault(__webpack_require__(2605));
+      var _cookie = _interopRequireDefault(__webpack_require__(3444));
       function _interopRequireDefault(obj) {
         return obj && obj.__esModule
           ? obj
@@ -3051,7 +3055,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 1471: /***/ (
+    /***/ 4921: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -3063,10 +3067,10 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
         value: true
       };
       __webpack_unused_export__ = void 0;
-      var _nextUrl = __webpack_require__(6330);
-      var _utils = __webpack_require__(8057);
-      var _error = __webpack_require__(3807);
-      var _cookies = __webpack_require__(24);
+      var _nextUrl = __webpack_require__(6928);
+      var _utils = __webpack_require__(3628);
+      var _error = __webpack_require__(5355);
+      var _cookies = __webpack_require__(9880);
       const INTERNALS = Symbol("internal request");
       __webpack_unused_export__ = INTERNALS;
       class NextRequest extends Request {
@@ -3147,7 +3151,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 1787: /***/ (
+    /***/ 6699: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -3158,9 +3162,9 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       __webpack_unused_export__ = {
         value: true
       };
-      var _nextUrl = __webpack_require__(6330);
-      var _utils = __webpack_require__(8057);
-      var _cookies = __webpack_require__(24);
+      var _nextUrl = __webpack_require__(6928);
+      var _utils = __webpack_require__(3628);
+      var _cookies = __webpack_require__(9880);
       const INTERNALS = Symbol("internal response");
       const REDIRECTS = new Set([301, 302, 303, 307, 308]);
       function handleMiddlewareField(init, headers) {
@@ -3269,7 +3273,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 5028: /***/ (
+    /***/ 2853: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -3283,7 +3287,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       __webpack_unused_export__ = isBot;
       exports.Nf = userAgentFromString;
       exports.WE = userAgent;
-      var _uaParserJs = _interopRequireDefault(__webpack_require__(2549));
+      var _uaParserJs = _interopRequireDefault(__webpack_require__(4389));
       function _interopRequireDefault(obj) {
         return obj && obj.__esModule
           ? obj
@@ -3311,7 +3315,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 8057: /***/ (__unused_webpack_module, exports) => {
+    /***/ 3628: /***/ (__unused_webpack_module, exports) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -3426,14 +3430,14 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
       /***/
     },
 
-    /***/ 6574: /***/ (module, exports, __webpack_require__) => {
+    /***/ 2901: /***/ (module, exports, __webpack_require__) => {
       const serverExports = {
-        NextRequest: __webpack_require__(1471) /* .NextRequest */.Im,
-        NextResponse: __webpack_require__(1787) /* .NextResponse */.x,
+        NextRequest: __webpack_require__(4921) /* .NextRequest */.Im,
+        NextResponse: __webpack_require__(6699) /* .NextResponse */.x,
         userAgentFromString: __webpack_require__(
-          5028
+          2853
         ) /* .userAgentFromString */.Nf,
-        userAgent: __webpack_require__(5028) /* .userAgent */.WE
+        userAgent: __webpack_require__(2853) /* .userAgent */.WE
       };
 
       if (typeof URLPattern !== "undefined") {
@@ -3459,7 +3463,7 @@ Learn More: https://nextjs.org/docs/messages/node-module-in-edge-runtime`;
     // webpackRuntimeModules
     /******/ var __webpack_exec__ = moduleId =>
       __webpack_require__((__webpack_require__.s = moduleId));
-    /******/ var __webpack_exports__ = __webpack_exec__(8486);
+    /******/ var __webpack_exports__ = __webpack_exec__(544);
     /******/ (_ENTRIES =
       typeof _ENTRIES === "undefined"
         ? {}
Diff for edge-ssr.js

Diff too large to display

Diff for _buildManifest.js
@@ -1,28 +1,28 @@
 self.__BUILD_MANIFEST = {
   __rewrites: { beforeFiles: [], afterFiles: [], fallback: [] },
-  "/": ["static\u002Fchunks\u002Fpages\u002Findex-19b603b5c9e715d2.js"],
-  "/_error": ["static\u002Fchunks\u002Fpages\u002F_error-a4fdefeeefeb8bdb.js"],
-  "/amp": ["static\u002Fchunks\u002Fpages\u002Famp-c7e6cfef612e310b.js"],
+  "/": ["static\u002Fchunks\u002Fpages\u002Findex-edb4c1a28404c33a.js"],
+  "/_error": ["static\u002Fchunks\u002Fpages\u002F_error-233945050b97e711.js"],
+  "/amp": ["static\u002Fchunks\u002Fpages\u002Famp-3a6674d784ec49b8.js"],
   "/css": [
     "static\u002Fcss\u002F94fdbc56eafa2039.css",
-    "static\u002Fchunks\u002Fpages\u002Fcss-8e2e7e496106d102.js"
+    "static\u002Fchunks\u002Fpages\u002Fcss-08692d468b419728.js"
   ],
   "/dynamic": [
-    "static\u002Fchunks\u002Fpages\u002Fdynamic-42c1aff62b7d7e35.js"
+    "static\u002Fchunks\u002Fpages\u002Fdynamic-76b063afcd3fa177.js"
   ],
   "/edge-ssr": [
-    "static\u002Fchunks\u002Fpages\u002Fedge-ssr-00d1ddc3bd0da5f1.js"
+    "static\u002Fchunks\u002Fpages\u002Fedge-ssr-46e2e752af3efd00.js"
   ],
-  "/head": ["static\u002Fchunks\u002Fpages\u002Fhead-d1f17c388a4cd20d.js"],
-  "/hooks": ["static\u002Fchunks\u002Fpages\u002Fhooks-bdc824f700ab323e.js"],
-  "/image": ["static\u002Fchunks\u002Fpages\u002Fimage-389ee422e9ba78a3.js"],
-  "/link": ["static\u002Fchunks\u002Fpages\u002Flink-e2dbf528cd45c4ef.js"],
+  "/head": ["static\u002Fchunks\u002Fpages\u002Fhead-a9e8de6f66dbf7b6.js"],
+  "/hooks": ["static\u002Fchunks\u002Fpages\u002Fhooks-75505721cc7a0024.js"],
+  "/image": ["static\u002Fchunks\u002Fpages\u002Fimage-ce1a019b1786c62c.js"],
+  "/link": ["static\u002Fchunks\u002Fpages\u002Flink-f3a71ccf4313208c.js"],
   "/routerDirect": [
-    "static\u002Fchunks\u002Fpages\u002FrouterDirect-181d2efdac671075.js"
+    "static\u002Fchunks\u002Fpages\u002FrouterDirect-17427baa8353f731.js"
   ],
-  "/script": ["static\u002Fchunks\u002Fpages\u002Fscript-c262542ac2836eb0.js"],
+  "/script": ["static\u002Fchunks\u002Fpages\u002Fscript-2913249715fd7344.js"],
   "/withRouter": [
-    "static\u002Fchunks\u002Fpages\u002FwithRouter-6b41a768b6043285.js"
+    "static\u002Fchunks\u002Fpages\u002FwithRouter-95ea0a253ae9f0a4.js"
   ],
   sortedPages: [
     "\u002F",
Diff for _app-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [888],
   {
-    /***/ 5504: /***/ function(
+    /***/ 600: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/_app",
         function() {
-          return __webpack_require__(8841);
+          return __webpack_require__(9965);
         }
       ]);
       if (false) {
@@ -24,7 +24,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [179], function() {
-      return __webpack_exec__(5504), __webpack_exec__(7211);
+      return __webpack_exec__(600), __webpack_exec__(8743);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for _error-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [820],
   {
-    /***/ 5434: /***/ function(
+    /***/ 48: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/_error",
         function() {
-          return __webpack_require__(1860);
+          return __webpack_require__(7435);
         }
       ]);
       if (false) {
@@ -24,7 +24,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(5434);
+      return __webpack_exec__(48);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for amp-HASH.js
@@ -1,17 +1,17 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [216],
   {
-    /***/ 8580: /***/ function(
+    /***/ 7538: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(7585);
+      module.exports = __webpack_require__(6831);
 
       /***/
     },
 
-    /***/ 3387: /***/ function(
+    /***/ 6960: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -19,7 +19,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/amp",
         function() {
-          return __webpack_require__(8698);
+          return __webpack_require__(4733);
         }
       ]);
       if (false) {
@@ -28,7 +28,7 @@
       /***/
     },
 
-    /***/ 7585: /***/ function(module, exports, __webpack_require__) {
+    /***/ 6831: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -37,9 +37,9 @@
       exports.useAmp = useAmp;
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
-      var _react = _interop_require_default(__webpack_require__(9121));
-      var _ampContext = __webpack_require__(3458);
-      var _ampMode = __webpack_require__(2644);
+      var _react = _interop_require_default(__webpack_require__(9050));
+      var _ampContext = __webpack_require__(7251);
+      var _ampMode = __webpack_require__(3961);
       function useAmp() {
         // Don't assign the context value to a variable to save bytes
         return (0, _ampMode).isInAmpMode(
@@ -61,7 +61,7 @@
       /***/
     },
 
-    /***/ 8698: /***/ function(
+    /***/ 4733: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -78,7 +78,7 @@
         /* harmony export */
       });
       /* harmony import */ var next_amp__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        8580
+        7538
       );
       /* harmony import */ var next_amp__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/ __webpack_require__.n(
         next_amp__WEBPACK_IMPORTED_MODULE_0__
@@ -102,7 +102,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(3387);
+      return __webpack_exec__(6960);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for css-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [706],
   {
-    /***/ 5612: /***/ function(
+    /***/ 1507: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/css",
         function() {
-          return __webpack_require__(2446);
+          return __webpack_require__(4566);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 2446: /***/ function(
+    /***/ 4566: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -26,10 +26,10 @@
       "use strict";
       __webpack_require__.r(__webpack_exports__);
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        5922
+        2672
       );
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        6775
+        1892
       );
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         _css_module_css__WEBPACK_IMPORTED_MODULE_1__
@@ -49,14 +49,14 @@
       /***/
     },
 
-    /***/ 6775: /***/ function(module) {
+    /***/ 1892: /***/ function(module) {
       // extracted by mini-css-extract-plugin
       module.exports = { helloWorld: "css_helloWorld__qqNwY" };
 
       /***/
     },
 
-    /***/ 9750: /***/ function(
+    /***/ 6107: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -71,7 +71,7 @@
        * This source code is licensed under the MIT license found in the
        * LICENSE file in the root directory of this source tree.
        */
-      var f = __webpack_require__(9121),
+      var f = __webpack_require__(9050),
         k = Symbol.for("react.element"),
         l = Symbol.for("react.fragment"),
         m = Object.prototype.hasOwnProperty,
@@ -106,7 +106,7 @@
       /***/
     },
 
-    /***/ 5922: /***/ function(
+    /***/ 2672: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
@@ -114,7 +114,7 @@
       "use strict";
 
       if (true) {
-        module.exports = __webpack_require__(9750);
+        module.exports = __webpack_require__(6107);
       } else {
       }
 
@@ -127,7 +127,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(5612);
+      return __webpack_exec__(1507);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for dynamic-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [739],
   {
-    /***/ 8250: /***/ function(
+    /***/ 5338: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/dynamic",
         function() {
-          return __webpack_require__(2728);
+          return __webpack_require__(5644);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 3543: /***/ function(module, exports, __webpack_require__) {
+    /***/ 3326: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -29,8 +29,8 @@
       var _extends = __webpack_require__(5506) /* ["default"] */.Z;
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
-      var _react = _interop_require_default(__webpack_require__(9121));
-      var _loadable = _interop_require_default(__webpack_require__(1559));
+      var _react = _interop_require_default(__webpack_require__(9050));
+      var _loadable = _interop_require_default(__webpack_require__(9098));
       function dynamic(dynamicOptions, options) {
         let loadableFn = _loadable.default;
         let loadableOptions = (options == null
@@ -128,7 +128,7 @@
       /***/
     },
 
-    /***/ 4330: /***/ function(
+    /***/ 4250: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -141,7 +141,7 @@
       exports.LoadableContext = void 0;
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
-      var _react = _interop_require_default(__webpack_require__(9121));
+      var _react = _interop_require_default(__webpack_require__(9050));
       const LoadableContext = _react.default.createContext(null);
       exports.LoadableContext = LoadableContext;
       if (false) {
@@ -150,7 +150,7 @@
       /***/
     },
 
-    /***/ 1559: /***/ function(
+    /***/ 9098: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -164,9 +164,9 @@
       var _extends = __webpack_require__(5506) /* ["default"] */.Z;
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
-      var _react = _interop_require_default(__webpack_require__(9121));
-      var _loadableContext = __webpack_require__(4330);
-      const { useSyncExternalStore } = true ? __webpack_require__(9121) : 0;
+      var _react = _interop_require_default(__webpack_require__(9050));
+      var _loadableContext = __webpack_require__(4250);
+      const { useSyncExternalStore } = true ? __webpack_require__(9050) : 0;
       const ALL_INITIALIZERS = [];
       const READY_INITIALIZERS = [];
       let initialized = false;
@@ -416,7 +416,7 @@
       /***/
     },
 
-    /***/ 2728: /***/ function(
+    /***/ 5644: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -430,10 +430,10 @@
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        5922
+        2672
       );
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        6071
+        618
       );
       /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_dynamic__WEBPACK_IMPORTED_MODULE_1__
@@ -442,11 +442,11 @@
       const DynamicHello = next_dynamic__WEBPACK_IMPORTED_MODULE_1___default()(
         () =>
           __webpack_require__
-            .e(/* import() */ 222)
-            .then(__webpack_require__.bind(__webpack_require__, 4222)),
+            .e(/* import() */ 745)
+            .then(__webpack_require__.bind(__webpack_require__, 7745)),
         {
           loadableGenerated: {
-            webpack: () => [/*require.resolve*/ 4222]
+            webpack: () => [/*require.resolve*/ 7745]
           }
         }
       );
@@ -473,7 +473,7 @@
       /***/
     },
 
-    /***/ 9750: /***/ function(
+    /***/ 6107: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -488,7 +488,7 @@
        * This source code is licensed under the MIT license found in the
        * LICENSE file in the root directory of this source tree.
        */
-      var f = __webpack_require__(9121),
+      var f = __webpack_require__(9050),
         k = Symbol.for("react.element"),
         l = Symbol.for("react.fragment"),
         m = Object.prototype.hasOwnProperty,
@@ -523,7 +523,7 @@
       /***/
     },
 
-    /***/ 5922: /***/ function(
+    /***/ 2672: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
@@ -531,19 +531,19 @@
       "use strict";
 
       if (true) {
-        module.exports = __webpack_require__(9750);
+        module.exports = __webpack_require__(6107);
       } else {
       }
 
       /***/
     },
 
-    /***/ 6071: /***/ function(
+    /***/ 618: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(3543);
+      module.exports = __webpack_require__(3326);
 
       /***/
     }
@@ -554,7 +554,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(8250);
+      return __webpack_exec__(5338);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for edge-ssr-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [800],
   {
-    /***/ 5442: /***/ function(
+    /***/ 8950: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/edge-ssr",
         function() {
-          return __webpack_require__(5775);
+          return __webpack_require__(8812);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 5775: /***/ function(
+    /***/ 8812: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -50,7 +50,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(5442);
+      return __webpack_exec__(8950);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for head-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [645],
   {
-    /***/ 9876: /***/ function(
+    /***/ 9345: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/head",
         function() {
-          return __webpack_require__(38);
+          return __webpack_require__(1777);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 38: /***/ function(
+    /***/ 1777: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -32,10 +32,10 @@
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        5922
+        2672
       );
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        33
+        3059
       );
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_head__WEBPACK_IMPORTED_MODULE_1__
@@ -69,7 +69,7 @@
       /***/
     },
 
-    /***/ 9750: /***/ function(
+    /***/ 6107: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -84,7 +84,7 @@
        * This source code is licensed under the MIT license found in the
        * LICENSE file in the root directory of this source tree.
        */
-      var f = __webpack_require__(9121),
+      var f = __webpack_require__(9050),
         k = Symbol.for("react.element"),
         l = Symbol.for("react.fragment"),
         m = Object.prototype.hasOwnProperty,
@@ -119,7 +119,7 @@
       /***/
     },
 
-    /***/ 5922: /***/ function(
+    /***/ 2672: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
@@ -127,19 +127,19 @@
       "use strict";
 
       if (true) {
-        module.exports = __webpack_require__(9750);
+        module.exports = __webpack_require__(6107);
       } else {
       }
 
       /***/
     },
 
-    /***/ 33: /***/ function(
+    /***/ 3059: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(5817);
+      module.exports = __webpack_require__(2552);
 
       /***/
     }
@@ -150,7 +150,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(9876);
+      return __webpack_exec__(9345);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for hooks-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [757],
   {
-    /***/ 4309: /***/ function(
+    /***/ 1995: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/hooks",
         function() {
-          return __webpack_require__(8917);
+          return __webpack_require__(2243);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 8917: /***/ function(
+    /***/ 2243: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -26,10 +26,10 @@
       "use strict";
       __webpack_require__.r(__webpack_exports__);
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        5922
+        2672
       );
       /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        9121
+        9050
       );
 
       /* harmony default export */ __webpack_exports__["default"] = () => {
@@ -77,7 +77,7 @@
       /***/
     },
 
-    /***/ 9750: /***/ function(
+    /***/ 6107: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -92,7 +92,7 @@
        * This source code is licensed under the MIT license found in the
        * LICENSE file in the root directory of this source tree.
        */
-      var f = __webpack_require__(9121),
+      var f = __webpack_require__(9050),
         k = Symbol.for("react.element"),
         l = Symbol.for("react.fragment"),
         m = Object.prototype.hasOwnProperty,
@@ -127,7 +127,7 @@
       /***/
     },
 
-    /***/ 5922: /***/ function(
+    /***/ 2672: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
@@ -135,7 +135,7 @@
       "use strict";
 
       if (true) {
-        module.exports = __webpack_require__(9750);
+        module.exports = __webpack_require__(6107);
       } else {
       }
 
@@ -148,7 +148,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(4309);
+      return __webpack_exec__(1995);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for image-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [358],
   {
-    /***/ 3835: /***/ function(
+    /***/ 1603: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/image",
         function() {
-          return __webpack_require__(9836);
+          return __webpack_require__(1693);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 7436: /***/ function(module, exports, __webpack_require__) {
+    /***/ 459: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -34,13 +34,13 @@
       var _object_without_properties_loose = __webpack_require__(
         5997
       ) /* ["default"] */.Z;
-      var _react = _interop_require_wildcard(__webpack_require__(9121));
-      var _head = _interop_require_default(__webpack_require__(5817));
-      var _imageBlurSvg = __webpack_require__(9233);
-      var _imageConfig = __webpack_require__(1886);
-      var _imageConfigContext = __webpack_require__(4445);
-      var _utils = __webpack_require__(7718);
-      var _imageLoader = _interop_require_default(__webpack_require__(2952));
+      var _react = _interop_require_wildcard(__webpack_require__(9050));
+      var _head = _interop_require_default(__webpack_require__(2552));
+      var _imageBlurSvg = __webpack_require__(9751);
+      var _imageConfig = __webpack_require__(6677);
+      var _imageConfigContext = __webpack_require__(5104);
+      var _utils = __webpack_require__(7455);
+      var _imageLoader = _interop_require_default(__webpack_require__(9131));
       function Image(_param) {
         var {
             src,
@@ -631,7 +631,7 @@
       /***/
     },
 
-    /***/ 9233: /***/ function(__unused_webpack_module, exports) {
+    /***/ 9751: /***/ function(__unused_webpack_module, exports) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -669,7 +669,7 @@
       /***/
     },
 
-    /***/ 2952: /***/ function(__unused_webpack_module, exports) {
+    /***/ 9131: /***/ function(__unused_webpack_module, exports) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -701,7 +701,7 @@
       /***/
     },
 
-    /***/ 9836: /***/ function(
+    /***/ 1693: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -720,10 +720,10 @@
         }
       });
 
-      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/compiled/react/jsx-runtime.js
-      var jsx_runtime = __webpack_require__(5922);
-      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+main-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/image.js
-      var next_image = __webpack_require__(7574);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/dist/compiled/react/jsx-runtime.js
+      var jsx_runtime = __webpack_require__(2672);
+      // EXTERNAL MODULE: ./node_modules/.pnpm/file+..+diff-repo+packages+next+next-packed.tgz_jotnbnw7qqibxqoqicinlfiuiu/node_modules/next/image.js
+      var next_image = __webpack_require__(5790);
       var image_default = /*#__PURE__*/ __webpack_require__.n(next_image); // CONCATENATED MODULE: ./pages/nextjs.png
       /* harmony default export */ var nextjs = {
         src: "/_next/static/media/nextjs.cae0b805.png",
@@ -753,7 +753,7 @@
       /***/
     },
 
-    /***/ 9750: /***/ function(
+    /***/ 6107: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -768,7 +768,7 @@
        * This source code is licensed under the MIT license found in the
        * LICENSE file in the root directory of this source tree.
        */
-      var f = __webpack_require__(9121),
+      var f = __webpack_require__(9050),
         k = Symbol.for("react.element"),
         l = Symbol.for("react.fragment"),
         m = Object.prototype.hasOwnProperty,
@@ -803,7 +803,7 @@
       /***/
     },
 
-    /***/ 5922: /***/ function(
+    /***/ 2672: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
@@ -811,19 +811,19 @@
       "use strict";
 
       if (true) {
-        module.exports = __webpack_require__(9750);
+        module.exports = __webpack_require__(6107);
       } else {
       }
 
       /***/
     },
 
-    /***/ 7574: /***/ function(
+    /***/ 5790: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(7436);
+      module.exports = __webpack_require__(459);
 
       /***/
     }
@@ -834,7 +834,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(3835);
+      return __webpack_exec__(1603);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for index-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [405],
   {
-    /***/ 1375: /***/ function(
+    /***/ 6515: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/",
         function() {
-          return __webpack_require__(605);
+          return __webpack_require__(5577);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 605: /***/ function(
+    /***/ 5577: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -44,7 +44,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(1375);
+      return __webpack_exec__(6515);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for link-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [644],
   {
-    /***/ 3185: /***/ function(
+    /***/ 9103: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/link",
         function() {
-          return __webpack_require__(5084);
+          return __webpack_require__(112);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 6439: /***/ function(module, exports) {
+    /***/ 7516: /***/ function(module, exports) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -48,7 +48,7 @@
       /***/
     },
 
-    /***/ 2851: /***/ function(module, exports, __webpack_require__) {
+    /***/ 3505: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -60,14 +60,14 @@
       var _object_without_properties_loose = __webpack_require__(
         5997
       ) /* ["default"] */.Z;
-      var _react = _interop_require_default(__webpack_require__(9121));
-      var _router = __webpack_require__(8070);
-      var _addLocale = __webpack_require__(7253);
-      var _routerContext = __webpack_require__(9715);
-      var _appRouterContext = __webpack_require__(6655);
-      var _useIntersection = __webpack_require__(7462);
-      var _getDomainLocale = __webpack_require__(6439);
-      var _addBasePath = __webpack_require__(7934);
+      var _react = _interop_require_default(__webpack_require__(9050));
+      var _router = __webpack_require__(9533);
+      var _addLocale = __webpack_require__(5480);
+      var _routerContext = __webpack_require__(5172);
+      var _appRouterContext = __webpack_require__(6272);
+      var _useIntersection = __webpack_require__(971);
+      var _getDomainLocale = __webpack_require__(7516);
+      var _addBasePath = __webpack_require__(1272);
       ("use client");
       const prefetched = {};
       function prefetch(router, href, as, options) {
@@ -391,15 +391,15 @@
       /***/
     },
 
-    /***/ 7462: /***/ function(module, exports, __webpack_require__) {
+    /***/ 971: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
       exports.useIntersection = useIntersection;
-      var _react = __webpack_require__(9121);
-      var _requestIdleCallback = __webpack_require__(6877);
+      var _react = __webpack_require__(9050);
+      var _requestIdleCallback = __webpack_require__(2803);
       const hasIntersectionObserver =
         typeof IntersectionObserver === "function";
       const observers = new Map();
@@ -507,7 +507,7 @@
       /***/
     },
 
-    /***/ 6655: /***/ function(
+    /***/ 6272: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -520,7 +520,7 @@
       exports.TemplateContext = exports.GlobalLayoutRouterContext = exports.LayoutRouterContext = exports.AppRouterContext = void 0;
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
-      var _react = _interop_require_default(__webpack_require__(9121));
+      var _react = _interop_require_default(__webpack_require__(9050));
       const AppRouterContext = _react.default.createContext(null);
       exports.AppRouterContext = AppRouterContext;
       const LayoutRouterContext = _react.default.createContext(null);
@@ -535,7 +535,7 @@
       /***/
     },
 
-    /***/ 5084: /***/ function(
+    /***/ 112: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -549,10 +549,10 @@
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        5922
+        2672
       );
       /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        1756
+        6612
       );
       /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_link__WEBPACK_IMPORTED_MODULE_1__
@@ -583,7 +583,7 @@
       /***/
     },
 
-    /***/ 9750: /***/ function(
+    /***/ 6107: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -598,7 +598,7 @@
        * This source code is licensed under the MIT license found in the
        * LICENSE file in the root directory of this source tree.
        */
-      var f = __webpack_require__(9121),
+      var f = __webpack_require__(9050),
         k = Symbol.for("react.element"),
         l = Symbol.for("react.fragment"),
         m = Object.prototype.hasOwnProperty,
@@ -633,7 +633,7 @@
       /***/
     },
 
-    /***/ 5922: /***/ function(
+    /***/ 2672: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
@@ -641,19 +641,19 @@
       "use strict";
 
       if (true) {
-        module.exports = __webpack_require__(9750);
+        module.exports = __webpack_require__(6107);
       } else {
       }
 
       /***/
     },
 
-    /***/ 1756: /***/ function(
+    /***/ 6612: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(2851);
+      module.exports = __webpack_require__(3505);
 
       /***/
     }
@@ -664,7 +664,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(3185);
+      return __webpack_exec__(9103);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for routerDirect-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [58],
   {
-    /***/ 7925: /***/ function(
+    /***/ 9396: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/routerDirect",
         function() {
-          return __webpack_require__(9323);
+          return __webpack_require__(8064);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 9323: /***/ function(
+    /***/ 8064: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -32,10 +32,10 @@
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        5922
+        2672
       );
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        3117
+        4522
       );
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_router__WEBPACK_IMPORTED_MODULE_1__
@@ -56,7 +56,7 @@
       /***/
     },
 
-    /***/ 9750: /***/ function(
+    /***/ 6107: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -71,7 +71,7 @@
        * This source code is licensed under the MIT license found in the
        * LICENSE file in the root directory of this source tree.
        */
-      var f = __webpack_require__(9121),
+      var f = __webpack_require__(9050),
         k = Symbol.for("react.element"),
         l = Symbol.for("react.fragment"),
         m = Object.prototype.hasOwnProperty,
@@ -106,7 +106,7 @@
       /***/
     },
 
-    /***/ 5922: /***/ function(
+    /***/ 2672: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
@@ -114,19 +114,19 @@
       "use strict";
 
       if (true) {
-        module.exports = __webpack_require__(9750);
+        module.exports = __webpack_require__(6107);
       } else {
       }
 
       /***/
     },
 
-    /***/ 3117: /***/ function(
+    /***/ 4522: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(7211);
+      module.exports = __webpack_require__(8743);
 
       /***/
     }
@@ -137,7 +137,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(7925);
+      return __webpack_exec__(9396);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for script-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [797],
   {
-    /***/ 1923: /***/ function(
+    /***/ 166: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/script",
         function() {
-          return __webpack_require__(4025);
+          return __webpack_require__(5065);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 4025: /***/ function(
+    /***/ 5065: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -32,10 +32,10 @@
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        5922
+        2672
       );
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        2550
+        2104
       );
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_script__WEBPACK_IMPORTED_MODULE_1__
@@ -68,7 +68,7 @@
       /***/
     },
 
-    /***/ 9750: /***/ function(
+    /***/ 6107: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -83,7 +83,7 @@
        * This source code is licensed under the MIT license found in the
        * LICENSE file in the root directory of this source tree.
        */
-      var f = __webpack_require__(9121),
+      var f = __webpack_require__(9050),
         k = Symbol.for("react.element"),
         l = Symbol.for("react.fragment"),
         m = Object.prototype.hasOwnProperty,
@@ -118,7 +118,7 @@
       /***/
     },
 
-    /***/ 5922: /***/ function(
+    /***/ 2672: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
@@ -126,19 +126,19 @@
       "use strict";
 
       if (true) {
-        module.exports = __webpack_require__(9750);
+        module.exports = __webpack_require__(6107);
       } else {
       }
 
       /***/
     },
 
-    /***/ 2550: /***/ function(
+    /***/ 2104: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = false ? 0 : __webpack_require__(3733);
+      module.exports = false ? 0 : __webpack_require__(6130);
 
       /***/
     }
@@ -149,7 +149,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(1923);
+      return __webpack_exec__(166);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for withRouter-HASH.js
@@ -1,7 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [807],
   {
-    /***/ 9242: /***/ function(
+    /***/ 4333: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -9,7 +9,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/withRouter",
         function() {
-          return __webpack_require__(7392);
+          return __webpack_require__(1820);
         }
       ]);
       if (false) {
@@ -18,7 +18,7 @@
       /***/
     },
 
-    /***/ 7392: /***/ function(
+    /***/ 1820: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -32,10 +32,10 @@
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        5922
+        2672
       );
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        3117
+        4522
       );
       /* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         next_router__WEBPACK_IMPORTED_MODULE_1__
@@ -54,7 +54,7 @@
       /***/
     },
 
-    /***/ 9750: /***/ function(
+    /***/ 6107: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -69,7 +69,7 @@
        * This source code is licensed under the MIT license found in the
        * LICENSE file in the root directory of this source tree.
        */
-      var f = __webpack_require__(9121),
+      var f = __webpack_require__(9050),
         k = Symbol.for("react.element"),
         l = Symbol.for("react.fragment"),
         m = Object.prototype.hasOwnProperty,
@@ -104,7 +104,7 @@
       /***/
     },
 
-    /***/ 5922: /***/ function(
+    /***/ 2672: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
@@ -112,19 +112,19 @@
       "use strict";
 
       if (true) {
-        module.exports = __webpack_require__(9750);
+        module.exports = __webpack_require__(6107);
       } else {
       }
 
       /***/
     },
 
-    /***/ 3117: /***/ function(
+    /***/ 4522: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
-      module.exports = __webpack_require__(7211);
+      module.exports = __webpack_require__(8743);
 
       /***/
     }
@@ -135,7 +135,7 @@
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
     /******/ __webpack_require__.O(0, [888, 179], function() {
-      return __webpack_exec__(9242);
+      return __webpack_exec__(4333);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for 222.HASH.js
@@ -1,8 +1,8 @@
 "use strict";
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
-  [222],
+  [745],
   {
-    /***/ 4222: /***/ function(
+    /***/ 7745: /***/ function(
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -15,7 +15,7 @@
         /* harmony export */
       });
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
-        5922
+        2672
       );
 
       const Hello = () => {
Diff for 445-HASH.js
@@ -1,5 +1,5 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
-  [445],
+  [704],
   {
     /***/ 7156: /***/ function(__unused_webpack_module, exports) {
       "use strict";
@@ -177,7 +177,7 @@
       /***/
     },
 
-    /***/ 4509: /***/ function(module, exports, __webpack_require__) {
+    /***/ 1852: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -189,13 +189,13 @@
       var _interop_require_wildcard = __webpack_require__(
         8889
       ) /* ["default"] */.Z;
-      var _react = _interop_require_wildcard(__webpack_require__(9121));
-      var _client = __webpack_require__(484);
-      var _appRouterContext = __webpack_require__(6655);
-      var _reducer = __webpack_require__(8156);
-      var _hooksClientContext = __webpack_require__(9389);
-      var _useReducerWithDevtools = __webpack_require__(8556);
-      var _errorBoundary = __webpack_require__(938);
+      var _react = _interop_require_wildcard(__webpack_require__(9050));
+      var _client = __webpack_require__(2029);
+      var _appRouterContext = __webpack_require__(6272);
+      var _reducer = __webpack_require__(5621);
+      var _hooksClientContext = __webpack_require__(2059);
+      var _useReducerWithDevtools = __webpack_require__(851);
+      var _errorBoundary = __webpack_require__(3417);
       function AppRouter(props) {
         return /*#__PURE__*/ _react.default.createElement(
           _errorBoundary.ErrorBoundary,
@@ -564,7 +564,7 @@
       /***/
     },
 
-    /***/ 938: /***/ function(module, exports, __webpack_require__) {
+    /***/ 3417: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -574,7 +574,7 @@
       exports.GlobalErrorComponent = GlobalErrorComponent;
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
-      var _react = _interop_require_default(__webpack_require__(9121));
+      var _react = _interop_require_default(__webpack_require__(9050));
       /**
        * Handles errors through `getDerivedStateFromError`.
        * Renders the provided error component and provides a way to `reset` the error boundary state.
@@ -695,14 +695,14 @@
       /***/
     },
 
-    /***/ 9389: /***/ function(module, exports, __webpack_require__) {
+    /***/ 2059: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
       exports.LayoutSegmentsContext = exports.ParamsContext = exports.PathnameContext = exports.SearchParamsContext = void 0;
-      var _react = __webpack_require__(9121);
+      var _react = __webpack_require__(9050);
       const SearchParamsContext = (0, _react).createContext(null);
       exports.SearchParamsContext = SearchParamsContext;
       const PathnameContext = (0, _react).createContext(null);
@@ -728,7 +728,7 @@
       /***/
     },
 
-    /***/ 8560: /***/ function(module, exports) {
+    /***/ 7803: /***/ function(module, exports) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -766,7 +766,7 @@
       /***/
     },
 
-    /***/ 1703: /***/ function(module, exports, __webpack_require__) {
+    /***/ 2048: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -778,12 +778,12 @@
       var _interop_require_wildcard = __webpack_require__(
         8889
       ) /* ["default"] */.Z;
-      var _react = _interop_require_wildcard(__webpack_require__(9121));
-      var _appRouterContext = __webpack_require__(6655);
-      var _appRouter = __webpack_require__(4509);
-      var _infinitePromise = __webpack_require__(8560);
-      var _errorBoundary = __webpack_require__(938);
-      var _matchSegments = __webpack_require__(9484);
+      var _react = _interop_require_wildcard(__webpack_require__(9050));
+      var _appRouterContext = __webpack_require__(6272);
+      var _appRouter = __webpack_require__(1852);
+      var _infinitePromise = __webpack_require__(7803);
+      var _errorBoundary = __webpack_require__(3417);
+      var _matchSegments = __webpack_require__(6788);
       function OuterLayoutRouter(param) {
         let {
           parallelRouterKey,
@@ -1213,7 +1213,7 @@
       /***/
     },
 
-    /***/ 9484: /***/ function(module, exports) {
+    /***/ 6788: /***/ function(module, exports) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1253,7 +1253,7 @@
       /***/
     },
 
-    /***/ 8156: /***/ function(module, exports, __webpack_require__) {
+    /***/ 5621: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -1261,8 +1261,8 @@
       });
       exports.reducer = exports.ACTION_PREFETCH = exports.ACTION_SERVER_PATCH = exports.ACTION_RESTORE = exports.ACTION_NAVIGATE = exports.ACTION_REFRESH = void 0;
       var _extends = __webpack_require__(5506) /* ["default"] */.Z;
-      var _matchSegments = __webpack_require__(9484);
-      var _appRouter = __webpack_require__(4509); // TODO-APP: change `any` to type inference.
+      var _matchSegments = __webpack_require__(6788);
+      var _appRouter = __webpack_require__(1852); // TODO-APP: change `any` to type inference.
       /**
        * Create data fetching record for Promise.
        */ function createRecordFromThenable(thenable) {
@@ -2329,7 +2329,7 @@
       /***/
     },
 
-    /***/ 89: /***/ function(module, exports, __webpack_require__) {
+    /***/ 4102: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -2339,8 +2339,8 @@
       var _interop_require_wildcard = __webpack_require__(
         8889
       ) /* ["default"] */.Z;
-      var _react = _interop_require_wildcard(__webpack_require__(9121));
-      var _appRouterContext = __webpack_require__(6655);
+      var _react = _interop_require_wildcard(__webpack_require__(9050));
+      var _appRouterContext = __webpack_require__(6272);
       function RenderFromTemplateContext() {
         const children = (0, _react).useContext(
           _appRouterContext.TemplateContext
@@ -2367,14 +2367,14 @@
       /***/
     },
 
-    /***/ 8556: /***/ function(module, exports, __webpack_require__) {
+    /***/ 851: /***/ function(module, exports, __webpack_require__) {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
         value: true
       });
       exports.useReducerWithReduxDevtools = void 0;
-      var _react = __webpack_require__(9121);
+      var _react = __webpack_require__(9050);
       function normalizeRouterState(val) {
         if (val instanceof Map) {
           const obj = {};
@@ -2501,7 +2501,7 @@
       /***/
     },
 
-    /***/ 6655: /***/ function(
+    /***/ 6272: /***/ function(
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -2514,7 +2514,7 @@
       exports.TemplateContext = exports.GlobalLayoutRouterContext = exports.LayoutRouterContext = exports.AppRouterContext = void 0;
       var _interop_require_default = __webpack_require__(7022) /* ["default"] */
         .Z;
-      var _react = _interop_require_default(__webpack_require__(9121));
+      var _react = _interop_require_default(__webpack_require__(9050));
       const AppRouterContext = _react.default.createContext(null);
       exports.AppRouterContext = AppRouterContext;
       const LayoutRouterContext = _react.default.createContext(null);
@@ -2529,7 +2529,7 @@
       /***/
     },
 
-    /***/ 484: /***/ function(
+    /***/ 2029: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
@@ -3023,7 +3023,7 @@
           },
 
           /***/ 522: /***/ module => {
-            module.exports = __webpack_require__(9121);
+            module.exports = __webpack_require__(9050);
 
             /***/
           }
@@ -3090,7 +3090,7 @@
       /***/
     },
 
-    /***/ 8354: /***/ function(__unused_webpack_module, exports) {
+    /***/ 8541: /***/ function(__unused_webpack_module, exports) {
       "use strict";
       /**
        * @license React
@@ -3555,7 +3555,7 @@
       /***/
     },
 
-    /***/ 9121: /***/ function(
+    /***/ 9050: /***/ function(
       module,
       __unused_webpack_exports,
       __webpack_require__
@@ -3563,7 +3563,7 @@
       "use strict";
 
       if (true) {
-        module.exports = __webpack_require__(8354);
+        module.exports = __webpack_require__(8541);
       } else {
       }
Diff for app-internals-HASH.js
@@ -1,19 +1,19 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [532],
   {
-    /***/ 8321: /***/ function(
+    /***/ 8617: /***/ function(
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
     ) {
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 4509, 23)
+        __webpack_require__.t.bind(__webpack_require__, 1852, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 1703, 23)
+        __webpack_require__.t.bind(__webpack_require__, 2048, 23)
       );
       Promise.resolve(/* import() eager */).then(
-        __webpack_require__.t.bind(__webpack_require__, 89, 23)
+        __webpack_require__.t.bind(__webpack_require__, 4102, 23)
       );
 
       /***/
@@ -24,8 +24,8 @@
     /******/ var __webpack_exec__ = function(moduleId) {
       return __webpack_require__((__webpack_require__.s = moduleId));
     };
-    /******/ __webpack_require__.O(0, [445], function() {
-      return __webpack_exec__(8321);
+    /******/ __webpack_require__.O(0, [704], function() {
+      return __webpack_exec__(8617);
     });
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for page-f5ff82db3276b3cd.js
@@ -1,6 +1,6 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([[760],{
 
-/***/ 5391:
+/***/ 6660:
 /***/ (function() {
 
 
@@ -10,7 +10,7 @@
 },
 /******/ function(__webpack_require__) { // webpackRuntimeModules
 /******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); }
-/******/ var __webpack_exports__ = (__webpack_exec__(5391));
+/******/ var __webpack_exports__ = (__webpack_exec__(6660));
 /******/ _N_E = __webpack_exports__;
 /******/ }
 ]);
\ No newline at end of file
Diff for main-HASH.js

Diff too large to display

Diff for main-app-HASH.js

Diff too large to display

Diff for webpack-HASH.js
@@ -215,7 +215,7 @@
     /******/ __webpack_require__.u = function(chunkId) {
       /******/ // return url for filenames based on template
       /******/ return (
-        "static/chunks/" + chunkId + "." + "066d9bc31b8d8469" + ".js"
+        "static/chunks/" + chunkId + "." + "bea7b5999c8fa776" + ".js"
       );
       /******/
     };
@@ -236,7 +236,7 @@
 
   /******/ /******/ !(function() {
     /******/ __webpack_require__.h = function() {
-      return "ae5ffa71fd4b8441";
+      return "999245d376d76b4c";
     };
     /******/
   })(); /* webpack/runtime/global */
Diff for index.html
@@ -11,19 +11,19 @@
       src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-feeda9385f53d703.js"
+      src="/_next/static/chunks/webpack-648b7f372899b569.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-f45379e5b5820d29.js"
+      src="/_next/static/chunks/main-b5ac168781d96d6c.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/_app-5b96a08422a318f1.js"
+      src="/_next/static/chunks/pages/_app-49b8653c915a4733.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/index-19b603b5c9e715d2.js"
+      src="/_next/static/chunks/pages/index-edb4c1a28404c33a.js"
       defer=""
     ></script>
     <script src="/_next/static/BUILD_ID/_buildManifest.js" defer=""></script>
Diff for link.html
@@ -11,19 +11,19 @@
       src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-feeda9385f53d703.js"
+      src="/_next/static/chunks/webpack-648b7f372899b569.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-f45379e5b5820d29.js"
+      src="/_next/static/chunks/main-b5ac168781d96d6c.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/_app-5b96a08422a318f1.js"
+      src="/_next/static/chunks/pages/_app-49b8653c915a4733.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/link-e2dbf528cd45c4ef.js"
+      src="/_next/static/chunks/pages/link-f3a71ccf4313208c.js"
       defer=""
     ></script>
     <script src="/_next/static/BUILD_ID/_buildManifest.js" defer=""></script>
Diff for withRouter.html
@@ -11,19 +11,19 @@
       src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"
     ></script>
     <script
-      src="/_next/static/chunks/webpack-feeda9385f53d703.js"
+      src="/_next/static/chunks/webpack-648b7f372899b569.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-f45379e5b5820d29.js"
+      src="/_next/static/chunks/main-b5ac168781d96d6c.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/_app-5b96a08422a318f1.js"
+      src="/_next/static/chunks/pages/_app-49b8653c915a4733.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/pages/withRouter-6b41a768b6043285.js"
+      src="/_next/static/chunks/pages/withRouter-95ea0a253ae9f0a4.js"
       defer=""
     ></script>
     <script src="/_next/static/BUILD_ID/_buildManifest.js" defer=""></script>
Commit: abfaf12

@ijjk
Copy link
Member

ijjk commented Oct 23, 2022

Failing test suites

Commit: 0e562d2

pnpm testheadless test/e2e/app-dir/index.test.ts

  • app dir > should not share edge workers
  • app dir > should generate build traces correctly
  • app dir > should use application/octet-stream for flight
  • app dir > should use application/octet-stream for flight with edge runtime
  • app dir > should pass props from getServerSideProps in root layout
  • app dir > should serve from pages
  • app dir > should serve dynamic route from pages
  • app dir > should serve from public
  • app dir > should serve from app
  • app dir > should serve /index as separate page
  • app dir > should serve polyfills for browsers that do not support modules
  • app dir > should include layouts when no direct parent layout
  • app dir > should use new root layout when provided
  • app dir > should not create new root layout when nested (optional)
  • app dir > should include parent document when no direct parent layout
  • app dir > should not include parent when not in parent directory
  • app dir > should serve nested parent
  • app dir > should serve dynamic parameter
  • app dir > should include document html and body
  • app dir > should not serve when layout is provided but no folder index
  • app dir > should use cache busting when loading css (dev only)
  • app dir > should not rerender layout when navigating between routes in the same layout
  • app dir > should handle hash in initial url
  • app dir > > should hard push
  • app dir > > should hard replace
  • app dir > > should soft push
  • app dir > > should be soft for back navigation
  • app dir > > should be soft for forward navigation
  • app dir > > should allow linking from app page to pages page
  • app dir > Subresource Integrity > does not include nonce when not enabled
  • app dir > Subresource Integrity > includes a nonce value with inline scripts when Content-Security-Policy header is defined
  • app dir > Subresource Integrity > includes an integrity attribute on scripts
  • app dir > Subresource Integrity > throws when escape characters are included in nonce
  • app dir > client components > hooks > usePathname > should have the correct pathname
  • app dir > client components > hooks > useRouter > should allow access to the router
  • app dir > client components > hooks > useRouter > should have consistent query and params handling
  • app dir > client components > hooks > useSearchParams > should have the correct search params
  • app dir > client components > hooks > useSelectedLayoutSegment > should have the correct layout segments at /hooks/use-selected-layout-segment/first
  • app dir > client components > hooks > useSelectedLayoutSegment > should have the correct layout segments at /hooks/use-selected-layout-segment/first/slug1
  • app dir > client components > hooks > useSelectedLayoutSegment > should have the correct layout segments at /hooks/use-selected-layout-segment/first/slug2/second
  • app dir > client components > hooks > useSelectedLayoutSegment > should have the correct layout segments at /hooks/use-selected-layout-segment/first/slug2/second/a/b
  • app dir > client components > hooks > useSelectedLayoutSegment > should have the correct layout segments at /hooks/use-selected-layout-segment/rewritten
  • app dir > client components > hooks > useSelectedLayoutSegment > should have the correct layout segments at /hooks/use-selected-layout-segment/rewritten-middleware
  • app dir > client components > hooks > useSelectedLayoutSegment > should return an empty array in pages
  • app dir > css support > client layouts > should support css modules inside client layouts
  • app dir > css support > client layouts > should support global css inside client layouts
  • app dir > css support > client pages > should support css modules inside client pages
  • app dir > css support > client pages > should support global css inside client pages
  • app dir > css support > server layouts > should support global css inside server layouts
  • app dir > css support > server layouts > should support css modules inside server layouts
  • app dir > css support > server pages > should support global css inside server pages
  • app dir > css support > server pages > should support css modules inside server pages
  • app dir > css support > server pages > should not include unused css modules in the page in prod
  • app dir > css support > server pages > should not include unused css modules in nested pages in prod
  • app dir > error component > should trigger error component when an error happens during rendering
  • app dir > error component > should trigger error component when an error happens during server components rendering
  • app dir > error component > should use default error boundary for prod and overlay for dev when no error component specified
  • app dir > error component > should allow resetting error boundary
  • app dir > error component > should hydrate empty shell to handle server-side rendering errors
  • app dir > known bugs > should not share flight data between requests
  • app dir > known bugs > should handle as on next/link
  • app dir > known bugs > should handle next/link back to initially loaded page
  • app dir > nested navigation > should navigate to nested pages
  • app dir > next/script > should support next/script and render in correct order
  • app dir > next/script > should insert preload tags for beforeInteractive and afterInteractive scripts
  • app dir > not-found > should trigger not-found in a server component
  • app dir > not-found > should trigger not-found in a client component
  • app dir > not-found > should trigger not-found client-side
  • app dir > parallel routes > should match parallel routes
  • app dir > parallel routes > should match parallel routes in route groups
  • app dir > redirect > components > should redirect in a server component
  • app dir > redirect > components > should redirect in a client component
  • app dir > redirect > components > should redirect client-side
  • app dir > redirect > middleware redirects > should redirect from middleware
  • app dir > redirect > middleware redirects > should redirect from middleware with link navigation
  • app dir > redirect > next.config.js redirects > should redirect from next.config.js
  • app dir > redirect > next.config.js redirects > should redirect from next.config.js with link navigation
  • app dir > rewrites > should support rewrites on initial load
  • app dir > rewrites > should support rewrites on client-side navigation from pages to app with existing pages path
  • app dir > rewrites > should support rewrites on client-side navigation
  • app dir > server components > should not serve .server.js as a path
  • app dir > server components > should not serve .client.js as a path
  • app dir > server components > should serve shared component
  • app dir > server components > Loading > should render loading.js in initial html for slow page
  • app dir > server components > Loading > should render loading.js in browser for slow page
  • app dir > server components > Loading > should render loading.js in initial html for slow layout
  • app dir > server components > Loading > should render loading.js in browser for slow layout
  • app dir > server components > Loading > should render loading.js in initial html for slow layout and page
  • app dir > server components > Loading > should render loading.js in browser for slow layout and page
  • app dir > server components > catch-all routes > should handle optional segments
  • app dir > server components > catch-all routes > should handle optional segments root
  • app dir > server components > catch-all routes > should handle optional catch-all segments link
  • app dir > server components > catch-all routes > should handle required segments
  • app dir > server components > catch-all routes > should handle required segments root as not found
  • app dir > server components > catch-all routes > should handle catch-all segments link
  • app dir > server components > dynamic routes > should only pass params that apply to the layout
  • app dir > server components > hooks > cookies function > should retrieve cookies in a server component
  • app dir > server components > hooks > cookies function > should access cookies on navigation
  • app dir > server components > hooks > headers function > should have access to incoming headers in a server component
  • app dir > server components > hooks > headers function > should access headers on navigation
  • app dir > server components > hooks > previewData function > should return no preview data when there is none
  • app dir > server components > hooks > previewData function > should return preview data when there is some
  • app dir > server components > middleware > should strip internal query parameters from requests to middleware for rewrite
  • app dir > server components > middleware > should strip internal query parameters from requests to middleware for redirect
  • app dir > server components > next/router > should always return null when accessed from /app
  • app dir > server components > next/router > should support router.back and router.forward
  • app dir > server components > should include client component layout with server component route > should include it server-side
  • app dir > server components > should include client component layout with server component route > should include it client-side
  • app dir > server components > should serve client component > should serve server-side
  • app dir > server components > should serve client component > should serve client-side
  • app dir > template component > should render the template that holds state in a client component and reset on navigation
  • app dir > template component > should render the template that is a server component and rerender on navigation
Expand output

● app dir › should not share edge workers

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should generate build traces correctly

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should use application/octet-stream for flight

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should use application/octet-stream for flight with edge runtime

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should pass props from getServerSideProps in root layout

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should serve from pages

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should serve dynamic route from pages

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should serve from public

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should serve from app

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should serve /index as separate page

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should serve polyfills for browsers that do not support modules

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should handle css imports in next/dynamic correctly

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should include layouts when no direct parent layout

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should not include parent when not in parent directory with route in directory

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should use new root layout when provided

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should not create new root layout when nested (optional)

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should include parent document when no direct parent layout

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should not include parent when not in parent directory

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should serve nested parent

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should serve dynamic parameter

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should include document html and body

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should not serve when layout is provided but no folder index

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should match partial parameters

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should use cache busting when loading css (dev only)

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › rewrites › should support rewrites on initial load

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › rewrites › should support rewrites on client-side navigation from pages to app with existing pages path

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › rewrites › should support rewrites on client-side navigation

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should not rerender layout when navigating between routes in the same layout

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › should handle hash in initial url

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › parallel routes › should match parallel routes

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › parallel routes › should match parallel routes in route groups

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › › should hard push

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › › should hard replace

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › › should soft push

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › › should soft replace

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › › should be soft for back navigation

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › › should be soft for forward navigation

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › › should allow linking from app page to pages page

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › should not serve .server.js as a path

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › should not serve .client.js as a path

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › should serve shared component

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › dynamic routes › should only pass params that apply to the layout

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › catch-all routes › should handle optional segments

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › catch-all routes › should handle optional segments root

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › catch-all routes › should handle optional catch-all segments link

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › catch-all routes › should handle required segments

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › catch-all routes › should handle required segments root as not found

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › catch-all routes › should handle catch-all segments link

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › should serve client component › should serve server-side

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › should serve client component › should serve client-side

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › should include client component layout with server component route › should include it server-side

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › should include client component layout with server component route › should include it client-side

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › Loading › should render loading.js in initial html for slow page

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › Loading › should render loading.js in browser for slow page

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › Loading › should render loading.js in initial html for slow layout

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › Loading › should render loading.js in browser for slow layout

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › Loading › should render loading.js in initial html for slow layout and page

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › Loading › should render loading.js in browser for slow layout and page

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › middleware › should strip internal query parameters from requests to middleware for rewrite

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › middleware › should strip internal query parameters from requests to middleware for redirect

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › next/router › should always return null when accessed from /app

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › next/router › should support router.back and router.forward

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › hooks › cookies function › should retrieve cookies in a server component

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › hooks › cookies function › should access cookies on navigation

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › hooks › headers function › should have access to incoming headers in a server component

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › hooks › headers function › should access headers on navigation

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › hooks › previewData function › should return no preview data when there is none

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › hooks › previewData function › should return preview data when there is some

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › hooks › useRouter › should throw an error when imported

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › hooks › useParams › should throw an error when imported

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › hooks › useSearchParams › should throw an error when imported

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › hooks › usePathname › should throw an error when imported

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › hooks › useLayoutSegments › should throw an error when imported

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › server components › hooks › useSelectedLayoutSegment › should throw an error when imported

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › client components › hooks › cookies function › should throw an error when imported

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › client components › hooks › previewData function › should throw an error when imported

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › client components › hooks › headers function › should throw an error when imported

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › client components › hooks › usePathname › should have the correct pathname

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › client components › hooks › useSearchParams › should have the correct search params

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › client components › hooks › useRouter › should allow access to the router

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › client components › hooks › useRouter › should have consistent query and params handling

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › client components › hooks › useSelectedLayoutSegment › should have the correct layout segments at /hooks/use-selected-layout-segment/first

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › client components › hooks › useSelectedLayoutSegment › should have the correct layout segments at /hooks/use-selected-layout-segment/first/slug1

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › client components › hooks › useSelectedLayoutSegment › should have the correct layout segments at /hooks/use-selected-layout-segment/first/slug2/second

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › client components › hooks › useSelectedLayoutSegment › should have the correct layout segments at /hooks/use-selected-layout-segment/first/slug2/second/a/b

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › client components › hooks › useSelectedLayoutSegment › should have the correct layout segments at /hooks/use-selected-layout-segment/rewritten

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › client components › hooks › useSelectedLayoutSegment › should have the correct layout segments at /hooks/use-selected-layout-segment/rewritten-middleware

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › client components › hooks › useSelectedLayoutSegment › should return an empty array in pages

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › css support › server layouts › should support global css inside server layouts

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › css support › server layouts › should support css modules inside server layouts

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › css support › server pages › should support global css inside server pages

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › css support › server pages › should support css modules inside server pages

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › css support › server pages › should not include unused css modules in the page in prod

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › css support › server pages › should not include unused css modules in nested pages in prod

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › css support › client layouts › should support css modules inside client layouts

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › css support › client layouts › should support global css inside client layouts

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › css support › client pages › should support css modules inside client pages

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › css support › client pages › should support global css inside client pages

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › Subresource Integrity › does not include nonce when not enabled

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › Subresource Integrity › includes a nonce value with inline scripts when Content-Security-Policy header is defined

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › Subresource Integrity › includes an integrity attribute on scripts

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › Subresource Integrity › throws when escape characters are included in nonce

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › template component › should render the template that holds state in a client component and reset on navigation

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › template component › should render the template that is a server component and rerender on navigation

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › error component › should trigger error component when an error happens during rendering

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › error component › should trigger error component when an error happens during server components rendering

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › error component › should use default error boundary for prod and overlay for dev when no error component specified

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › error component › should allow resetting error boundary

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › error component › should hydrate empty shell to handle server-side rendering errors

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › known bugs › should not share flight data between requests

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › known bugs › should handle as on next/link

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › known bugs › should handle next/link back to initially loaded page

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › not-found › should trigger not-found in a server component

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › not-found › should trigger not-found in a client component

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › not-found › should trigger not-found client-side

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › redirect › components › should redirect in a server component

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › redirect › components › should redirect in a client component

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › redirect › components › should redirect client-side

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › redirect › next.config.js redirects › should redirect from next.config.js

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › redirect › next.config.js redirects › should redirect from next.config.js with link navigation

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › redirect › middleware redirects › should redirect from middleware

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › redirect › middleware redirects › should redirect from middleware with link navigation

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › nested navigation › should navigate to nested pages

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › next/script › should support next/script and render in correct order

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● app dir › next/script › should insert preload tags for beforeInteractive and afterInteractive scripts

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

Read more about building and testing Next.js in contributing.md.

pnpm testheadless test/e2e/app-dir/vercel-analytics.test.ts

  • vercel analytics > with assetPrefix > Vercel analytics > should send web vitals to Vercel analytics
  • vercel analytics > without assetPrefix > Vercel analytics > should send web vitals to Vercel analytics
Expand output

● vercel analytics › without assetPrefix › Vercel analytics › should send web vitals to Vercel analytics

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

● vercel analytics › with assetPrefix › Vercel analytics › should send web vitals to Vercel analytics

next build failed with code/signal 1

  75 |         if (code || signal)
  76 |           reject(
> 77 |             new Error(`next build failed with code/signal ${code || signal}`)
     |             ^
  78 |           )
  79 |         else resolve()
  80 |       })

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:77:13)

Read more about building and testing Next.js in contributing.md.

@huozhi huozhi merged commit 0a97d07 into vercel:canary Oct 23, 2022
@shuding shuding deleted the shu/87d7 branch October 23, 2022 08:18
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants