Astro Info
> @example/[email protected] astro /home/projects/jvmiklmzbq.github
> astro "info"
Astro v6.0.0-beta.17
Vite v7.3.1
Node v20.19.1
System Linux (x64)
Package Manager pnpm
Output static
Adapter @astrojs/netlify (v7.0.0-beta.12)
Integrations none
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
A very basic server island that works in Astro v5 (using the Netlify adapter) breaks with the upgrade to the v6 beta. The output mode is static, and Astro v6 complains that:
`getStaticPaths()` function required for dynamic routes.
What's the expected result?
The server island should render
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-prlh49mo?file=src%2Fpages%2Findex.astro
Participation
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
A very basic server island that works in Astro v5 (using the Netlify adapter) breaks with the upgrade to the v6 beta. The output mode is
static, and Astro v6 complains that:What's the expected result?
The server island should render
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-prlh49mo?file=src%2Fpages%2Findex.astro
Participation