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
Astro v5.1.0
Node v20.18.1
System Linux (x64)
Package Manager npm
Output server
Adapter @astrojs/vercel
Integrations none
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Upgrading to 5.1 broke server islands for my deployed vercel app (404 not found).
I'm guessing this is related to @astrojs/vercel because astro dev works and so does astro preview with the node adapter.
Downgrading back to Astro 5.0.3 fixes the issue.
Error message
GET https://bevyhub-nwfn5wvd4-petes-projects-607490fb.vercel.app/_server-islands/SceneList?e=SceneList&p=6206378E2AA7D4943B1A9B8ERr6EJavY%2FQcTfhxEVgYPhHg%2FGv6%2BIL581IbjZrUf6kpi00FN1XNfQ4snx9kCq0jH&s=%7B%7D 404 (Not Found)
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Upgrading to
5.1
broke server islands for my deployed vercel app (404 not found).I'm guessing this is related to
@astrojs/vercel
becauseastro dev
works and so doesastro preview
with the node adapter.Downgrading back to Astro
5.0.3
fixes the issue.Error message
Details
package.json
astro.config.mts
src/pages/discover.astro
What's the expected result?
For vercel server islands to work the same as in
5.0
Link to Minimal Reproducible Example
sorry im on the free plan so cant share vercel links
Participation
The text was updated successfully, but these errors were encountered: