-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webpack SSR bundle failures with node: #206
Comments
Could you try: {
plugins: [
{
resolve: `gatsby-plugin-alias-imports`,
options: {
alias: {
"node:http": "http",
},
}
}
]
} |
Didn't seem to help unfortunately, same error after installing the plugin and adding to gatsby-config plugins array. |
Hey @zanedev, did you solve this in any way? I'm experiencing the same issue after upgrading Sanity. |
@zanedev Thank you very much for raising this issue here. We were actually also experiencing this issue ("node:url" and "node:https") and were able to work around it by downgrading to Afterwards we were able to use Much appreciated! |
🎉 This issue has been resolved in version 6.4.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
v5.4.2 of client is throwing these errors during build for a gatsby 5.9.0 site React 18. Not sure when the issue occurs but downgrading to latest v4 (v4.0.1) and it goes away. Tried polyfilling it in webpack config but list just keeps growing.
The text was updated successfully, but these errors were encountered: