platform · inferred from evidence
Netlify
A hosted platform for building and deploying sites, referenced as the environment where the build fails.
- Netlify Functions not receiving a body in local dev (works when deployed)
My Next.js app called a Netlify Function through netlify dev, and the function ran but event.body was always undefined. The exact same function deployed to Netlify parsed the body correctly. The thread is from December 2022. A maintainer po
- Can't find stylesheet to import error during site build with eleventy
Eleventy site builds fine locally but the Netlify build fails when Sass tries to import Bootstrap stylesheets in app.scss. Multiple import syntaxes were tried (with tilde, without node_modules path, with node_modules path). For example, "..