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
I don't know if it is me, but using this boilerplate, I am having a hard time using .env files with enviromental variables so I went back to create-react-app.
I obeyed every rule, prefixed with REACT_APP_ and also the .env is in the root folder but the value is undefined hence making the request return an error.
I have not yet deployed, but I will try and see if I will face the same errors with it in production but for now, environmental variables does not work in development.
The text was updated successfully, but these errors were encountered:
I don't know if it is me, but using this boilerplate, I am having a hard time using
.env
files with enviromental variables so I went back to create-react-app.I obeyed every rule, prefixed with
REACT_APP_
and also the.env
is in the root folder but the value is undefined hence making the request return an error.I have not yet deployed, but I will try and see if I will face the same errors with it in production but for now, environmental variables does not work in development.
The text was updated successfully, but these errors were encountered: