You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there way to pass environment variables to React app? In our application we need to pass an environment variable to React app. Usually in React app the environment variable must prefix REACT_APP_, but passing variable at run time doesn't work.
There is option to have environment specific files but then you need different Docker image for each application.
Any solution to this your mind?
Regards,
Syed
The text was updated successfully, but these errors were encountered:
Hi There,
Is there way to pass environment variables to React app? In our application we need to pass an environment variable to React app. Usually in React app the environment variable must prefix
REACT_APP_
, but passing variable at run time doesn't work.There is option to have environment specific files but then you need different Docker image for each application.
Any solution to this your mind?
Regards,
Syed
The text was updated successfully, but these errors were encountered: