-
-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails when prerendering pages with catch-all route strings configured #1529
Comments
How is that not a duplicate of #1476? What are the reproduction steps?
What is the thrown error? Closing, but I'll re-open after we get to some more clarity. |
I suppose it's a subset of #1476 -- this issue is more so referring to the fact that pre-render flat out fails -- IMO the build should at least fall back to its filesystem route and throw a warning reference the limitation present in #1476.
Whoops, the stackblitz link is missing the prerender: partial config, see below for correct reproduction
|
Agreed & done. |
Description
When pre-rendering is set to partial, the page should still render instead of causing the entire build to fail -- it should either fall back to pre-rendering the filesystem route or some other fallback. (this issue is partially related to #1476 WRT allowing framework client-side router to take over under catch-all routes)
Reproduction
https://stackblitz.com/edit/vcirhv
The text was updated successfully, but these errors were encountered: