@vectorize-io/hindsight-control-plane 0.1.9
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/bin/cli.js +86 -0
- package/package.json +69 -0
- package/public/favicon.png +0 -0
- package/public/logo.png +0 -0
- package/standalone/.next/BUILD_ID +1 -0
- package/standalone/.next/app-path-routes-manifest.json +24 -0
- package/standalone/.next/build-manifest.json +21 -0
- package/standalone/.next/package.json +1 -0
- package/standalone/.next/prerender-manifest.json +113 -0
- package/standalone/.next/required-server-files.json +317 -0
- package/standalone/.next/routes-manifest.json +193 -0
- package/standalone/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/_global-error/page/build-manifest.json +18 -0
- package/standalone/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- package/standalone/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
- package/standalone/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/_global-error/page.js +10 -0
- package/standalone/.next/server/app/_global-error/page.js.map +5 -0
- package/standalone/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/_global-error.html +2 -0
- package/standalone/.next/server/app/_global-error.meta +15 -0
- package/standalone/.next/server/app/_global-error.rsc +12 -0
- package/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +12 -0
- package/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +7 -0
- package/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
- package/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/standalone/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/_not-found/page/build-manifest.json +18 -0
- package/standalone/.next/server/app/_not-found/page/next-font-manifest.json +6 -0
- package/standalone/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- package/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/_not-found/page.js +13 -0
- package/standalone/.next/server/app/_not-found/page.js.map +5 -0
- package/standalone/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/_not-found.html +1 -0
- package/standalone/.next/server/app/_not-found.meta +16 -0
- package/standalone/.next/server/app/_not-found.rsc +16 -0
- package/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +16 -0
- package/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +8 -0
- package/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +7 -0
- package/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
- package/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/api/banks/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/banks/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/banks/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/banks/route.js +6 -0
- package/standalone/.next/server/app/api/banks/route.js.map +5 -0
- package/standalone/.next/server/app/api/banks/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/banks/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/chunks/[chunkId]/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/chunks/[chunkId]/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/chunks/[chunkId]/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/chunks/[chunkId]/route.js +6 -0
- package/standalone/.next/server/app/api/chunks/[chunkId]/route.js.map +5 -0
- package/standalone/.next/server/app/api/chunks/[chunkId]/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/chunks/[chunkId]/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/documents/[documentId]/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/documents/[documentId]/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/documents/[documentId]/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/documents/[documentId]/route.js +6 -0
- package/standalone/.next/server/app/api/documents/[documentId]/route.js.map +5 -0
- package/standalone/.next/server/app/api/documents/[documentId]/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/documents/[documentId]/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/documents/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/documents/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/documents/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/documents/route.js +6 -0
- package/standalone/.next/server/app/api/documents/route.js.map +5 -0
- package/standalone/.next/server/app/api/documents/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/documents/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route.js +6 -0
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route.js.map +5 -0
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/entities/[entityId]/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/entities/[entityId]/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/entities/[entityId]/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/entities/[entityId]/route.js +6 -0
- package/standalone/.next/server/app/api/entities/[entityId]/route.js.map +5 -0
- package/standalone/.next/server/app/api/entities/[entityId]/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/entities/[entityId]/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/entities/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/entities/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/entities/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/entities/route.js +6 -0
- package/standalone/.next/server/app/api/entities/route.js.map +5 -0
- package/standalone/.next/server/app/api/entities/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/entities/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/graph/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/graph/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/graph/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/graph/route.js +6 -0
- package/standalone/.next/server/app/api/graph/route.js.map +5 -0
- package/standalone/.next/server/app/api/graph/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/graph/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/health/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/health/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/health/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/health/route.js +6 -0
- package/standalone/.next/server/app/api/health/route.js.map +5 -0
- package/standalone/.next/server/app/api/health/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/health/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/list/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/list/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/list/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/list/route.js +6 -0
- package/standalone/.next/server/app/api/list/route.js.map +5 -0
- package/standalone/.next/server/app/api/list/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/list/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/memories/retain/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/memories/retain/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/memories/retain/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/memories/retain/route.js +6 -0
- package/standalone/.next/server/app/api/memories/retain/route.js.map +5 -0
- package/standalone/.next/server/app/api/memories/retain/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/memories/retain/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/memories/retain_async/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/memories/retain_async/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/memories/retain_async/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/memories/retain_async/route.js +6 -0
- package/standalone/.next/server/app/api/memories/retain_async/route.js.map +5 -0
- package/standalone/.next/server/app/api/memories/retain_async/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/memories/retain_async/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/operations/[agentId]/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/operations/[agentId]/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/operations/[agentId]/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/operations/[agentId]/route.js +6 -0
- package/standalone/.next/server/app/api/operations/[agentId]/route.js.map +5 -0
- package/standalone/.next/server/app/api/operations/[agentId]/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/operations/[agentId]/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/profile/[bankId]/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/profile/[bankId]/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/profile/[bankId]/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/profile/[bankId]/route.js +6 -0
- package/standalone/.next/server/app/api/profile/[bankId]/route.js.map +5 -0
- package/standalone/.next/server/app/api/profile/[bankId]/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/profile/[bankId]/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/recall/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/recall/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/recall/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/recall/route.js +6 -0
- package/standalone/.next/server/app/api/recall/route.js.map +5 -0
- package/standalone/.next/server/app/api/recall/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/recall/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/reflect/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/reflect/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/reflect/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/reflect/route.js +6 -0
- package/standalone/.next/server/app/api/reflect/route.js.map +5 -0
- package/standalone/.next/server/app/api/reflect/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/reflect/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/api/stats/[agentId]/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/stats/[agentId]/route/build-manifest.json +11 -0
- package/standalone/.next/server/app/api/stats/[agentId]/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/stats/[agentId]/route.js +6 -0
- package/standalone/.next/server/app/api/stats/[agentId]/route.js.map +5 -0
- package/standalone/.next/server/app/api/stats/[agentId]/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/stats/[agentId]/route_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/banks/[bankId]/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/banks/[bankId]/page/build-manifest.json +18 -0
- package/standalone/.next/server/app/banks/[bankId]/page/next-font-manifest.json +6 -0
- package/standalone/.next/server/app/banks/[bankId]/page/react-loadable-manifest.json +1 -0
- package/standalone/.next/server/app/banks/[bankId]/page/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/banks/[bankId]/page.js +15 -0
- package/standalone/.next/server/app/banks/[bankId]/page.js.map +5 -0
- package/standalone/.next/server/app/banks/[bankId]/page.js.nft.json +1 -0
- package/standalone/.next/server/app/banks/[bankId]/page_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/dashboard/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/dashboard/page/build-manifest.json +18 -0
- package/standalone/.next/server/app/dashboard/page/next-font-manifest.json +6 -0
- package/standalone/.next/server/app/dashboard/page/react-loadable-manifest.json +1 -0
- package/standalone/.next/server/app/dashboard/page/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/dashboard/page.js +15 -0
- package/standalone/.next/server/app/dashboard/page.js.map +5 -0
- package/standalone/.next/server/app/dashboard/page.js.nft.json +1 -0
- package/standalone/.next/server/app/dashboard/page_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app/dashboard.html +1 -0
- package/standalone/.next/server/app/dashboard.meta +15 -0
- package/standalone/.next/server/app/dashboard.rsc +20 -0
- package/standalone/.next/server/app/dashboard.segments/_full.segment.rsc +20 -0
- package/standalone/.next/server/app/dashboard.segments/_head.segment.rsc +8 -0
- package/standalone/.next/server/app/dashboard.segments/_index.segment.rsc +7 -0
- package/standalone/.next/server/app/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/dashboard.segments/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/dashboard.segments/dashboard.segment.rsc +4 -0
- package/standalone/.next/server/app/index.html +1 -0
- package/standalone/.next/server/app/index.meta +16 -0
- package/standalone/.next/server/app/index.rsc +17 -0
- package/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -0
- package/standalone/.next/server/app/index.segments/_full.segment.rsc +17 -0
- package/standalone/.next/server/app/index.segments/_head.segment.rsc +8 -0
- package/standalone/.next/server/app/index.segments/_index.segment.rsc +7 -0
- package/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/page/build-manifest.json +18 -0
- package/standalone/.next/server/app/page/next-font-manifest.json +6 -0
- package/standalone/.next/server/app/page/react-loadable-manifest.json +1 -0
- package/standalone/.next/server/app/page/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/page.js +16 -0
- package/standalone/.next/server/app/page.js.map +5 -0
- package/standalone/.next/server/app/page.js.nft.json +1 -0
- package/standalone/.next/server/app/page_client-reference-manifest.js +2 -0
- package/standalone/.next/server/app-paths-manifest.json +24 -0
- package/standalone/.next/server/chunks/4ca55_ndsight-control-plane__next-internal_server_app_api_banks_route_actions_99be6b43.js +3 -0
- package/standalone/.next/server/chunks/4ca55_ndsight-control-plane__next-internal_server_app_api_graph_route_actions_01c8a147.js +3 -0
- package/standalone/.next/server/chunks/5512b_dsight-control-plane__next-internal_server_app_api_health_route_actions_9dd1d809.js +3 -0
- package/standalone/.next/server/chunks/5512b_dsight-control-plane__next-internal_server_app_api_recall_route_actions_154c90a0.js +3 -0
- package/standalone/.next/server/chunks/79729_indsight-control-plane__next-internal_server_app_api_list_route_actions_928a8078.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__02a1e7f7._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0f1b189c._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__228c769f._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__317b54d0._.js +21 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__464d3847._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__5e1d146d._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__6ee44ea3._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__73093267._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__81c0d784._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__9a7529ab._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__9c3dd746._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__bae0f53c._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__be9afc00._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__d2485edb._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__d4b39930._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__d4f9d631._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__e5a6b81d._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__f318615b._.js +3 -0
- package/standalone/.next/server/chunks/[turbopack]_runtime.js +770 -0
- package/standalone/.next/server/chunks/a6ea4_server_app_api_entities_[entityId]_regenerate_route_actions_3253250f.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_chunks_[chunkId]_route_actions_03be08f6.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_documents_[documentId]_route_actions_025f2dd6.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_documents_route_actions_fca16a88.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_entities_[entityId]_route_actions_c338d0cd.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_entities_route_actions_f5ea1ca0.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_memories_retain_async_route_actions_c08bfcdb.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_memories_retain_route_actions_d10f6a07.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_operations_[agentId]_route_actions_1f7c4bc6.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_profile_[bankId]_route_actions_22dd8677.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_reflect_route_actions_0b8dd978.js +3 -0
- package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_stats_[agentId]_route_actions_17816f15.js +3 -0
- package/standalone/.next/server/chunks/ssr/4ca55_ndsight-control-plane__next-internal_server_app__not-found_page_actions_a6d92cb7.js +3 -0
- package/standalone/.next/server/chunks/ssr/79729_indsight-control-plane__next-internal_server_app_dashboard_page_actions_aff4b92b.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__2454dfbf._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__3f6f18bb._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__6199c710._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__655f8d11._.js +6 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__8dd83d7a._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__915ad491._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__b9356576._.js +4 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__bce2f57e._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__d88eb440._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__e93b5ed6._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[turbopack]_runtime.js +770 -0
- package/standalone/.next/server/chunks/ssr/_26df66d0._.js +4 -0
- package/standalone/.next/server/chunks/ssr/_3476210c._.js +6 -0
- package/standalone/.next/server/chunks/ssr/_453ded79._.js +3 -0
- package/standalone/.next/server/chunks/ssr/_53a4aa41._.js +4 -0
- package/standalone/.next/server/chunks/ssr/_5e906836._.js +9 -0
- package/standalone/.next/server/chunks/ssr/_8362f37b._.js +6 -0
- package/standalone/.next/server/chunks/ssr/_944e56a6._.js +4 -0
- package/standalone/.next/server/chunks/ssr/_ad0e821a._.js +3 -0
- package/standalone/.next/server/chunks/ssr/e51bf__next-internal_server_app__global-error_page_actions_1e722cdc.js +3 -0
- package/standalone/.next/server/chunks/ssr/e51bf__next-internal_server_app_banks_[bankId]_page_actions_7613b8e1.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane__next-internal_server_app_page_actions_5b200f30.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_fe96d618._.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_5363a9de._.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_08570d7f._.js +4 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_cc88faaa._.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js +6 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_89742413.js +4 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_server_route-modules_app-page_vendored_ssr_8ca85a16._.js +3 -0
- package/standalone/.next/server/functions-config-manifest.json +4 -0
- package/standalone/.next/server/middleware-build-manifest.js +22 -0
- package/standalone/.next/server/middleware-manifest.json +6 -0
- package/standalone/.next/server/next-font-manifest.js +1 -0
- package/standalone/.next/server/next-font-manifest.json +6 -0
- package/standalone/.next/server/pages/404.html +1 -0
- package/standalone/.next/server/pages/500.html +2 -0
- package/standalone/.next/server/pages-manifest.json +4 -0
- package/standalone/.next/server/server-reference-manifest.js +1 -0
- package/standalone/.next/server/server-reference-manifest.json +5 -0
- package/standalone/.next/static/chunks/023d923a37d494fc.js +1 -0
- package/standalone/.next/static/chunks/066a685143de5f7e.js +7 -0
- package/standalone/.next/static/chunks/0e1b9f3295e06ab1.js +1 -0
- package/standalone/.next/static/chunks/247eb132b7f7b574.js +1 -0
- package/standalone/.next/static/chunks/497f7b5edc7d3fce.js +1 -0
- package/standalone/.next/static/chunks/4a2e6ca9bc162ffe.js +4 -0
- package/standalone/.next/static/chunks/5d98431bbd7c934d.js +1 -0
- package/standalone/.next/static/chunks/8edb6029308e90e6.css +1 -0
- package/standalone/.next/static/chunks/9ab4ce518df78558.css +2 -0
- package/standalone/.next/static/chunks/a6dad97d9634a72d.js +1 -0
- package/standalone/.next/static/chunks/b6f4e02e299e89ec.js +1 -0
- package/standalone/.next/static/chunks/b93cf0798d24e38a.js +1 -0
- package/standalone/.next/static/chunks/bc4b7a284f8824f8.js +1 -0
- package/standalone/.next/static/chunks/d0cdc56d06040c69.js +2 -0
- package/standalone/.next/static/chunks/ff1a16fafef87110.js +1 -0
- package/standalone/.next/static/chunks/turbopack-030018f439265ea0.js +3 -0
- package/standalone/.next/static/sW64pgiMutF_hND5cO6Oe/_buildManifest.js +11 -0
- package/standalone/.next/static/sW64pgiMutF_hND5cO6Oe/_clientMiddlewareManifest.json +1 -0
- package/standalone/.next/static/sW64pgiMutF_hND5cO6Oe/_ssgManifest.js +1 -0
- package/standalone/package.json +69 -0
- package/standalone/public/favicon.png +0 -0
- package/standalone/public/logo.png +0 -0
- package/standalone/server.js +38 -0
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"pages404": true,
|
|
4
|
+
"caseSensitive": false,
|
|
5
|
+
"basePath": "",
|
|
6
|
+
"redirects": [
|
|
7
|
+
{
|
|
8
|
+
"source": "/:path+/",
|
|
9
|
+
"destination": "/:path+",
|
|
10
|
+
"internal": true,
|
|
11
|
+
"priority": true,
|
|
12
|
+
"statusCode": 308,
|
|
13
|
+
"regex": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"headers": [],
|
|
17
|
+
"rewrites": {
|
|
18
|
+
"beforeFiles": [],
|
|
19
|
+
"afterFiles": [],
|
|
20
|
+
"fallback": []
|
|
21
|
+
},
|
|
22
|
+
"dynamicRoutes": [
|
|
23
|
+
{
|
|
24
|
+
"page": "/api/chunks/[chunkId]",
|
|
25
|
+
"regex": "^/api/chunks/([^/]+?)(?:/)?$",
|
|
26
|
+
"routeKeys": {
|
|
27
|
+
"nxtPchunkId": "nxtPchunkId"
|
|
28
|
+
},
|
|
29
|
+
"namedRegex": "^/api/chunks/(?<nxtPchunkId>[^/]+?)(?:/)?$"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"page": "/api/documents/[documentId]",
|
|
33
|
+
"regex": "^/api/documents/([^/]+?)(?:/)?$",
|
|
34
|
+
"routeKeys": {
|
|
35
|
+
"nxtPdocumentId": "nxtPdocumentId"
|
|
36
|
+
},
|
|
37
|
+
"namedRegex": "^/api/documents/(?<nxtPdocumentId>[^/]+?)(?:/)?$"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"page": "/api/entities/[entityId]",
|
|
41
|
+
"regex": "^/api/entities/([^/]+?)(?:/)?$",
|
|
42
|
+
"routeKeys": {
|
|
43
|
+
"nxtPentityId": "nxtPentityId"
|
|
44
|
+
},
|
|
45
|
+
"namedRegex": "^/api/entities/(?<nxtPentityId>[^/]+?)(?:/)?$"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"page": "/api/entities/[entityId]/regenerate",
|
|
49
|
+
"regex": "^/api/entities/([^/]+?)/regenerate(?:/)?$",
|
|
50
|
+
"routeKeys": {
|
|
51
|
+
"nxtPentityId": "nxtPentityId"
|
|
52
|
+
},
|
|
53
|
+
"namedRegex": "^/api/entities/(?<nxtPentityId>[^/]+?)/regenerate(?:/)?$"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"page": "/api/operations/[agentId]",
|
|
57
|
+
"regex": "^/api/operations/([^/]+?)(?:/)?$",
|
|
58
|
+
"routeKeys": {
|
|
59
|
+
"nxtPagentId": "nxtPagentId"
|
|
60
|
+
},
|
|
61
|
+
"namedRegex": "^/api/operations/(?<nxtPagentId>[^/]+?)(?:/)?$"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"page": "/api/profile/[bankId]",
|
|
65
|
+
"regex": "^/api/profile/([^/]+?)(?:/)?$",
|
|
66
|
+
"routeKeys": {
|
|
67
|
+
"nxtPbankId": "nxtPbankId"
|
|
68
|
+
},
|
|
69
|
+
"namedRegex": "^/api/profile/(?<nxtPbankId>[^/]+?)(?:/)?$"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"page": "/api/stats/[agentId]",
|
|
73
|
+
"regex": "^/api/stats/([^/]+?)(?:/)?$",
|
|
74
|
+
"routeKeys": {
|
|
75
|
+
"nxtPagentId": "nxtPagentId"
|
|
76
|
+
},
|
|
77
|
+
"namedRegex": "^/api/stats/(?<nxtPagentId>[^/]+?)(?:/)?$"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"page": "/banks/[bankId]",
|
|
81
|
+
"regex": "^/banks/([^/]+?)(?:/)?$",
|
|
82
|
+
"routeKeys": {
|
|
83
|
+
"nxtPbankId": "nxtPbankId"
|
|
84
|
+
},
|
|
85
|
+
"namedRegex": "^/banks/(?<nxtPbankId>[^/]+?)(?:/)?$"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"staticRoutes": [
|
|
89
|
+
{
|
|
90
|
+
"page": "/",
|
|
91
|
+
"regex": "^/(?:/)?$",
|
|
92
|
+
"routeKeys": {},
|
|
93
|
+
"namedRegex": "^/(?:/)?$"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"page": "/_global-error",
|
|
97
|
+
"regex": "^/_global\\-error(?:/)?$",
|
|
98
|
+
"routeKeys": {},
|
|
99
|
+
"namedRegex": "^/_global\\-error(?:/)?$"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"page": "/_not-found",
|
|
103
|
+
"regex": "^/_not\\-found(?:/)?$",
|
|
104
|
+
"routeKeys": {},
|
|
105
|
+
"namedRegex": "^/_not\\-found(?:/)?$"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"page": "/api/banks",
|
|
109
|
+
"regex": "^/api/banks(?:/)?$",
|
|
110
|
+
"routeKeys": {},
|
|
111
|
+
"namedRegex": "^/api/banks(?:/)?$"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"page": "/api/documents",
|
|
115
|
+
"regex": "^/api/documents(?:/)?$",
|
|
116
|
+
"routeKeys": {},
|
|
117
|
+
"namedRegex": "^/api/documents(?:/)?$"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"page": "/api/entities",
|
|
121
|
+
"regex": "^/api/entities(?:/)?$",
|
|
122
|
+
"routeKeys": {},
|
|
123
|
+
"namedRegex": "^/api/entities(?:/)?$"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"page": "/api/graph",
|
|
127
|
+
"regex": "^/api/graph(?:/)?$",
|
|
128
|
+
"routeKeys": {},
|
|
129
|
+
"namedRegex": "^/api/graph(?:/)?$"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"page": "/api/health",
|
|
133
|
+
"regex": "^/api/health(?:/)?$",
|
|
134
|
+
"routeKeys": {},
|
|
135
|
+
"namedRegex": "^/api/health(?:/)?$"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"page": "/api/list",
|
|
139
|
+
"regex": "^/api/list(?:/)?$",
|
|
140
|
+
"routeKeys": {},
|
|
141
|
+
"namedRegex": "^/api/list(?:/)?$"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"page": "/api/memories/retain",
|
|
145
|
+
"regex": "^/api/memories/retain(?:/)?$",
|
|
146
|
+
"routeKeys": {},
|
|
147
|
+
"namedRegex": "^/api/memories/retain(?:/)?$"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"page": "/api/memories/retain_async",
|
|
151
|
+
"regex": "^/api/memories/retain_async(?:/)?$",
|
|
152
|
+
"routeKeys": {},
|
|
153
|
+
"namedRegex": "^/api/memories/retain_async(?:/)?$"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"page": "/api/recall",
|
|
157
|
+
"regex": "^/api/recall(?:/)?$",
|
|
158
|
+
"routeKeys": {},
|
|
159
|
+
"namedRegex": "^/api/recall(?:/)?$"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"page": "/api/reflect",
|
|
163
|
+
"regex": "^/api/reflect(?:/)?$",
|
|
164
|
+
"routeKeys": {},
|
|
165
|
+
"namedRegex": "^/api/reflect(?:/)?$"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"page": "/dashboard",
|
|
169
|
+
"regex": "^/dashboard(?:/)?$",
|
|
170
|
+
"routeKeys": {},
|
|
171
|
+
"namedRegex": "^/dashboard(?:/)?$"
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"dataRoutes": [],
|
|
175
|
+
"rsc": {
|
|
176
|
+
"header": "rsc",
|
|
177
|
+
"varyHeader": "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch",
|
|
178
|
+
"prefetchHeader": "next-router-prefetch",
|
|
179
|
+
"didPostponeHeader": "x-nextjs-postponed",
|
|
180
|
+
"contentTypeHeader": "text/x-component",
|
|
181
|
+
"suffix": ".rsc",
|
|
182
|
+
"prefetchSuffix": ".prefetch.rsc",
|
|
183
|
+
"prefetchSegmentHeader": "next-router-segment-prefetch",
|
|
184
|
+
"prefetchSegmentSuffix": ".segment.rsc",
|
|
185
|
+
"prefetchSegmentDirSuffix": ".segments",
|
|
186
|
+
"clientParamParsing": false,
|
|
187
|
+
"dynamicRSCPrerender": false
|
|
188
|
+
},
|
|
189
|
+
"rewriteHeaders": {
|
|
190
|
+
"pathHeader": "x-nextjs-rewritten-path",
|
|
191
|
+
"queryHeader": "x-nextjs-rewritten-query"
|
|
192
|
+
}
|
|
193
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"devFiles": [],
|
|
3
|
+
"ampDevFiles": [],
|
|
4
|
+
"polyfillFiles": [
|
|
5
|
+
"static/chunks/a6dad97d9634a72d.js"
|
|
6
|
+
],
|
|
7
|
+
"lowPriorityFiles": [],
|
|
8
|
+
"rootMainFiles": [
|
|
9
|
+
"static/chunks/0e1b9f3295e06ab1.js",
|
|
10
|
+
"static/chunks/4a2e6ca9bc162ffe.js",
|
|
11
|
+
"static/chunks/023d923a37d494fc.js",
|
|
12
|
+
"static/chunks/d0cdc56d06040c69.js",
|
|
13
|
+
"static/chunks/497f7b5edc7d3fce.js",
|
|
14
|
+
"static/chunks/turbopack-030018f439265ea0.js"
|
|
15
|
+
],
|
|
16
|
+
"pages": {},
|
|
17
|
+
"ampFirstPages": []
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_global-error/page.js")
|
|
2
|
+
R.c("server/chunks/ssr/[root-of-the-server]__b9356576._.js")
|
|
3
|
+
R.c("server/chunks/ssr/node_modules_next_dist_cc88faaa._.js")
|
|
4
|
+
R.c("server/chunks/ssr/node_modules_next_dist_08570d7f._.js")
|
|
5
|
+
R.c("server/chunks/ssr/[root-of-the-server]__6199c710._.js")
|
|
6
|
+
R.c("server/chunks/ssr/[root-of-the-server]__655f8d11._.js")
|
|
7
|
+
R.c("server/chunks/ssr/node_modules_5363a9de._.js")
|
|
8
|
+
R.c("server/chunks/ssr/e51bf__next-internal_server_app__global-error_page_actions_1e722cdc.js")
|
|
9
|
+
R.m(37823)
|
|
10
|
+
module.exports=R.m(37823).exports
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../node_modules/@opentelemetry/api/build/src/api/context.js","../../../../../node_modules/@opentelemetry/api/build/src/api/diag.js","../../../../../node_modules/@opentelemetry/api/build/src/api/metrics.js","../../../../../node_modules/@opentelemetry/api/build/src/api/propagation.js","../../../../../node_modules/@opentelemetry/api/build/src/api/trace.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/context-api.js","../../../../../node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js","../../../../../node_modules/@opentelemetry/api/build/src/context/context.js","../../../../../node_modules/@opentelemetry/api/build/src/diag-api.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/types.js","../../../../../node_modules/@opentelemetry/api/build/src/index.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/global-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/semver.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics-api.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/Metric.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/index.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/index.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation-api.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/trace-api.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/context-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/span_kind.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/status.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/trace_flags.js","../../../../../node_modules/@opentelemetry/api/build/src/version.js","../../../../../node_modules/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../chunks/ssr/[root-of-the-server]__6199c710._.js","../../chunks/ssr/[root-of-the-server]__655f8d11._.js","../../chunks/ssr/[root-of-the-server]__915ad491._.js","../../chunks/ssr/[root-of-the-server]__b9356576._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/e51bf__next-internal_server_app__global-error_page_actions_1e722cdc.js","../../chunks/ssr/node_modules_5363a9de._.js","../../chunks/ssr/node_modules_next_dist_08570d7f._.js","../../chunks/ssr/node_modules_next_dist_cc88faaa._.js","../../chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/_global-error/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false}},"ssrModuleMapping":{"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js"],"async":false}},"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/app-error":[]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/app-error":["static/chunks/ff1a16fafef87110.js","static/chunks/247eb132b7f7b574.js"]}}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!DOCTYPE html><!--sW64pgiMutF_hND5cO6Oe--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0e1b9f3295e06ab1.js"/><script src="/_next/static/chunks/4a2e6ca9bc162ffe.js" async=""></script><script src="/_next/static/chunks/023d923a37d494fc.js" async=""></script><script src="/_next/static/chunks/d0cdc56d06040c69.js" async=""></script><script src="/_next/static/chunks/497f7b5edc7d3fce.js" async=""></script><script src="/_next/static/chunks/turbopack-030018f439265ea0.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/247eb132b7f7b574.js" async=""></script><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
|
|
2
|
+
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/0e1b9f3295e06ab1.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"sW64pgiMutF_hND5cO6Oe\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ff1a16fafef87110.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/247eb132b7f7b574.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$@8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$@a\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"a:[]\n6:null\n"])</script></body></html>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"status": 500,
|
|
3
|
+
"headers": {
|
|
4
|
+
"x-nextjs-stale-time": "300",
|
|
5
|
+
"x-nextjs-prerender": "1",
|
|
6
|
+
"x-next-cache-tags": "_N_T_/layout,_N_T_/_global-error/layout,_N_T_/_global-error/page,_N_T_/_global-error"
|
|
7
|
+
},
|
|
8
|
+
"segmentPaths": [
|
|
9
|
+
"/_tree",
|
|
10
|
+
"/_full",
|
|
11
|
+
"/__PAGE__",
|
|
12
|
+
"/_index",
|
|
13
|
+
"/_head"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
|
|
3
|
+
3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
|
|
4
|
+
4:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"OutletBoundary"]
|
|
5
|
+
5:"$Sreact.suspense"
|
|
6
|
+
7:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"ViewportBoundary"]
|
|
7
|
+
9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"MetadataBoundary"]
|
|
8
|
+
b:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
|
|
9
|
+
0:{"P":null,"b":"sW64pgiMutF_hND5cO6Oe","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/247eb132b7f7b574.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$@8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@a"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
|
10
|
+
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
11
|
+
a:[]
|
|
12
|
+
6:null
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"OutletBoundary"]
|
|
3
|
+
3:"$Sreact.suspense"
|
|
4
|
+
0:{"buildId":"sW64pgiMutF_hND5cO6Oe","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/247eb132b7f7b574.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
|
5
|
+
4:null
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
|
|
3
|
+
3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
|
|
4
|
+
4:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"OutletBoundary"]
|
|
5
|
+
5:"$Sreact.suspense"
|
|
6
|
+
7:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"ViewportBoundary"]
|
|
7
|
+
9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"MetadataBoundary"]
|
|
8
|
+
b:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
|
|
9
|
+
0:{"P":null,"b":"sW64pgiMutF_hND5cO6Oe","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/247eb132b7f7b574.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$@8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@a"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
|
10
|
+
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
11
|
+
a:[]
|
|
12
|
+
6:null
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"ViewportBoundary"]
|
|
3
|
+
4:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"MetadataBoundary"]
|
|
4
|
+
5:"$Sreact.suspense"
|
|
5
|
+
0:{"buildId":"sW64pgiMutF_hND5cO6Oe","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],null]}],"loading":null,"isPartial":false}
|
|
6
|
+
3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
7
|
+
6:[]
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
|
|
3
|
+
3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
|
|
4
|
+
0:{"buildId":"sW64pgiMutF_hND5cO6Oe","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0:{"buildId":"sW64pgiMutF_hND5cO6Oe","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"devFiles": [],
|
|
3
|
+
"ampDevFiles": [],
|
|
4
|
+
"polyfillFiles": [
|
|
5
|
+
"static/chunks/a6dad97d9634a72d.js"
|
|
6
|
+
],
|
|
7
|
+
"lowPriorityFiles": [],
|
|
8
|
+
"rootMainFiles": [
|
|
9
|
+
"static/chunks/0e1b9f3295e06ab1.js",
|
|
10
|
+
"static/chunks/4a2e6ca9bc162ffe.js",
|
|
11
|
+
"static/chunks/023d923a37d494fc.js",
|
|
12
|
+
"static/chunks/d0cdc56d06040c69.js",
|
|
13
|
+
"static/chunks/497f7b5edc7d3fce.js",
|
|
14
|
+
"static/chunks/turbopack-030018f439265ea0.js"
|
|
15
|
+
],
|
|
16
|
+
"pages": {},
|
|
17
|
+
"ampFirstPages": []
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_not-found/page.js")
|
|
2
|
+
R.c("server/chunks/ssr/[root-of-the-server]__e93b5ed6._.js")
|
|
3
|
+
R.c("server/chunks/ssr/node_modules_next_dist_cc88faaa._.js")
|
|
4
|
+
R.c("server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_89742413.js")
|
|
5
|
+
R.c("server/chunks/ssr/[root-of-the-server]__6199c710._.js")
|
|
6
|
+
R.c("server/chunks/ssr/[root-of-the-server]__655f8d11._.js")
|
|
7
|
+
R.c("server/chunks/ssr/node_modules_5363a9de._.js")
|
|
8
|
+
R.c("server/chunks/ssr/hindsight-control-plane_src_fe96d618._.js")
|
|
9
|
+
R.c("server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js")
|
|
10
|
+
R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js")
|
|
11
|
+
R.c("server/chunks/ssr/4ca55_ndsight-control-plane__next-internal_server_app__not-found_page_actions_a6d92cb7.js")
|
|
12
|
+
R.m(26466)
|
|
13
|
+
module.exports=R.m(26466).exports
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../node_modules/@opentelemetry/api/build/src/api/context.js","../../../../../node_modules/@opentelemetry/api/build/src/api/diag.js","../../../../../node_modules/@opentelemetry/api/build/src/api/metrics.js","../../../../../node_modules/@opentelemetry/api/build/src/api/propagation.js","../../../../../node_modules/@opentelemetry/api/build/src/api/trace.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/context-api.js","../../../../../node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js","../../../../../node_modules/@opentelemetry/api/build/src/context/context.js","../../../../../node_modules/@opentelemetry/api/build/src/diag-api.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/types.js","../../../../../node_modules/@opentelemetry/api/build/src/index.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/global-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/semver.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics-api.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/Metric.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/index.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/index.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation-api.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/trace-api.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/context-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/span_kind.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/status.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/trace_flags.js","../../../../../node_modules/@opentelemetry/api/build/src/version.js","../../../../../node_modules/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../chunks/ssr/4ca55_ndsight-control-plane__next-internal_server_app__not-found_page_actions_a6d92cb7.js","../../chunks/ssr/[root-of-the-server]__6199c710._.js","../../chunks/ssr/[root-of-the-server]__655f8d11._.js","../../chunks/ssr/[root-of-the-server]__915ad491._.js","../../chunks/ssr/[root-of-the-server]__e93b5ed6._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_3476210c._.js","../../chunks/ssr/hindsight-control-plane_src_fe96d618._.js","../../chunks/ssr/node_modules_5363a9de._.js","../../chunks/ssr/node_modules_next_dist_cc88faaa._.js","../../chunks/ssr/node_modules_next_dist_client_components_9774470f._.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js","../../chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js","../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_89742413.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx <module evaluation>":{"id":59321,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx":{"id":59321,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx <module evaluation>":{"id":42408,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx":{"id":42408,"name":"*","chunks":["/_next/static/chunks/b6f4e02e299e89ec.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false}},"ssrModuleMapping":{"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js","server/chunks/ssr/_3476210c._.js"],"async":false}},"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js","server/chunks/ssr/_3476210c._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js","server/chunks/ssr/_3476210c._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js","server/chunks/ssr/_3476210c._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js","server/chunks/ssr/_3476210c._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js","server/chunks/ssr/_3476210c._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js","server/chunks/ssr/_3476210c._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js","server/chunks/ssr/_3476210c._.js"],"async":false}},"59321":{"*":{"id":4086,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js","server/chunks/ssr/_3476210c._.js"],"async":false}},"42408":{"*":{"id":5500,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js","server/chunks/ssr/_3476210c._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"59321":{"*":{"id":39669,"name":"*","chunks":[],"async":false}},"42408":{"*":{"id":30664,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/hindsight-control-plane/src/app/layout":[{"path":"static/chunks/9ab4ce518df78558.css","inlined":false}]},"entryJSFiles":{"[project]/hindsight-control-plane/src/app/layout":["static/chunks/b6f4e02e299e89ec.js","static/chunks/247eb132b7f7b574.js"]}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!DOCTYPE html><!--sW64pgiMutF_hND5cO6Oe--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/9ab4ce518df78558.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0e1b9f3295e06ab1.js"/><script src="/_next/static/chunks/4a2e6ca9bc162ffe.js" async=""></script><script src="/_next/static/chunks/023d923a37d494fc.js" async=""></script><script src="/_next/static/chunks/d0cdc56d06040c69.js" async=""></script><script src="/_next/static/chunks/497f7b5edc7d3fce.js" async=""></script><script src="/_next/static/chunks/turbopack-030018f439265ea0.js" async=""></script><script src="/_next/static/chunks/b6f4e02e299e89ec.js" async=""></script><script src="/_next/static/chunks/247eb132b7f7b574.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Hindsight Control Plane</title><meta name="description" content="Control plane for the temporal semantic memory system"/><link rel="icon" href="/favicon.png"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="bg-background text-foreground"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/0e1b9f3295e06ab1.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[42408,[\"/_next/static/chunks/b6f4e02e299e89ec.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"ThemeProvider\"]\n3:I[59321,[\"/_next/static/chunks/b6f4e02e299e89ec.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"BankProvider\"]\n4:I[39756,[\"/_next/static/chunks/b6f4e02e299e89ec.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"default\"]\n5:I[37457,[\"/_next/static/chunks/b6f4e02e299e89ec.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"default\"]\n6:I[97367,[\"/_next/static/chunks/b6f4e02e299e89ec.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\n9:I[97367,[\"/_next/static/chunks/b6f4e02e299e89ec.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"ViewportBoundary\"]\nb:I[97367,[\"/_next/static/chunks/b6f4e02e299e89ec.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"MetadataBoundary\"]\nd:I[68027,[\"/_next/static/chunks/b6f4e02e299e89ec.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"default\"]\n:HL[\"/_next/static/chunks/9ab4ce518df78558.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"sW64pgiMutF_hND5cO6Oe\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/9ab4ce518df78558.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/b6f4e02e299e89ec.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/247eb132b7f7b574.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"bg-background text-foreground\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L9\",null,{\"children\":\"$@a\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$@c\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:I[27201,[\"/_next/static/chunks/b6f4e02e299e89ec.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"IconMark\"]\nc:[[\"$\",\"title\",\"0\",{\"children\":\"Hindsight Control Plane\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Control plane for the temporal semantic memory system\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.png\"}],[\"$\",\"$Le\",\"3\",{}]]\n8:null\n"])</script></body></html>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"status": 404,
|
|
3
|
+
"headers": {
|
|
4
|
+
"x-nextjs-stale-time": "300",
|
|
5
|
+
"x-nextjs-prerender": "1",
|
|
6
|
+
"x-next-cache-tags": "_N_T_/layout,_N_T_/_not-found/layout,_N_T_/_not-found/page,_N_T_/_not-found"
|
|
7
|
+
},
|
|
8
|
+
"segmentPaths": [
|
|
9
|
+
"/_tree",
|
|
10
|
+
"/_full",
|
|
11
|
+
"/_not-found/__PAGE__",
|
|
12
|
+
"/_not-found",
|
|
13
|
+
"/_index",
|
|
14
|
+
"/_head"
|
|
15
|
+
]
|
|
16
|
+
}
|