All PostsPosts filtered by: so notes
Environment variable in Netlify functions running local 'netlify dev'
Updated: July 29, 2019 by Tony Alves
Original: on Stackoverflow
The reason you can't resolve the environment variables in your Netlify functions is because as of the time of your question, Netlify does not transfer the environment variables from the netlify.toml
file.
You must put them into the admin panel in your site settings in the app.netlify.com
dashboard.