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
Roshan Desai edited this page Feb 5, 2024
·
1 revision
Addressing common issues that arise when developing with our services
Infinite loop when running api or frontend apps locally
First, check and ensure that the .env of the frontend app has the REACT_APP_API_ENVIRONMENT = PRODUCTION. If this doesn't fix it, check and ensure that your .env of the api repo is configured correctly (if you are running the api locally).