Top "Netlify" questions

Ask questions about the Netlify setup, config or just in general using the netlify-cli or online at app.

vue: Uncaught TypeError: Cannot read property ... of undefined

I'm using [email protected] and the vue official webpack template to build an app. When developing locally, I often see the …

vue.js vue-component netlify
Blank page after running build on create-react-app

Trying to deploy create-react-app on netlify, however my build is blank page. I'm using .env file for loading firebase api …

reactjs create-react-app netlify
"Page Not Found" when trying to access a site deployed on Netlify

I'm running a static blogdown site and deploy it on Netlify. I source files on GitHub, Hugo builds the site, …

r hugo blogdown netlify
How to prevent Netlify from treating warnings as errors because process.env.CI = true?

Deploying new projects started failing on Netlify. Checking the logs I see something that was not in the logs on …

javascript npm netlify
Setting up an email while hosting on Netlify

Wondering if anyone has experience setting an email while hosting a site with Netfliy? I registered a domain name using …

dns nameservers mx-record netlify google-domains
Set environment variable for build in Netlify

I'm trying to set an environment variable for an API key that I don't want in my code. My source …

webpack netlify
How to host a Laravel website on Netlify?

I'm trying to host my Laravel website on Netlify. I was originally using Laravel Forge to deploy and host my …

laravel netlify
Add _redirects file to root path for Vue SPA hosted on Netlify

I'm developing a Single Page App using Vue CLI and want history pushstate to work so I get clean URLs. …

vue.js single-page-application vue-cli netlify
"Error running command: Build script returned non-zero exit code" when deploying Gatsby JS site to Netlify

I recently came across Gatsby JS (https://github.com/gatsbyjs/gatsby) and decided to build my portfolio site on top …

javascript node.js reactjs gatsby netlify