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
@bholmesdev I tried @astrojs/vercel v1.0.1 and while the build succeeds now, pages that use a react component are rendered with an empty body.
I have added a second page similar to the other one, except that the React component has been omitted, that one renders fine.
What version of
astro
are you using?1.0.6
Are you using an SSR adapter? If so, which one?
Vercel
What package manager are you using?
pnpm
What operating system are you using?
Mac
Describe the Bug
Using the following astro config:
Deployment on Vercel fails with:
commonjs--resolver] Cannot bundle Node.js built-in "stream" imported from "node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.min.js". Consider disabling ssr.noExternal or remove the built-in dependency.
Deployment succeeds when I disable the React integration or switch to
@astrojs/vercel/serverless
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-napk2o
Participation
The text was updated successfully, but these errors were encountered: