Hi all
I’m having one very strange issue with my gatsby site.
Some of my environment variables are loading into production and some of are not. I have been through them with a fine tooth comb and also tested locally using a local yarn build
> yarn serve
as well as netlify dev
- both work fine.
I’ve also copied .env
vars from local to production several times to make sure I hadn’t just made a spelling mistake but still no luck.
I’m setting my environment variables using Netlify’s UI, not netlify.toml
but I don’t see how this could cause the problem unless I’m missing something.
Is there a limit on the number of environment variables we can use on the free tier, is this a known issue someone has come across or can someone point down another debugging route please?
Thanks in advance