BotFlow
BotFlow copied to clipboard
Correcting dev environment configuration problem
While testing the dev environment, we came to a configuration problem described in issue #157. We were able to fix it when changing the API URL. This bug affects the development of any new issue. Therefore, an urgent correction was needed.
This pull request is related to issue #157
@AmandaMuniz Why is there a need to remove this env variable to set the API address?
@gabibguedes The project docker is not working on the dev environment. It only works on production. If you are trying to see the app working and use it, it is fine. But if you need to develop, fix errors or make changes on the code, it doesnt reflect them. And when we run the dev environment, It doesnt connect when using this variable.