eiger
API key not recognized on deployment, even after declaring the variable (Project type: NodeJS/React)
So, I found the solution to my Issue: The
YOUR_API_KEY
should have been like that => REACT_APP_YOUR_API_KEY
(and MUST be declared like that in both the code + the dashboard/env file otherwise it isn't recognized) That should solve that issue.
For more documentation : https://create-react-app.dev/docs/adding-custom-environment-variables/13 replies