Skip to content

7. Common Issues

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).