lappis-unb / BotFlow

BotFlow - visual content manager for simple Rasa chatbots
GNU General Public License v3.0
30 stars 12 forks source link

Correcting dev environment configuration problem #158

Open AmandaMuniz opened 3 years ago

AmandaMuniz commented 3 years ago

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

gabibguedes commented 3 years ago

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

Miguel-Alves commented 3 years ago

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