Skip to content

Client side env variable issue #167

Hello, I tried to Solve Client-side env issue using Create-react-app method

  1. Create .env in the root directory of the client folder
  2. Rename variables in env file with prefix REACT_APP_AUTHO_CLIENT_ID Below is preview.

Screenshot_from_2020-03-08_13-35-35

3.Save variable in env file shown below:

Screenshot_from_2020-03-08_13-37-02

Now you can run dev server locally.

Edited by Mayank Gupta

Merge request reports