Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

looks like API_BASE_URL and API_URL environment variables doesn't work #1284

Open
Slach opened this issue Aug 13, 2024 · 2 comments
Open

looks like API_BASE_URL and API_URL environment variables doesn't work #1284

Slach opened this issue Aug 13, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Slach
Copy link

Slach commented Aug 13, 2024

I trying to up docker-compose.yaml
Looks like API_BASE_URL is hardcoded in frontent and can't be override from .env file

i create working copy

git clone https://github.com/BloopAI/bloop ./BloopAI/bloop
cd BloopAI/bloop
git checkout oss

and BloopAI/bloop/.env with

API_URL=http://<my-ip>:7878

run

docker compose build bloop-app
docker compose up -d

and see frontend application always try to use http://localhost:7878

did i miss something?

@Slach Slach added the bug Something isn't working label Aug 13, 2024
@mz0in
Copy link

mz0in commented Aug 28, 2024

have you managed to solve it ?

@Slach
Copy link
Author

Slach commented Aug 29, 2024

no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants