- Clone this repository
- Run
pnpm install - Run
pnpm build - Run
pnpm preview - Visit a non-existing page, e.g.
http://localhost:4321/unknown
This follows error output:
13:24:17 [@astrojs/node] Enabling sessions with filesystem storage
13:24:18 [@astrojs/node] Server listening on http://localhost:4321
13:24:34 [ERROR] Error: Unexpectedly unable to find a component instance for route /[dog]
at AppPipeline.getModuleForRoute (file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:11991:15)
at AppPipeline.getComponentByRoute (file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:11967:31)
at NodeApp.render (file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:11649:53)
at NodeApp.render (file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:12103:18)
at file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:12357:19
at AsyncLocalStorage.run (node:internal/async_local_storage/async_context_frame:63:14)
at file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:12355:34
at file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:19652:35
at SendStream.<anonymous> (file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:19584:9)
at SendStream.emit (node:events:508:28)
13:24:34 [ERROR] Error: Unexpectedly unable to find a component instance for route /[dog]
at AppPipeline.getModuleForRoute (file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:11991:15)
at AppPipeline.getComponentByRoute (file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:11967:31)
at NodeApp.render (file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:11649:53)
at NodeApp.render (file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:12103:18)
at file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:12357:19
at AsyncLocalStorage.run (node:internal/async_local_storage/async_context_frame:63:14)
at file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:12355:34
at file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:19652:35
at SendStream.<anonymous> (file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:19584:9)
at SendStream.emit (node:events:508:28)
13:24:34 [ERROR] [@astrojs/node] Unhandled rejection while rendering undefined
Error: Unexpectedly unable to find a component instance for route /[dog]
at AppPipeline.getModuleForRoute (file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:11991:15)
at AppPipeline.getComponentByRoute (file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:11967:31)
at NodeApp.renderError (file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:11739:39)
at NodeApp.render (file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:11663:19)
at async file:///C:/Users/HiDeo/Downloads/astro-6-ssr-prerender-true-windows-repro/dist/server/chunks/_virtual_astro_legacy-ssr-entry_C8kyQj6Z.mjs:12355:24