Environment Variables not accessible REACT APP

Hoi !
I’m facing issues while trying to access my Environment Variables…
I have created an env variable through NETLIFY DASHBOARD REACT_APP_TINY_MCE

But, when I try to access it(for eg through a console.log(process.env.REACT_APP_TINY_MCE), it returns undefined)

I don’t understand the reason for this as I have properly defined the variable.

Site Link : https://weirdo-writes.netlify.app

Hi @Mr-warriyo,

Thanks for reaching out and welcome to Netlify’s Support Forums!

Could you try clearing the cache and see if that resolves the issue?

Go here thenL

  • Click on “Trigger deploy”.
  • Choose “Clear cache and deploy site”. This ensures that your build will use the most recent settings.

Let us know if you continue to have issues.