Vercel (Edge?) + Content Collections - Failed to execute 'encode' on 'TextEncoder' #6073
Labels
pkg: astro
Related to the core `astro` package (scope)
pkg: vercel
Related to Vercel adapter (scope)
What version of
astro
are you using?2.0.4
Are you using an SSR adapter? If so, which one?
Vercel
What package manager are you using?
npm
What operating system are you using?
Mac
Describe the Bug
I have a page
blog/index.astro
which renders out previews for a few blog posts.These blog posts are read by using the Content Collections features, but not sure it's related to that specifically?
Now the Edge functions is failing to render the page.
I get the following error:
Not getting any errors while running the development server btw.
Link to Minimal Reproducible Example
https://codesandbox.io/p/github/thomasledoux1/website-thomas-astro/feature/use-prerender
Participation
The text was updated successfully, but these errors were encountered: