I’m getting strange errors when trying to do production build of gatsby site.
ERROR #98123 WEBPACK.BUILD-HTML
Generating SSR bundle failed
Reading from "node:path" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "node:" URIs.
File: node:path
ERROR #98123 WEBPACK.BUILD-HTML
Generating SSR bundle failed
Reading from "node:process" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "node:" URIs.
File: node:process
ERROR #98123 WEBPACK.BUILD-HTML
Generating SSR bundle failed
Reading from "node:url" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "node:" URIs.
File: node:URL
not finished Running gatsby-plugin-sharp.IMAGE_PROCESSING jobs - 18.258s
not finished Building HTML renderer - 2.520s
No more information would suggest what the problem is. I spent some time going through various ideas, reinstalled Gatsby CLI, removed node_modules, and removed the package.lock. Nothing helps.
The develop build works fine, site is working as expected, it’s the production build. Just to double check I created a new site in Netlify and it fails with the same errors.
I am facing the same issue @littlefengers If I downgrade react-markdown then this plugin remark-gfm of react-markdown is not working I have to use react-markdown latest version to use that plugin any solution for that please
It’s a little strange because sometimes the builds are successful and sometimes I get the error message from above. Although the package.json were the same @hrishikesh