Skip to content

HiDeoo/astro-6-node-ssr-prerender-404

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

astro-6-node-ssr-prerender-404

Steps to reproduce

  1. Clone this repository
  2. Run pnpm install
  3. Run pnpm build
  4. Run pnpm preview
  5. 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

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors