@semiont/frontend 0.2.36 → 0.2.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/standalone/apps/frontend/.next/BUILD_ID +1 -1
- package/standalone/apps/frontend/.next/app-build-manifest.json +122 -122
- package/standalone/apps/frontend/.next/app-path-routes-manifest.json +8 -8
- package/standalone/apps/frontend/.next/build-manifest.json +6 -6
- package/standalone/apps/frontend/.next/prerender-manifest.json +3 -3
- package/standalone/apps/frontend/.next/required-server-files.json +4 -4
- package/standalone/apps/frontend/.next/server/app/[locale]/about/page.js +35 -35
- package/standalone/apps/frontend/.next/server/app/[locale]/about/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/about/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/devops/page.js +49 -49
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/devops/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/devops/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/page.js +69 -69
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/security/page.js +158 -158
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/security/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/security/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/users/page.js +121 -121
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/users/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/users/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/error/page.js +440 -440
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/error/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/error/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/mcp-setup/route.js +62 -62
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/mcp-setup/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/mcp-setup/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signin/page.js +25 -25
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signin/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signin/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signup/page.js +270 -270
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signup/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signup/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/welcome/page.js +250 -250
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/welcome/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/welcome/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/compose/page.js +46 -46
- package/standalone/apps/frontend/.next/server/app/[locale]/know/compose/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/compose/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/discover/page.js +18 -18
- package/standalone/apps/frontend/.next/server/app/[locale]/know/discover/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/discover/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/page.js +135 -135
- package/standalone/apps/frontend/.next/server/app/[locale]/know/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/resource/[id]/page.js +1454 -1454
- package/standalone/apps/frontend/.next/server/app/[locale]/know/resource/[id]/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/resource/[id]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/entity-tags/page.js +1440 -1440
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/entity-tags/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/entity-tags/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/page.js +632 -632
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/recent/page.js +79 -79
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/recent/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/recent/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/tag-schemas/page.js +1613 -1613
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/tag-schemas/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/tag-schemas/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/page.js +262 -262
- package/standalone/apps/frontend/.next/server/app/[locale]/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/privacy/page.js +125 -125
- package/standalone/apps/frontend/.next/server/app/[locale]/privacy/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/privacy/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/terms/page.js +604 -604
- package/standalone/apps/frontend/.next/server/app/[locale]/terms/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/terms/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/_not-found/page.js +358 -358
- package/standalone/apps/frontend/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/_not-found.html +1 -1
- package/standalone/apps/frontend/.next/server/app/_not-found.rsc +3 -3
- package/standalone/apps/frontend/.next/server/app/api/auth/[...nextauth]/route.js +113 -113
- package/standalone/apps/frontend/.next/server/app/api/auth/[...nextauth]/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/api/auth/[...nextauth]/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/api/cookies/consent/route.js +64 -64
- package/standalone/apps/frontend/.next/server/app/api/cookies/consent/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/api/cookies/consent/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/api/cookies/export/route.js +42 -42
- package/standalone/apps/frontend/.next/server/app/api/cookies/export/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/api/cookies/export/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/api/resources/[id]/route.js +111 -111
- package/standalone/apps/frontend/.next/server/app/api/resources/[id]/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/api/resources/[id]/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app-paths-manifest.json +8 -8
- package/standalone/apps/frontend/.next/server/chunks/1037.js +4 -4
- package/standalone/apps/frontend/.next/server/chunks/1854.js +55 -55
- package/standalone/apps/frontend/.next/server/chunks/1940.js +388 -388
- package/standalone/apps/frontend/.next/server/chunks/{5137.js → 5015.js} +20 -20
- package/standalone/apps/frontend/.next/server/chunks/{4331.js → 5919.js} +12 -12
- package/standalone/apps/frontend/.next/server/chunks/7912.js +195 -195
- package/standalone/apps/frontend/.next/server/chunks/{255.js → 8387.js} +127 -127
- package/standalone/apps/frontend/.next/server/middleware-build-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/middleware-manifest.json +5 -5
- package/standalone/apps/frontend/.next/server/next-font-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/next-font-manifest.json +1 -1
- package/standalone/apps/frontend/.next/server/pages/404.html +1 -1
- package/standalone/apps/frontend/.next/server/pages/500.html +1 -1
- package/standalone/apps/frontend/.next/server/server-reference-manifest.json +1 -1
- package/standalone/apps/frontend/.next/server/src/middleware.js +10636 -10636
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/about/page-28023b5ae5e22ad9.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/devops/{page-a9093490466b2b37.js → page-da9614b9f1606d7b.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/{layout-5af3f431ec0b3338.js → layout-62ef934e6bcc18b1.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/page-fc5e1da86912c64f.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/security/page-8031d11e8dccef6c.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/users/{page-1952f839f1e5aec3.js → page-a978206777229291.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/error/{page-c72ec26a8cc98e35.js → page-4e5ee1553c6d8ebe.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/mcp-setup/route-e1d196e7f8d38edd.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/signin/{page-180f998c19826597.js → page-c878d25b0ae5069c.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/signup/{page-f1ccc995126a89a8.js → page-1292f2664ce93b63.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/welcome/{page-f57e39b176753cc4.js → page-7e79cf1f705618db.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/compose/{page-9b4223dae15c8d0c.js → page-7c16ece328eb4a91.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/discover/{page-926f8f5f5569695e.js → page-f9d0032f45241437.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/{layout-5ab3b200e60ffd91.js → layout-83fe577a1460d915.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/{page-55d3c0928a59e55f.js → page-5349aaee3976e1bb.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/resource/[id]/page-4cb67f9bf8be8f1a.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/{layout-a298c8dc1488a191.js → layout-2f6c82f89ff0fb38.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/entity-tags/page-f76e2312764ebe0c.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/{layout-fceb080211969ed7.js → layout-63abc0b7153c03d3.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/{page-3d971aeb0ca1324a.js → page-7bc1b2215ffcdde0.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/recent/{page-3a7a7a375c4338f5.js → page-a00695b21e364495.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/tag-schemas/{page-47f0c2c1cfb3e969.js → page-874ddff1c67dd96a.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/{not-found-cd4d3962209aaa67.js → not-found-9338290efe925a85.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/{page-e6857bdeef2ade5e.js → page-46fad01f54cffcaf.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/privacy/{page-2018e48e55ecea79.js → page-7034c8af05b702cd.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/terms/{page-87dc1af32b067913.js → page-fbfecd018ce6acdd.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/api/auth/[...nextauth]/route-24502971e8577474.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/api/cookies/consent/route-680f8e085df19751.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/api/cookies/export/route-5c5bd56c39187fd1.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/api/resources/[id]/{route-41d8347af9354a15.js → route-e5f4f3f1353c7a86.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/{error-092a0e51a706052b.js → error-4ec2f52abc66bc6c.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/global-error-c894441824fc03d1.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/{common-cafbbd01b1c3775d.js → common-d8e3aad4ef182cd5.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/main-app-4616290e0bdaf4ae.js +1 -0
- package/standalone/apps/frontend/package.json +3 -3
- package/standalone/apps/frontend/server.js +1 -1
- package/standalone/node_modules/@img/{sharp-libvips-darwin-arm64/lib/libvips-cpp.8.17.3.dylib → sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3} +0 -0
- package/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/package.json +11 -5
- package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +1 -0
- package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +42 -0
- package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +30 -0
- package/standalone/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
- package/standalone/node_modules/@img/{sharp-darwin-arm64 → sharp-linux-x64}/package.json +13 -7
- package/standalone/node_modules/@img/sharp-linuxmusl-x64/LICENSE +191 -0
- package/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
- package/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +46 -0
- package/standalone/package.json +4 -2
- package/standalone/packages/core/package.json +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/about/page-d8aed1a2b6034adb.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/page-b8a11ecf0fc92f87.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/security/page-d36785d6e4d45d3a.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/mcp-setup/route-d3c1c9e26edf790a.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/resource/[id]/page-0de67bf833ae4a3f.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/entity-tags/page-a245859e2ddd4e05.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/api/auth/[...nextauth]/route-7469fd42a9044d71.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/api/cookies/consent/route-b6458d3daaa96918.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/api/cookies/export/route-78e35b60a682d097.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/global-error-6d117072fb9faa75.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/main-app-49c62e2894aa25dd.js +0 -1
- package/standalone/apps/frontend/public/android-chrome-192x192.png +0 -0
- package/standalone/apps/frontend/public/android-chrome-512x512.png +0 -0
- package/standalone/apps/frontend/public/apple-touch-icon.png +0 -0
- package/standalone/apps/frontend/public/favicon-128x128.png +0 -0
- package/standalone/apps/frontend/public/favicon-16x16.png +0 -0
- package/standalone/apps/frontend/public/favicon-32x32.png +0 -0
- package/standalone/apps/frontend/public/favicon-48x48.png +0 -0
- package/standalone/apps/frontend/public/favicon-64x64.png +0 -0
- package/standalone/apps/frontend/public/favicon-96x96.png +0 -0
- package/standalone/apps/frontend/public/favicon.ico +0 -0
- package/standalone/apps/frontend/public/favicon.svg +0 -47
- package/standalone/apps/frontend/public/site.webmanifest +0 -19
- package/standalone/node_modules/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node +0 -0
- /package/standalone/apps/frontend/.next/static/{OpFkYY-cw7w7h5hHBfiKG → guJTVgKDvrNJVGaUPYdEy}/_buildManifest.js +0 -0
- /package/standalone/apps/frontend/.next/static/{OpFkYY-cw7w7h5hHBfiKG → guJTVgKDvrNJVGaUPYdEy}/_ssgManifest.js +0 -0
- /package/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/lib/index.js +0 -0
- /package/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/versions.json +0 -0
- /package/standalone/node_modules/@img/{sharp-darwin-arm64 → sharp-linux-x64}/LICENSE +0 -0
|
@@ -60,14 +60,6 @@ const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(C
|
|
|
60
60
|
"use strict";
|
|
61
61
|
module.exports = require("next/dist/compiled/next-server/app-page.runtime.prod.js");
|
|
62
62
|
|
|
63
|
-
/***/ }),
|
|
64
|
-
|
|
65
|
-
/***/ 12548:
|
|
66
|
-
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
67
|
-
|
|
68
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 70262));
|
|
69
|
-
|
|
70
|
-
|
|
71
63
|
/***/ }),
|
|
72
64
|
|
|
73
65
|
/***/ 19121:
|
|
@@ -86,460 +78,201 @@ module.exports = require("process");
|
|
|
86
78
|
|
|
87
79
|
/***/ }),
|
|
88
80
|
|
|
89
|
-
/***/
|
|
90
|
-
/***/ ((
|
|
81
|
+
/***/ 24809:
|
|
82
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
91
83
|
|
|
92
84
|
"use strict";
|
|
93
|
-
|
|
85
|
+
__webpack_require__.r(__webpack_exports__);
|
|
86
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
87
|
+
/* harmony export */ GlobalError: () => (/* reexport safe */ _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__["default"]),
|
|
88
|
+
/* harmony export */ __next_app__: () => (/* binding */ __next_app__),
|
|
89
|
+
/* harmony export */ handler: () => (/* binding */ handler),
|
|
90
|
+
/* harmony export */ pages: () => (/* binding */ pages),
|
|
91
|
+
/* harmony export */ routeModule: () => (/* binding */ routeModule),
|
|
92
|
+
/* harmony export */ tree: () => (/* binding */ tree)
|
|
93
|
+
/* harmony export */ });
|
|
94
|
+
/* harmony import */ var next_dist_server_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(73653);
|
|
95
|
+
/* harmony import */ var next_dist_server_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0__);
|
|
96
|
+
/* harmony import */ var next_dist_server_route_kind__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(97714);
|
|
97
|
+
/* harmony import */ var next_dist_server_instrumentation_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(85250);
|
|
98
|
+
/* harmony import */ var next_dist_server_lib_trace_tracer__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(37587);
|
|
99
|
+
/* harmony import */ var next_dist_server_lib_trace_tracer__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_trace_tracer__WEBPACK_IMPORTED_MODULE_3__);
|
|
100
|
+
/* harmony import */ var next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(22369);
|
|
101
|
+
/* harmony import */ var next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4__);
|
|
102
|
+
/* harmony import */ var next_dist_server_lib_trace_constants__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1889);
|
|
103
|
+
/* harmony import */ var next_dist_server_lib_trace_constants__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_trace_constants__WEBPACK_IMPORTED_MODULE_5__);
|
|
104
|
+
/* harmony import */ var next_dist_server_app_render_interop_default__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(96232);
|
|
105
|
+
/* harmony import */ var next_dist_server_app_render_strip_flight_headers__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(22841);
|
|
106
|
+
/* harmony import */ var next_dist_server_base_http_node__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(46537);
|
|
107
|
+
/* harmony import */ var next_dist_server_base_http_node__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_base_http_node__WEBPACK_IMPORTED_MODULE_8__);
|
|
108
|
+
/* harmony import */ var next_dist_server_lib_experimental_ppr__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(46027);
|
|
109
|
+
/* harmony import */ var next_dist_server_lib_experimental_ppr__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_experimental_ppr__WEBPACK_IMPORTED_MODULE_9__);
|
|
110
|
+
/* harmony import */ var next_dist_server_request_fallback_params__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(78559);
|
|
111
|
+
/* harmony import */ var next_dist_server_app_render_encryption_utils__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(75928);
|
|
112
|
+
/* harmony import */ var next_dist_server_app_render_encryption_utils__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_app_render_encryption_utils__WEBPACK_IMPORTED_MODULE_11__);
|
|
113
|
+
/* harmony import */ var next_dist_server_lib_streaming_metadata__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(19374);
|
|
114
|
+
/* harmony import */ var next_dist_server_lib_streaming_metadata__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_streaming_metadata__WEBPACK_IMPORTED_MODULE_12__);
|
|
115
|
+
/* harmony import */ var next_dist_server_app_render_action_utils__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(65971);
|
|
116
|
+
/* harmony import */ var next_dist_server_app_render_action_utils__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_app_render_action_utils__WEBPACK_IMPORTED_MODULE_13__);
|
|
117
|
+
/* harmony import */ var next_dist_shared_lib_router_utils_app_paths__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(261);
|
|
118
|
+
/* harmony import */ var next_dist_shared_lib_router_utils_app_paths__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(next_dist_shared_lib_router_utils_app_paths__WEBPACK_IMPORTED_MODULE_14__);
|
|
119
|
+
/* harmony import */ var next_dist_server_lib_server_action_request_meta__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(79898);
|
|
120
|
+
/* harmony import */ var next_dist_server_lib_server_action_request_meta__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_server_action_request_meta__WEBPACK_IMPORTED_MODULE_15__);
|
|
121
|
+
/* harmony import */ var next_dist_client_components_app_router_headers__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(32967);
|
|
122
|
+
/* harmony import */ var next_dist_client_components_app_router_headers__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(next_dist_client_components_app_router_headers__WEBPACK_IMPORTED_MODULE_16__);
|
|
123
|
+
/* harmony import */ var next_dist_shared_lib_router_utils_is_bot__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(26713);
|
|
124
|
+
/* harmony import */ var next_dist_shared_lib_router_utils_is_bot__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(next_dist_shared_lib_router_utils_is_bot__WEBPACK_IMPORTED_MODULE_17__);
|
|
125
|
+
/* harmony import */ var next_dist_server_response_cache__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(40139);
|
|
126
|
+
/* harmony import */ var next_dist_server_response_cache__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_response_cache__WEBPACK_IMPORTED_MODULE_18__);
|
|
127
|
+
/* harmony import */ var next_dist_lib_fallback__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(14248);
|
|
128
|
+
/* harmony import */ var next_dist_lib_fallback__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(next_dist_lib_fallback__WEBPACK_IMPORTED_MODULE_19__);
|
|
129
|
+
/* harmony import */ var next_dist_server_render_result__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(59580);
|
|
130
|
+
/* harmony import */ var next_dist_lib_constants__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(57749);
|
|
131
|
+
/* harmony import */ var next_dist_lib_constants__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(next_dist_lib_constants__WEBPACK_IMPORTED_MODULE_21__);
|
|
132
|
+
/* harmony import */ var next_dist_server_stream_utils_encoded_tags__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(53123);
|
|
133
|
+
/* harmony import */ var next_dist_server_send_payload__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(89745);
|
|
134
|
+
/* harmony import */ var next_dist_server_send_payload__WEBPACK_IMPORTED_MODULE_23___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_send_payload__WEBPACK_IMPORTED_MODULE_23__);
|
|
135
|
+
/* harmony import */ var next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(86439);
|
|
136
|
+
/* harmony import */ var next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24___default = /*#__PURE__*/__webpack_require__.n(next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24__);
|
|
137
|
+
/* harmony import */ var _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(90488);
|
|
138
|
+
/* harmony import */ var next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(18283);
|
|
139
|
+
/* harmony import */ var next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__);
|
|
140
|
+
/* harmony import */ var next_dist_client_components_redirect_status_code__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(39818);
|
|
141
|
+
/* harmony import */ var next_dist_client_components_redirect_status_code__WEBPACK_IMPORTED_MODULE_27___default = /*#__PURE__*/__webpack_require__.n(next_dist_client_components_redirect_status_code__WEBPACK_IMPORTED_MODULE_27__);
|
|
142
|
+
/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
143
|
+
/* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__) if(["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__[__WEBPACK_IMPORT_KEY__]
|
|
144
|
+
/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
145
|
+
const module0 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 47570));
|
|
146
|
+
const module1 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 26412));
|
|
147
|
+
const module2 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 90488));
|
|
148
|
+
const module3 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 33506));
|
|
149
|
+
const module4 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 15034, 23));
|
|
150
|
+
const module5 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 54693, 23));
|
|
151
|
+
const module6 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82778));
|
|
152
|
+
const module7 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 71743));
|
|
153
|
+
const page8 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 70262));
|
|
94
154
|
|
|
95
|
-
/***/ }),
|
|
96
155
|
|
|
97
|
-
/***/ 28354:
|
|
98
|
-
/***/ ((module) => {
|
|
99
156
|
|
|
100
|
-
"use strict";
|
|
101
|
-
module.exports = require("util");
|
|
102
157
|
|
|
103
|
-
/***/ }),
|
|
104
158
|
|
|
105
|
-
/***/ 29294:
|
|
106
|
-
/***/ ((module) => {
|
|
107
159
|
|
|
108
|
-
"use strict";
|
|
109
|
-
module.exports = require("next/dist/server/app-render/work-async-storage.external.js");
|
|
110
160
|
|
|
111
|
-
/***/ }),
|
|
112
161
|
|
|
113
|
-
/***/ 33873:
|
|
114
|
-
/***/ ((module) => {
|
|
115
162
|
|
|
116
|
-
"use strict";
|
|
117
|
-
module.exports = require("path");
|
|
118
163
|
|
|
119
|
-
/***/ }),
|
|
120
164
|
|
|
121
|
-
/***/ 41025:
|
|
122
|
-
/***/ ((module) => {
|
|
123
165
|
|
|
124
|
-
"use strict";
|
|
125
|
-
module.exports = require("next/dist/server/app-render/dynamic-access-async-storage.external.js");
|
|
126
166
|
|
|
127
|
-
/***/ }),
|
|
128
167
|
|
|
129
|
-
/***/ 42404:
|
|
130
|
-
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
131
168
|
|
|
132
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48350));
|
|
133
169
|
|
|
134
170
|
|
|
135
|
-
/***/ }),
|
|
136
171
|
|
|
137
|
-
/***/ 48350:
|
|
138
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
139
172
|
|
|
140
|
-
"use strict";
|
|
141
|
-
// ESM COMPAT FLAG
|
|
142
|
-
__webpack_require__.r(__webpack_exports__);
|
|
143
173
|
|
|
144
|
-
// EXPORTS
|
|
145
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
146
|
-
"default": () => (/* binding */ AuthError)
|
|
147
|
-
});
|
|
148
174
|
|
|
149
|
-
// EXTERNAL MODULE: ../../node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js
|
|
150
|
-
var react_jsx_runtime = __webpack_require__(78157);
|
|
151
|
-
// EXTERNAL MODULE: ../../node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js
|
|
152
|
-
var react = __webpack_require__(31768);
|
|
153
|
-
// EXTERNAL MODULE: ../../node_modules/next/dist/api/navigation.js
|
|
154
|
-
var navigation = __webpack_require__(71159);
|
|
155
|
-
// EXTERNAL MODULE: ../../node_modules/next-intl/dist/esm/production/react-client/index.js
|
|
156
|
-
var react_client = __webpack_require__(72668);
|
|
157
|
-
// EXTERNAL MODULE: ../../packages/react-ui/dist/index.mjs + 27 modules
|
|
158
|
-
var dist = __webpack_require__(30658);
|
|
159
|
-
;// __barrel_optimize__?names=AuthErrorDisplay,PageLayout!=!../../packages/react-ui/dist/index.mjs
|
|
160
175
|
|
|
161
176
|
|
|
162
|
-
// EXTERNAL MODULE: ./src/components/CookiePreferences.tsx
|
|
163
|
-
var CookiePreferences = __webpack_require__(76159);
|
|
164
|
-
// EXTERNAL MODULE: ./src/contexts/KeyboardShortcutsContext.tsx + 3 modules
|
|
165
|
-
var KeyboardShortcutsContext = __webpack_require__(99192);
|
|
166
|
-
// EXTERNAL MODULE: ./src/lib/routing.ts
|
|
167
|
-
var routing = __webpack_require__(32302);
|
|
168
|
-
// EXTERNAL MODULE: ../../node_modules/next/dist/client/app-dir/link.js
|
|
169
|
-
var app_dir_link = __webpack_require__(94496);
|
|
170
|
-
var link_default = /*#__PURE__*/__webpack_require__.n(app_dir_link);
|
|
171
|
-
;// ./src/app/[locale]/auth/error/page.tsx
|
|
172
|
-
/* __next_internal_client_entry_do_not_use__ default auto */
|
|
173
177
|
|
|
174
178
|
|
|
179
|
+
// We inject the tree and pages here so that we can use them in the route
|
|
180
|
+
// module.
|
|
181
|
+
const tree = {
|
|
182
|
+
children: [
|
|
183
|
+
'',
|
|
184
|
+
{
|
|
185
|
+
children: [
|
|
186
|
+
'[locale]',
|
|
187
|
+
{
|
|
188
|
+
children: [
|
|
189
|
+
'auth',
|
|
190
|
+
{
|
|
191
|
+
children: [
|
|
192
|
+
'error',
|
|
193
|
+
{
|
|
194
|
+
children: ['__PAGE__', {}, {
|
|
195
|
+
page: [page8, "/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/auth/error/page.tsx"],
|
|
196
|
+
|
|
197
|
+
}]
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
}
|
|
203
|
+
]
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
}
|
|
209
|
+
]
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
'layout': [module6, "/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/layout.tsx"],
|
|
213
|
+
'not-found': [module7, "/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/not-found.tsx"],
|
|
214
|
+
|
|
215
|
+
}
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
'layout': [module0, "/home/runner/work/semiont/semiont/apps/frontend/src/app/layout.tsx"],
|
|
220
|
+
'error': [module1, "/home/runner/work/semiont/semiont/apps/frontend/src/app/error.tsx"],
|
|
221
|
+
'global-error': [module2, "/home/runner/work/semiont/semiont/apps/frontend/src/app/global-error.tsx"],
|
|
222
|
+
'not-found': [module3, "/home/runner/work/semiont/semiont/apps/frontend/src/app/not-found.tsx"],
|
|
223
|
+
'forbidden': [module4, "next/dist/client/components/builtin/forbidden.js"],
|
|
224
|
+
'unauthorized': [module5, "next/dist/client/components/builtin/unauthorized.js"],
|
|
225
|
+
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
}.children;
|
|
229
|
+
const pages = ["/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/auth/error/page.tsx"];
|
|
175
230
|
|
|
176
231
|
|
|
177
232
|
|
|
233
|
+
const __next_app_require__ = __webpack_require__
|
|
234
|
+
const __next_app_load_chunk__ = () => Promise.resolve()
|
|
235
|
+
const __next_app__ = {
|
|
236
|
+
require: __next_app_require__,
|
|
237
|
+
loadChunk: __next_app_load_chunk__
|
|
238
|
+
};
|
|
178
239
|
|
|
179
240
|
|
|
180
241
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
translations: translations
|
|
216
|
-
})
|
|
217
|
-
});
|
|
218
|
-
}
|
|
219
|
-
function LoadingFallback() {
|
|
220
|
-
const t = (0,react_client/* useTranslations */.c)('AuthError');
|
|
221
|
-
return /*#__PURE__*/ (0,react_jsx_runtime.jsx)("div", {
|
|
222
|
-
children: t('loading')
|
|
223
|
-
});
|
|
224
|
-
}
|
|
225
|
-
function AuthError() {
|
|
226
|
-
return /*#__PURE__*/ (0,react_jsx_runtime.jsx)(react.Suspense, {
|
|
227
|
-
fallback: /*#__PURE__*/ (0,react_jsx_runtime.jsx)(LoadingFallback, {}),
|
|
228
|
-
children: /*#__PURE__*/ (0,react_jsx_runtime.jsx)(AuthErrorContent, {})
|
|
229
|
-
});
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
/***/ }),
|
|
234
|
-
|
|
235
|
-
/***/ 63033:
|
|
236
|
-
/***/ ((module) => {
|
|
237
|
-
|
|
238
|
-
"use strict";
|
|
239
|
-
module.exports = require("next/dist/server/app-render/work-unit-async-storage.external.js");
|
|
240
|
-
|
|
241
|
-
/***/ }),
|
|
242
|
-
|
|
243
|
-
/***/ 70262:
|
|
244
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
245
|
-
|
|
246
|
-
"use strict";
|
|
247
|
-
__webpack_require__.r(__webpack_exports__);
|
|
248
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
249
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
250
|
-
/* harmony export */ });
|
|
251
|
-
/* harmony import */ var react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25459);
|
|
252
|
-
/* harmony import */ var react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__);
|
|
253
|
-
// This file is generated by the Webpack next-flight-loader.
|
|
254
|
-
|
|
255
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
256
|
-
function() { throw new Error("Attempted to call the default export of \"/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/[locale]/auth/error/page.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component."); },
|
|
257
|
-
"/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/[locale]/auth/error/page.tsx",
|
|
258
|
-
"default",
|
|
259
|
-
));
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
/***/ }),
|
|
263
|
-
|
|
264
|
-
/***/ 72485:
|
|
265
|
-
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
266
|
-
|
|
267
|
-
"use strict";
|
|
268
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
269
|
-
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
270
|
-
/* harmony export */ });
|
|
271
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31768);
|
|
272
|
-
|
|
273
|
-
function TrashIcon({ title, titleId, ...props }, svgRef) {
|
|
274
|
-
return /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", Object.assign({
|
|
275
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
276
|
-
fill: "none",
|
|
277
|
-
viewBox: "0 0 24 24",
|
|
278
|
-
strokeWidth: 1.5,
|
|
279
|
-
stroke: "currentColor",
|
|
280
|
-
"aria-hidden": "true",
|
|
281
|
-
"data-slot": "icon",
|
|
282
|
-
ref: svgRef,
|
|
283
|
-
"aria-labelledby": titleId
|
|
284
|
-
}, props), title ? /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("title", {
|
|
285
|
-
id: titleId
|
|
286
|
-
}, title) : null, /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
287
|
-
strokeLinecap: "round",
|
|
288
|
-
strokeLinejoin: "round",
|
|
289
|
-
d: "m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0"
|
|
290
|
-
}));
|
|
291
|
-
}
|
|
292
|
-
const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(TrashIcon);
|
|
293
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ForwardRef);
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
/***/ }),
|
|
297
|
-
|
|
298
|
-
/***/ 74654:
|
|
299
|
-
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
300
|
-
|
|
301
|
-
"use strict";
|
|
302
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
303
|
-
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
304
|
-
/* harmony export */ });
|
|
305
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31768);
|
|
306
|
-
|
|
307
|
-
function XMarkIcon({ title, titleId, ...props }, svgRef) {
|
|
308
|
-
return /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", Object.assign({
|
|
309
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
310
|
-
fill: "none",
|
|
311
|
-
viewBox: "0 0 24 24",
|
|
312
|
-
strokeWidth: 1.5,
|
|
313
|
-
stroke: "currentColor",
|
|
314
|
-
"aria-hidden": "true",
|
|
315
|
-
"data-slot": "icon",
|
|
316
|
-
ref: svgRef,
|
|
317
|
-
"aria-labelledby": titleId
|
|
318
|
-
}, props), title ? /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("title", {
|
|
319
|
-
id: titleId
|
|
320
|
-
}, title) : null, /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
321
|
-
strokeLinecap: "round",
|
|
322
|
-
strokeLinejoin: "round",
|
|
323
|
-
d: "M6 18 18 6M6 6l12 12"
|
|
324
|
-
}));
|
|
325
|
-
}
|
|
326
|
-
const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(XMarkIcon);
|
|
327
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ForwardRef);
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
/***/ }),
|
|
331
|
-
|
|
332
|
-
/***/ 79551:
|
|
333
|
-
/***/ ((module) => {
|
|
334
|
-
|
|
335
|
-
"use strict";
|
|
336
|
-
module.exports = require("url");
|
|
337
|
-
|
|
338
|
-
/***/ }),
|
|
339
|
-
|
|
340
|
-
/***/ 86439:
|
|
341
|
-
/***/ ((module) => {
|
|
342
|
-
|
|
343
|
-
"use strict";
|
|
344
|
-
module.exports = require("next/dist/shared/lib/no-fallback-error.external");
|
|
345
|
-
|
|
346
|
-
/***/ }),
|
|
347
|
-
|
|
348
|
-
/***/ 91798:
|
|
349
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
350
|
-
|
|
351
|
-
"use strict";
|
|
352
|
-
__webpack_require__.r(__webpack_exports__);
|
|
353
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
354
|
-
/* harmony export */ GlobalError: () => (/* reexport safe */ _Users_pingel_git_repos_github_com_The_AI_Alliance_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__["default"]),
|
|
355
|
-
/* harmony export */ __next_app__: () => (/* binding */ __next_app__),
|
|
356
|
-
/* harmony export */ handler: () => (/* binding */ handler),
|
|
357
|
-
/* harmony export */ pages: () => (/* binding */ pages),
|
|
358
|
-
/* harmony export */ routeModule: () => (/* binding */ routeModule),
|
|
359
|
-
/* harmony export */ tree: () => (/* binding */ tree)
|
|
360
|
-
/* harmony export */ });
|
|
361
|
-
/* harmony import */ var next_dist_server_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(73653);
|
|
362
|
-
/* harmony import */ var next_dist_server_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0__);
|
|
363
|
-
/* harmony import */ var next_dist_server_route_kind__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(97714);
|
|
364
|
-
/* harmony import */ var next_dist_server_instrumentation_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(85250);
|
|
365
|
-
/* harmony import */ var next_dist_server_lib_trace_tracer__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(37587);
|
|
366
|
-
/* harmony import */ var next_dist_server_lib_trace_tracer__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_trace_tracer__WEBPACK_IMPORTED_MODULE_3__);
|
|
367
|
-
/* harmony import */ var next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(22369);
|
|
368
|
-
/* harmony import */ var next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4__);
|
|
369
|
-
/* harmony import */ var next_dist_server_lib_trace_constants__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1889);
|
|
370
|
-
/* harmony import */ var next_dist_server_lib_trace_constants__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_trace_constants__WEBPACK_IMPORTED_MODULE_5__);
|
|
371
|
-
/* harmony import */ var next_dist_server_app_render_interop_default__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(96232);
|
|
372
|
-
/* harmony import */ var next_dist_server_app_render_strip_flight_headers__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(22841);
|
|
373
|
-
/* harmony import */ var next_dist_server_base_http_node__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(46537);
|
|
374
|
-
/* harmony import */ var next_dist_server_base_http_node__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_base_http_node__WEBPACK_IMPORTED_MODULE_8__);
|
|
375
|
-
/* harmony import */ var next_dist_server_lib_experimental_ppr__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(46027);
|
|
376
|
-
/* harmony import */ var next_dist_server_lib_experimental_ppr__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_experimental_ppr__WEBPACK_IMPORTED_MODULE_9__);
|
|
377
|
-
/* harmony import */ var next_dist_server_request_fallback_params__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(78559);
|
|
378
|
-
/* harmony import */ var next_dist_server_app_render_encryption_utils__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(75928);
|
|
379
|
-
/* harmony import */ var next_dist_server_app_render_encryption_utils__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_app_render_encryption_utils__WEBPACK_IMPORTED_MODULE_11__);
|
|
380
|
-
/* harmony import */ var next_dist_server_lib_streaming_metadata__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(19374);
|
|
381
|
-
/* harmony import */ var next_dist_server_lib_streaming_metadata__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_streaming_metadata__WEBPACK_IMPORTED_MODULE_12__);
|
|
382
|
-
/* harmony import */ var next_dist_server_app_render_action_utils__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(65971);
|
|
383
|
-
/* harmony import */ var next_dist_server_app_render_action_utils__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_app_render_action_utils__WEBPACK_IMPORTED_MODULE_13__);
|
|
384
|
-
/* harmony import */ var next_dist_shared_lib_router_utils_app_paths__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(261);
|
|
385
|
-
/* harmony import */ var next_dist_shared_lib_router_utils_app_paths__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(next_dist_shared_lib_router_utils_app_paths__WEBPACK_IMPORTED_MODULE_14__);
|
|
386
|
-
/* harmony import */ var next_dist_server_lib_server_action_request_meta__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(79898);
|
|
387
|
-
/* harmony import */ var next_dist_server_lib_server_action_request_meta__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_server_action_request_meta__WEBPACK_IMPORTED_MODULE_15__);
|
|
388
|
-
/* harmony import */ var next_dist_client_components_app_router_headers__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(32967);
|
|
389
|
-
/* harmony import */ var next_dist_client_components_app_router_headers__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(next_dist_client_components_app_router_headers__WEBPACK_IMPORTED_MODULE_16__);
|
|
390
|
-
/* harmony import */ var next_dist_shared_lib_router_utils_is_bot__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(26713);
|
|
391
|
-
/* harmony import */ var next_dist_shared_lib_router_utils_is_bot__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(next_dist_shared_lib_router_utils_is_bot__WEBPACK_IMPORTED_MODULE_17__);
|
|
392
|
-
/* harmony import */ var next_dist_server_response_cache__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(40139);
|
|
393
|
-
/* harmony import */ var next_dist_server_response_cache__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_response_cache__WEBPACK_IMPORTED_MODULE_18__);
|
|
394
|
-
/* harmony import */ var next_dist_lib_fallback__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(14248);
|
|
395
|
-
/* harmony import */ var next_dist_lib_fallback__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(next_dist_lib_fallback__WEBPACK_IMPORTED_MODULE_19__);
|
|
396
|
-
/* harmony import */ var next_dist_server_render_result__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(59580);
|
|
397
|
-
/* harmony import */ var next_dist_lib_constants__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(57749);
|
|
398
|
-
/* harmony import */ var next_dist_lib_constants__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(next_dist_lib_constants__WEBPACK_IMPORTED_MODULE_21__);
|
|
399
|
-
/* harmony import */ var next_dist_server_stream_utils_encoded_tags__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(53123);
|
|
400
|
-
/* harmony import */ var next_dist_server_send_payload__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(89745);
|
|
401
|
-
/* harmony import */ var next_dist_server_send_payload__WEBPACK_IMPORTED_MODULE_23___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_send_payload__WEBPACK_IMPORTED_MODULE_23__);
|
|
402
|
-
/* harmony import */ var next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(86439);
|
|
403
|
-
/* harmony import */ var next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24___default = /*#__PURE__*/__webpack_require__.n(next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24__);
|
|
404
|
-
/* harmony import */ var _Users_pingel_git_repos_github_com_The_AI_Alliance_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(90488);
|
|
405
|
-
/* harmony import */ var next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(18283);
|
|
406
|
-
/* harmony import */ var next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__);
|
|
407
|
-
/* harmony import */ var next_dist_client_components_redirect_status_code__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(39818);
|
|
408
|
-
/* harmony import */ var next_dist_client_components_redirect_status_code__WEBPACK_IMPORTED_MODULE_27___default = /*#__PURE__*/__webpack_require__.n(next_dist_client_components_redirect_status_code__WEBPACK_IMPORTED_MODULE_27__);
|
|
409
|
-
/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
410
|
-
/* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__) if(["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__[__WEBPACK_IMPORT_KEY__]
|
|
411
|
-
/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
412
|
-
const module0 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 47570));
|
|
413
|
-
const module1 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 26412));
|
|
414
|
-
const module2 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 90488));
|
|
415
|
-
const module3 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 33506));
|
|
416
|
-
const module4 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 15034, 23));
|
|
417
|
-
const module5 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 54693, 23));
|
|
418
|
-
const module6 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82778));
|
|
419
|
-
const module7 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 71743));
|
|
420
|
-
const page8 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 70262));
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
// We inject the tree and pages here so that we can use them in the route
|
|
447
|
-
// module.
|
|
448
|
-
const tree = {
|
|
449
|
-
children: [
|
|
450
|
-
'',
|
|
451
|
-
{
|
|
452
|
-
children: [
|
|
453
|
-
'[locale]',
|
|
454
|
-
{
|
|
455
|
-
children: [
|
|
456
|
-
'auth',
|
|
457
|
-
{
|
|
458
|
-
children: [
|
|
459
|
-
'error',
|
|
460
|
-
{
|
|
461
|
-
children: ['__PAGE__', {}, {
|
|
462
|
-
page: [page8, "/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/[locale]/auth/error/page.tsx"],
|
|
463
|
-
|
|
464
|
-
}]
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
}
|
|
470
|
-
]
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
}
|
|
476
|
-
]
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
'layout': [module6, "/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/[locale]/layout.tsx"],
|
|
480
|
-
'not-found': [module7, "/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/[locale]/not-found.tsx"],
|
|
481
|
-
|
|
482
|
-
}
|
|
483
|
-
]
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
'layout': [module0, "/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/layout.tsx"],
|
|
487
|
-
'error': [module1, "/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/error.tsx"],
|
|
488
|
-
'global-error': [module2, "/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/global-error.tsx"],
|
|
489
|
-
'not-found': [module3, "/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/not-found.tsx"],
|
|
490
|
-
'forbidden': [module4, "next/dist/client/components/builtin/forbidden.js"],
|
|
491
|
-
'unauthorized': [module5, "next/dist/client/components/builtin/unauthorized.js"],
|
|
492
|
-
|
|
493
|
-
}
|
|
494
|
-
]
|
|
495
|
-
}.children;
|
|
496
|
-
const pages = ["/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/[locale]/auth/error/page.tsx"];
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
const __next_app_require__ = __webpack_require__
|
|
501
|
-
const __next_app_load_chunk__ = () => Promise.resolve()
|
|
502
|
-
const __next_app__ = {
|
|
503
|
-
require: __next_app_require__,
|
|
504
|
-
loadChunk: __next_app_load_chunk__
|
|
505
|
-
};
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
// Create and export the route module that will be consumed.
|
|
510
|
-
const routeModule = new next_dist_server_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0__.AppPageRouteModule({
|
|
511
|
-
definition: {
|
|
512
|
-
kind: next_dist_server_route_kind__WEBPACK_IMPORTED_MODULE_1__.RouteKind.APP_PAGE,
|
|
513
|
-
page: "/[locale]/auth/error/page",
|
|
514
|
-
pathname: "/[locale]/auth/error",
|
|
515
|
-
// The following aren't used in production.
|
|
516
|
-
bundlePath: '',
|
|
517
|
-
filename: '',
|
|
518
|
-
appPaths: []
|
|
519
|
-
},
|
|
520
|
-
userland: {
|
|
521
|
-
loaderTree: tree
|
|
522
|
-
},
|
|
523
|
-
distDir: ".next" || 0,
|
|
524
|
-
relativeProjectDir: false || ''
|
|
525
|
-
});
|
|
526
|
-
async function handler(req, res, ctx) {
|
|
527
|
-
var _this;
|
|
528
|
-
let srcPage = "/[locale]/auth/error/page";
|
|
529
|
-
// turbopack doesn't normalize `/index` in the page name
|
|
530
|
-
// so we need to to process dynamic routes properly
|
|
531
|
-
// TODO: fix turbopack providing differing value from webpack
|
|
532
|
-
if (false) {} else if (srcPage === '/index') {
|
|
533
|
-
// we always normalize /index specifically
|
|
534
|
-
srcPage = '/';
|
|
535
|
-
}
|
|
536
|
-
const multiZoneDraftMode = false;
|
|
537
|
-
const initialPostponed = (0,next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4__.getRequestMeta)(req, 'postponed');
|
|
538
|
-
// TODO: replace with more specific flags
|
|
539
|
-
const minimalMode = (0,next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4__.getRequestMeta)(req, 'minimalMode');
|
|
540
|
-
const prepareResult = await routeModule.prepare(req, res, {
|
|
541
|
-
srcPage,
|
|
542
|
-
multiZoneDraftMode
|
|
242
|
+
// Create and export the route module that will be consumed.
|
|
243
|
+
const routeModule = new next_dist_server_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0__.AppPageRouteModule({
|
|
244
|
+
definition: {
|
|
245
|
+
kind: next_dist_server_route_kind__WEBPACK_IMPORTED_MODULE_1__.RouteKind.APP_PAGE,
|
|
246
|
+
page: "/[locale]/auth/error/page",
|
|
247
|
+
pathname: "/[locale]/auth/error",
|
|
248
|
+
// The following aren't used in production.
|
|
249
|
+
bundlePath: '',
|
|
250
|
+
filename: '',
|
|
251
|
+
appPaths: []
|
|
252
|
+
},
|
|
253
|
+
userland: {
|
|
254
|
+
loaderTree: tree
|
|
255
|
+
},
|
|
256
|
+
distDir: ".next" || 0,
|
|
257
|
+
relativeProjectDir: false || ''
|
|
258
|
+
});
|
|
259
|
+
async function handler(req, res, ctx) {
|
|
260
|
+
var _this;
|
|
261
|
+
let srcPage = "/[locale]/auth/error/page";
|
|
262
|
+
// turbopack doesn't normalize `/index` in the page name
|
|
263
|
+
// so we need to to process dynamic routes properly
|
|
264
|
+
// TODO: fix turbopack providing differing value from webpack
|
|
265
|
+
if (false) {} else if (srcPage === '/index') {
|
|
266
|
+
// we always normalize /index specifically
|
|
267
|
+
srcPage = '/';
|
|
268
|
+
}
|
|
269
|
+
const multiZoneDraftMode = false;
|
|
270
|
+
const initialPostponed = (0,next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4__.getRequestMeta)(req, 'postponed');
|
|
271
|
+
// TODO: replace with more specific flags
|
|
272
|
+
const minimalMode = (0,next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4__.getRequestMeta)(req, 'minimalMode');
|
|
273
|
+
const prepareResult = await routeModule.prepare(req, res, {
|
|
274
|
+
srcPage,
|
|
275
|
+
multiZoneDraftMode
|
|
543
276
|
});
|
|
544
277
|
if (!prepareResult) {
|
|
545
278
|
res.statusCode = 400;
|
|
@@ -643,7 +376,7 @@ async function handler(req, res, ctx) {
|
|
|
643
376
|
...next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__,
|
|
644
377
|
tree,
|
|
645
378
|
pages,
|
|
646
|
-
GlobalError:
|
|
379
|
+
GlobalError: _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__["default"],
|
|
647
380
|
handler,
|
|
648
381
|
routeModule,
|
|
649
382
|
__next_app__
|
|
@@ -1340,20 +1073,287 @@ async function handler(req, res, ctx) {
|
|
|
1340
1073
|
}
|
|
1341
1074
|
// TODO: omit this from production builds, only test builds should include it
|
|
1342
1075
|
/**
|
|
1343
|
-
* Creates a readable stream that emits a PPR boundary sentinel.
|
|
1076
|
+
* Creates a readable stream that emits a PPR boundary sentinel.
|
|
1077
|
+
*
|
|
1078
|
+
* @returns A readable stream that emits a PPR boundary sentinel.
|
|
1079
|
+
*/ function createPPRBoundarySentinel() {
|
|
1080
|
+
return new ReadableStream({
|
|
1081
|
+
start (controller) {
|
|
1082
|
+
controller.enqueue(new TextEncoder().encode('<!-- PPR_BOUNDARY_SENTINEL -->'));
|
|
1083
|
+
controller.close();
|
|
1084
|
+
}
|
|
1085
|
+
});
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
//# sourceMappingURL=app-page.js.map
|
|
1089
|
+
|
|
1090
|
+
|
|
1091
|
+
/***/ }),
|
|
1092
|
+
|
|
1093
|
+
/***/ 26713:
|
|
1094
|
+
/***/ ((module) => {
|
|
1095
|
+
|
|
1096
|
+
"use strict";
|
|
1097
|
+
module.exports = require("next/dist/shared/lib/router/utils/is-bot");
|
|
1098
|
+
|
|
1099
|
+
/***/ }),
|
|
1100
|
+
|
|
1101
|
+
/***/ 28354:
|
|
1102
|
+
/***/ ((module) => {
|
|
1103
|
+
|
|
1104
|
+
"use strict";
|
|
1105
|
+
module.exports = require("util");
|
|
1106
|
+
|
|
1107
|
+
/***/ }),
|
|
1108
|
+
|
|
1109
|
+
/***/ 29294:
|
|
1110
|
+
/***/ ((module) => {
|
|
1111
|
+
|
|
1112
|
+
"use strict";
|
|
1113
|
+
module.exports = require("next/dist/server/app-render/work-async-storage.external.js");
|
|
1114
|
+
|
|
1115
|
+
/***/ }),
|
|
1116
|
+
|
|
1117
|
+
/***/ 33873:
|
|
1118
|
+
/***/ ((module) => {
|
|
1119
|
+
|
|
1120
|
+
"use strict";
|
|
1121
|
+
module.exports = require("path");
|
|
1122
|
+
|
|
1123
|
+
/***/ }),
|
|
1124
|
+
|
|
1125
|
+
/***/ 39167:
|
|
1126
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1127
|
+
|
|
1128
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 48350));
|
|
1129
|
+
|
|
1130
|
+
|
|
1131
|
+
/***/ }),
|
|
1132
|
+
|
|
1133
|
+
/***/ 41025:
|
|
1134
|
+
/***/ ((module) => {
|
|
1135
|
+
|
|
1136
|
+
"use strict";
|
|
1137
|
+
module.exports = require("next/dist/server/app-render/dynamic-access-async-storage.external.js");
|
|
1138
|
+
|
|
1139
|
+
/***/ }),
|
|
1140
|
+
|
|
1141
|
+
/***/ 48350:
|
|
1142
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1143
|
+
|
|
1144
|
+
"use strict";
|
|
1145
|
+
// ESM COMPAT FLAG
|
|
1146
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1147
|
+
|
|
1148
|
+
// EXPORTS
|
|
1149
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
1150
|
+
"default": () => (/* binding */ AuthError)
|
|
1151
|
+
});
|
|
1152
|
+
|
|
1153
|
+
// EXTERNAL MODULE: ../../node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js
|
|
1154
|
+
var react_jsx_runtime = __webpack_require__(78157);
|
|
1155
|
+
// EXTERNAL MODULE: ../../node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js
|
|
1156
|
+
var react = __webpack_require__(31768);
|
|
1157
|
+
// EXTERNAL MODULE: ../../node_modules/next/dist/api/navigation.js
|
|
1158
|
+
var navigation = __webpack_require__(71159);
|
|
1159
|
+
// EXTERNAL MODULE: ../../node_modules/next-intl/dist/esm/production/react-client/index.js
|
|
1160
|
+
var react_client = __webpack_require__(72668);
|
|
1161
|
+
// EXTERNAL MODULE: ../../packages/react-ui/dist/index.mjs + 27 modules
|
|
1162
|
+
var dist = __webpack_require__(30658);
|
|
1163
|
+
;// __barrel_optimize__?names=AuthErrorDisplay,PageLayout!=!../../packages/react-ui/dist/index.mjs
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
// EXTERNAL MODULE: ./src/components/CookiePreferences.tsx
|
|
1167
|
+
var CookiePreferences = __webpack_require__(76159);
|
|
1168
|
+
// EXTERNAL MODULE: ./src/contexts/KeyboardShortcutsContext.tsx + 3 modules
|
|
1169
|
+
var KeyboardShortcutsContext = __webpack_require__(99192);
|
|
1170
|
+
// EXTERNAL MODULE: ./src/lib/routing.ts
|
|
1171
|
+
var routing = __webpack_require__(32302);
|
|
1172
|
+
// EXTERNAL MODULE: ../../node_modules/next/dist/client/app-dir/link.js
|
|
1173
|
+
var app_dir_link = __webpack_require__(94496);
|
|
1174
|
+
var link_default = /*#__PURE__*/__webpack_require__.n(app_dir_link);
|
|
1175
|
+
;// ./src/app/[locale]/auth/error/page.tsx
|
|
1176
|
+
/* __next_internal_client_entry_do_not_use__ default auto */
|
|
1177
|
+
|
|
1178
|
+
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
/**
|
|
1186
|
+
* AuthErrorContent - Thin Next.js wrapper for AuthErrorDisplay
|
|
1344
1187
|
*
|
|
1345
|
-
*
|
|
1346
|
-
*/ function
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1188
|
+
* Reads searchParams and translations, passes as props to pure component.
|
|
1189
|
+
*/ function AuthErrorContent() {
|
|
1190
|
+
const t = (0,react_client/* useTranslations */.c)('AuthError');
|
|
1191
|
+
const tFooter = (0,react_client/* useTranslations */.c)('Footer');
|
|
1192
|
+
const tNav = (0,react_client/* useTranslations */.c)('Navigation');
|
|
1193
|
+
const tHome = (0,react_client/* useTranslations */.c)('Home');
|
|
1194
|
+
const searchParams = (0,navigation.useSearchParams)();
|
|
1195
|
+
const keyboardContext = (0,react.useContext)(KeyboardShortcutsContext/* KeyboardShortcutsContext */.GZ);
|
|
1196
|
+
const errorType = searchParams?.get('error') ?? null;
|
|
1197
|
+
const translations = {
|
|
1198
|
+
pageTitle: t('pageTitle'),
|
|
1199
|
+
tryAgain: t('tryAgain'),
|
|
1200
|
+
errorConfiguration: t('errorConfiguration'),
|
|
1201
|
+
errorAccessDenied: t('errorAccessDenied'),
|
|
1202
|
+
errorVerification: t('errorVerification'),
|
|
1203
|
+
errorGeneric: t('errorGeneric')
|
|
1204
|
+
};
|
|
1205
|
+
return /*#__PURE__*/ (0,react_jsx_runtime.jsx)(dist.PageLayout, {
|
|
1206
|
+
Link: routing/* Link */.N,
|
|
1207
|
+
routes: routing/* routes */.J,
|
|
1208
|
+
t: tFooter,
|
|
1209
|
+
tNav: tNav,
|
|
1210
|
+
tHome: tHome,
|
|
1211
|
+
CookiePreferences: CookiePreferences/* CookiePreferences */.f,
|
|
1212
|
+
...keyboardContext?.openKeyboardHelp && {
|
|
1213
|
+
onOpenKeyboardHelp: keyboardContext.openKeyboardHelp
|
|
1214
|
+
},
|
|
1215
|
+
className: "bg-gray-50 dark:bg-gray-900",
|
|
1216
|
+
children: /*#__PURE__*/ (0,react_jsx_runtime.jsx)(dist.AuthErrorDisplay, {
|
|
1217
|
+
errorType: errorType,
|
|
1218
|
+
Link: (link_default()),
|
|
1219
|
+
translations: translations
|
|
1220
|
+
})
|
|
1221
|
+
});
|
|
1222
|
+
}
|
|
1223
|
+
function LoadingFallback() {
|
|
1224
|
+
const t = (0,react_client/* useTranslations */.c)('AuthError');
|
|
1225
|
+
return /*#__PURE__*/ (0,react_jsx_runtime.jsx)("div", {
|
|
1226
|
+
children: t('loading')
|
|
1227
|
+
});
|
|
1228
|
+
}
|
|
1229
|
+
function AuthError() {
|
|
1230
|
+
return /*#__PURE__*/ (0,react_jsx_runtime.jsx)(react.Suspense, {
|
|
1231
|
+
fallback: /*#__PURE__*/ (0,react_jsx_runtime.jsx)(LoadingFallback, {}),
|
|
1232
|
+
children: /*#__PURE__*/ (0,react_jsx_runtime.jsx)(AuthErrorContent, {})
|
|
1352
1233
|
});
|
|
1353
1234
|
}
|
|
1354
1235
|
|
|
1355
|
-
//# sourceMappingURL=app-page.js.map
|
|
1356
1236
|
|
|
1237
|
+
/***/ }),
|
|
1238
|
+
|
|
1239
|
+
/***/ 63033:
|
|
1240
|
+
/***/ ((module) => {
|
|
1241
|
+
|
|
1242
|
+
"use strict";
|
|
1243
|
+
module.exports = require("next/dist/server/app-render/work-unit-async-storage.external.js");
|
|
1244
|
+
|
|
1245
|
+
/***/ }),
|
|
1246
|
+
|
|
1247
|
+
/***/ 70262:
|
|
1248
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1249
|
+
|
|
1250
|
+
"use strict";
|
|
1251
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1252
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1253
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1254
|
+
/* harmony export */ });
|
|
1255
|
+
/* harmony import */ var react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25459);
|
|
1256
|
+
/* harmony import */ var react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__);
|
|
1257
|
+
// This file is generated by the Webpack next-flight-loader.
|
|
1258
|
+
|
|
1259
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
1260
|
+
function() { throw new Error("Attempted to call the default export of \"/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/auth/error/page.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component."); },
|
|
1261
|
+
"/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/auth/error/page.tsx",
|
|
1262
|
+
"default",
|
|
1263
|
+
));
|
|
1264
|
+
|
|
1265
|
+
|
|
1266
|
+
/***/ }),
|
|
1267
|
+
|
|
1268
|
+
/***/ 72485:
|
|
1269
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
1270
|
+
|
|
1271
|
+
"use strict";
|
|
1272
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1273
|
+
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1274
|
+
/* harmony export */ });
|
|
1275
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31768);
|
|
1276
|
+
|
|
1277
|
+
function TrashIcon({ title, titleId, ...props }, svgRef) {
|
|
1278
|
+
return /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", Object.assign({
|
|
1279
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1280
|
+
fill: "none",
|
|
1281
|
+
viewBox: "0 0 24 24",
|
|
1282
|
+
strokeWidth: 1.5,
|
|
1283
|
+
stroke: "currentColor",
|
|
1284
|
+
"aria-hidden": "true",
|
|
1285
|
+
"data-slot": "icon",
|
|
1286
|
+
ref: svgRef,
|
|
1287
|
+
"aria-labelledby": titleId
|
|
1288
|
+
}, props), title ? /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("title", {
|
|
1289
|
+
id: titleId
|
|
1290
|
+
}, title) : null, /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
1291
|
+
strokeLinecap: "round",
|
|
1292
|
+
strokeLinejoin: "round",
|
|
1293
|
+
d: "m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0"
|
|
1294
|
+
}));
|
|
1295
|
+
}
|
|
1296
|
+
const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(TrashIcon);
|
|
1297
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ForwardRef);
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
/***/ }),
|
|
1301
|
+
|
|
1302
|
+
/***/ 73671:
|
|
1303
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1304
|
+
|
|
1305
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 70262));
|
|
1306
|
+
|
|
1307
|
+
|
|
1308
|
+
/***/ }),
|
|
1309
|
+
|
|
1310
|
+
/***/ 74654:
|
|
1311
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
1312
|
+
|
|
1313
|
+
"use strict";
|
|
1314
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1315
|
+
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1316
|
+
/* harmony export */ });
|
|
1317
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31768);
|
|
1318
|
+
|
|
1319
|
+
function XMarkIcon({ title, titleId, ...props }, svgRef) {
|
|
1320
|
+
return /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", Object.assign({
|
|
1321
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1322
|
+
fill: "none",
|
|
1323
|
+
viewBox: "0 0 24 24",
|
|
1324
|
+
strokeWidth: 1.5,
|
|
1325
|
+
stroke: "currentColor",
|
|
1326
|
+
"aria-hidden": "true",
|
|
1327
|
+
"data-slot": "icon",
|
|
1328
|
+
ref: svgRef,
|
|
1329
|
+
"aria-labelledby": titleId
|
|
1330
|
+
}, props), title ? /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("title", {
|
|
1331
|
+
id: titleId
|
|
1332
|
+
}, title) : null, /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
1333
|
+
strokeLinecap: "round",
|
|
1334
|
+
strokeLinejoin: "round",
|
|
1335
|
+
d: "M6 18 18 6M6 6l12 12"
|
|
1336
|
+
}));
|
|
1337
|
+
}
|
|
1338
|
+
const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(XMarkIcon);
|
|
1339
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ForwardRef);
|
|
1340
|
+
|
|
1341
|
+
|
|
1342
|
+
/***/ }),
|
|
1343
|
+
|
|
1344
|
+
/***/ 79551:
|
|
1345
|
+
/***/ ((module) => {
|
|
1346
|
+
|
|
1347
|
+
"use strict";
|
|
1348
|
+
module.exports = require("url");
|
|
1349
|
+
|
|
1350
|
+
/***/ }),
|
|
1351
|
+
|
|
1352
|
+
/***/ 86439:
|
|
1353
|
+
/***/ ((module) => {
|
|
1354
|
+
|
|
1355
|
+
"use strict";
|
|
1356
|
+
module.exports = require("next/dist/shared/lib/no-fallback-error.external");
|
|
1357
1357
|
|
|
1358
1358
|
/***/ }),
|
|
1359
1359
|
|
|
@@ -1432,7 +1432,7 @@ const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(S
|
|
|
1432
1432
|
var __webpack_require__ = require("../../../../webpack-runtime.js");
|
|
1433
1433
|
__webpack_require__.C(exports);
|
|
1434
1434
|
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
|
|
1435
|
-
var __webpack_exports__ = __webpack_require__.X(0, [4725,1854,1940,1037,7912,
|
|
1435
|
+
var __webpack_exports__ = __webpack_require__.X(0, [4725,1854,1940,1037,7912,8387,580], () => (__webpack_exec__(24809)));
|
|
1436
1436
|
module.exports = __webpack_exports__;
|
|
1437
1437
|
|
|
1438
1438
|
})();
|