spheronFdn / beta-testing

🐛 Report all the bug found during beta testing
4 stars 3 forks source link

Environment variables not being passed to the build #56

Open paul-tharun opened 2 years ago

paul-tharun commented 2 years ago

Describe the bug

The environment variables that are specified in the project setting page are not being passed to the build.

Criticality

Critical

To Reproduce

Steps to reproduce the behavior:

  1. Set up any project that uses environment variables.
  2. In the project setting page add the environment variable.
  3. Deploy the project
  4. The project does not work environment variables are not present.

Expected behavior

Environment variables that are specified must be passed to the build.

Screenshots

NA

Desktop (please complete the following information):

Additional context

NA

Your Details

rekpero commented 2 years ago

@paul-tharun Can you share which framework and the env keys you used to test it? We want to reproduce it to see if there is an edge case.

paul-tharun commented 2 years ago

@rekpero I am testing deploying a React app and I set my env variables from project settings page. I am not able to see the env variables in the build.