You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implicit pre-rendering without export const prerender = true using the new output: "hybrid" mode doesn’t work for dynamic routes. An error is shown in the console, and when building the site no html files are generated for the routes.
[getStaticPaths] getStaticPaths() is ignored when "output: server" is set.
What version of
astro
are you using?2.5.0
Are you using an SSR adapter? If so, which one?
Vercel
What package manager are you using?
yarn
What operating system are you using?
Mac
What browser are you using?
Safari
Describe the Bug
Implicit pre-rendering without
export const prerender = true
using the newoutput: "hybrid"
mode doesn’t work for dynamic routes. An error is shown in the console, and when building the site no html files are generated for the routes.Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-nheqm9
Participation
The text was updated successfully, but these errors were encountered: