.env.development
is not read by gatstby-config.js
#9175
Labels
Site: Site Structure
Issue or PR with the docs app stack and/or live site
Expected behavior
.env.development
and.env.production
files are read at the top ofgatsby-config.js
and thenpm start
process kicks off normallyActual behavior
GITHUB_API
value isundefined
leading to a Bad Credentials error.Steps to reproduce the problem
GITHUB_API
defined anywhere else (e.g. in a.envrc
,.bashrc
or.zshrc
, remove/comment out that line.env.development
and/or.env.production
npm start
ornpm run develop
The text was updated successfully, but these errors were encountered: