I can't access netlify environments

Hi Henrik,

If you’re using the CLI to deploy, we don’t build your site - you do, locally. Environment variables set anywhere except on your local computer should have no effect on your local run.

But, we also don’t run “App.js” for you at browse time, unless you’re using a function: Functions overview | Netlify Docs - so I am a bit confused as to how that test would “run” - if you run it locally, I’d guess you need to set that variable locally :slight_smile:

This post might help clear things up?