BotFlow icon indicating copy to clipboard operation
BotFlow copied to clipboard

Correcting dev environment configuration problem

Open AmandaMuniz opened this issue 4 years ago • 2 comments

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 avatar Feb 25 '21 23:02 AmandaMuniz

@AmandaMuniz Why is there a need to remove this env variable to set the API address?

gabibguedes avatar Apr 13 '21 18:04 gabibguedes

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

Miguel-Alves avatar May 12 '21 22:05 Miguel-Alves