MicroPyramid / react-crm

CRM UI developed in reactjs for Django-CRM
https://bottlecrm.io
97 stars 98 forks source link

GoogleOAuthProvider clientId not found when I start the frontend server #39

Open SampurnaC opened 4 months ago

SampurnaC commented 4 months ago

It would be great if someone would add a .env.test file with the clientId value.

thethirdfive commented 4 months ago

give a .env include client_id

codingbeast commented 4 months ago

not client_id, you should use REACT_APP_CLIENT_ID inside .env file.